checkbox .wx-checkbox-input{
border-radius: 3rpx;
height: 26rpx;
26rpx;
margin-top: -4rpx;
border: 1rpx solid orange;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
28rpx;
height: 28rpx;
line-height: 28rpx;
text-align: center;
font-size: 22rpx;
color: #fff;
background: transparent;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
background-color: orange;
border: 1rpx solid orange;
}