/* 复选框样式 /
checkbox .wx-checkbox-input {
width: 50rpx;
height: 50rpx;
/ border-radius: 50%; */
}
/* 复选框选中样式 */
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border-color:greenyellow;
background-color: greenyellow;
}
/* 复选框选中之后对号的样式 */
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
color:#fff;
}