checkbox .wx-checkbox-input {
color: #FF351F !important;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
color: #FF351F !important;
background: #FF351F !important;
border-color: transparent !important;
}
.wx-checkbox-input.wx-checkbox-input-checked {
border-color: transparent !important;
}
在app.vue里面这么设置就可以解决了