16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
|
|
.switch{
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-top: 21rpx;
|
|
margin-left:29rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.form_body_title_text{
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
|