/*複選框清除默認樣式*/
.checkbox-cart .wx-checkbox-input{
width:40rpx;
height:40rpx;
border-radius: 50%!important;
}
.checkbox-cart .wx-checkbox-input.wx-checkbox-input-checked{
background: #ff9325;
border-radius: 50%!important;
border:0!important;
width:45rpx;
height:45rpx;
}
.checkbox-cart .wx-checkbox-input.wx-checkbox-input-checked::before{
width:45rpx;
height:45rpx;
border-radius: 50%!important;
line-height: 45rpx;
text-align: center;
font-size: 28rpx;
color: #ffffff;
background: transparent;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}複製代碼