dm-wechat-mini/pages/help/address/edit/index.wxss
2025-03-25 20:24:03 +08:00

39 lines
588 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;
}
.cell-hd{
min-width: 132rpx;
}
.cell-bd{
overflow: hidden;
}
.cell-bd .no-wrap{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-right: 20rpx;
}
.cell-bd.no-value{
color:#888;
}