WGShare.Client.Wx/pages/image/status/index.wxss

23 lines
251 B
Plaintext

.tr {
display: flex;
}
.col {
margin: 0 32rpx;
}
.tr + .tr {
margin-top: 48rpx;
}
.text {
font-size: 28rpx;
color: rgba(0, 0, 0, .6);
line-height: 44rpx;
margin-bottom: 32rpx;
}
.error-text {
font-size: 20rpx;
font-weight: 400;
}