17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
/* pages/user/evaluation.wxss */
|
|
.text-red{
|
|
color:#E51C23;
|
|
}
|
|
.text-big{
|
|
font-size:36rpx;
|
|
}
|
|
|
|
.form-group picker, radio-group .item, checkbox-group .item {
|
|
margin-top: 30rpx;
|
|
}
|
|
radio-group .item:first-child{
|
|
margin-top: 10rpx;
|
|
}
|
|
.form-group{
|
|
margin-bottom: 0rpx;
|
|
} |