修改页面
This commit is contained in:
29
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
29
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
@ -372,35 +372,6 @@ button[size="lg"] {
|
||||
color: transparent;
|
||||
}
|
||||
/* 单选 */
|
||||
radio .uni-radio-input {
|
||||
border-radius: 50%;
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
}
|
||||
radio .uni-radio-input {
|
||||
border-radius: 50%;
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
}
|
||||
radio .uni-radio-input.uni-radio-input-checked {
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
}
|
||||
/* 多选 */
|
||||
checkbox .uni-checkbox-input {
|
||||
border-radius: 50%;
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
}
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
|
||||
font-size: 35rpx;
|
||||
}
|
||||
/* 单选 */
|
||||
radio .wx-radio-input {
|
||||
border-radius: 50%;
|
||||
width: 34rpx;
|
||||
|
||||
Reference in New Issue
Block a user