Files

24 lines
265 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.tr {
display: flex;
}
.col {
margin: 0 32rpx;
}
.tr + .tr {
margin-top: 48rpx;
}
.text {
font-size: 28rpx;
color: var(--td-text-color-secondary);
line-height: 44rpx;
margin-bottom: 32rpx;
}
.error-text {
font-size: 20rpx;
font-weight: 400;
}