|
@@ -976,6 +976,9 @@
|
|
|
width: 36rpx;
|
|
|
height: 36rpx;
|
|
|
}
|
|
|
+ radio .wx-radio-input.wx-radio-input-checked::before{
|
|
|
+ font-size:28rpx;
|
|
|
+ }
|
|
|
checkbox .wx-checkbox-input{
|
|
|
border-radius: 50%;
|
|
|
width: 36rpx;
|
|
@@ -984,17 +987,17 @@
|
|
|
/* 选中后的 背景样式 */
|
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked{
|
|
|
background: #E15616;
|
|
|
+ border: 2rpx solid #e15616;
|
|
|
}
|
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
|
|
|
border-radius: 50%;
|
|
|
- border: 2rpx solid #e15616;
|
|
|
width: 36rpx;
|
|
|
height: 36rpx;
|
|
|
line-height: 36rpx;
|
|
|
text-align: center;
|
|
|
- font-size:24rpx;
|
|
|
+ font-size:20rpx;
|
|
|
color:#fff;
|
|
|
- background: transparent;
|
|
|
+ // background: transparent;
|
|
|
transform:translate(-50%, -50%) scale(1);
|
|
|
-webkit-transform:translate(-50%, -50%) scale(1);
|
|
|
}
|