wx-radio-input.wx-radio-input-checked 当前修改的是这个样式名称
w我想在选中后替换成UI设计的对勾的icon ,
这个并不生效
.radioStyle {
width: 36px;
height: 36px;
.wx-radio-input.wx-radio-input-checked {
backgroud: url('icon_pay_status.png') no-repeat;
}
.wx-radio-input.wx-radio-input-checked::before {
text-align: center;
content: '';
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}
.wx-radio-input {
border-radius: 50%;
background: #eef1f4;
color: white;
border-width: 0;
height: 36px;
width: 36px;
}
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。