|
@@ -55,7 +55,7 @@
|
|
|
.check {
|
|
|
position: relative;
|
|
|
left: 0px;
|
|
|
- top: -97px;
|
|
|
+ top: -100px;
|
|
|
z-index: 99999;
|
|
|
}
|
|
|
|
|
@@ -87,8 +87,8 @@
|
|
|
/* 未选中的 背景样式 */
|
|
|
checkbox .wx-checkbox-input{
|
|
|
border-radius: 50%;/* 圆角 */
|
|
|
- width: 46rpx; /* 背景的宽 */
|
|
|
- height: 46rpx; /* 背景的高 */
|
|
|
+ width: 17px; /* 背景的宽 */
|
|
|
+ height: 17px; /* 背景的高 */
|
|
|
}
|
|
|
/* 选中后的 背景样式*/
|
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked{
|