24 lines
265 B
Plaintext
24 lines
265 B
Plaintext
.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;
|
|
}
|