收藏
回答

关于原生radio组件,选中后,修改对勾的样式?

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;
    }
  }
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容