diff --git a/pages/user/plus/plus.wxml b/pages/user/plus/plus.wxml index 59f782b..b7bb335 100644 --- a/pages/user/plus/plus.wxml +++ b/pages/user/plus/plus.wxml @@ -144,7 +144,7 @@ - + diff --git a/pages/user/plus/plus.wxss b/pages/user/plus/plus.wxss index 42cf674..a31bc6c 100644 --- a/pages/user/plus/plus.wxss +++ b/pages/user/plus/plus.wxss @@ -430,4 +430,18 @@ swiper-item{ border-radius: 50%; width: 23rpx !important; height: 23rpx !important; +} + +.m_checkbox .wx-checkbox-input.wx-checkbox-input-checked { + background: #c4192e; +} +.m_checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { + width: 20rpx; height: 22rpx; + line-height: 23rpx; + text-align: center; + font-size: 20rpx; + color: #fff; + background: transparent; + transform: translate(-50%, -50%) scale(1); + -webkit-transform: translate(-50%, -50%) scale(1); } \ No newline at end of file