checkbox .wx-checkbox-input { /* checkbox 选项框大小 */ } checkbox .wx-checkbox-input.wx-checkbox-input-checked { /* checkbox 选中后样式 */ } checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { /* checkbox 选中后图标样式 */ } .radio .wx-radio-input { /* radio 选项框大小 */ } .radio .wx-radio-input.wx-radio-input-checked { /* radio 选中后样式 */ } .radio .wx-radio-input.wx-radio-input-checked::before { /* radio 选中后图标样式 */ }