24 lines
373 B
Plaintext
24 lines
373 B
Plaintext
.page-container.editor{
|
|
padding-top:0;
|
|
font-size: 30rpx;
|
|
}
|
|
.editor .radio-group{
|
|
font-size: 24rpx;
|
|
}
|
|
.radio-group{
|
|
color:var(--main-font-color);
|
|
}
|
|
.radio-group .item{
|
|
padding:20rpx 0;
|
|
}
|
|
.editor .button{
|
|
margin:30rpx!important;
|
|
}
|
|
.picker.cell-bd{
|
|
position: relative;
|
|
}
|
|
.picker input{
|
|
width:100%;height: 100%!important;
|
|
left:0;top:0;
|
|
position: absolute;
|
|
} |