css增加一下代码就变成这样了:

/* #ifdef MP-WEIXIN */
checkbox .wx-checkbox-input{
border-radius: 50% !important;
width: 32rpx !important;
height: 32rpx !important;
border: 2rpx solid #00aaff !important;
}
// 选中样式
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border: 2rpx solid #00aaff !important;
border-color: #00aaff !important;
background: -webkit-linear-gradient(#00aaff, #00aaff) !important;
}
// 选中图标样式
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
font-size: 28rpx !important;
color: #fff !important;
}
checkbox::before {
right:1px !important;
}
/* #endif */ 网友回复


