Files
MiniProgram/ProjectLiaisonForm/pages/image/status/index.wxss
2025-08-15 14:05:08 +08:00

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;
}