radio .wx-radio-input { border-radius: 50%; width: 24px; height: 24px; } radio .wx-radio-input { border-color: #87858a; } radio .wx-radio-input.wx-radio-input-checked { border-color: #0073ff !important; background: white !important; // border: 2px solid #0073FF; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius: 50%; width: 20px; height: 20px; content: ""; background-color: #0073ff; }
小程序radio改变默认样式radio选中的时候能否改变默认的绿色背景,改为自定义的背景颜色
2021-09-24