小程序清除checkbox样式

/*复选框清除默认样式*/
.checkbox-cart .wx-checkbox-input{
    width:40rpx;
    height:40rpx;
    border-radius: 50%!important;
  }
  .checkbox-cart .wx-checkbox-input.wx-checkbox-input-checked{
    background: #ff9325;
    border-radius: 50%!important;
    border:0!important;
    width:45rpx;
    height:45rpx;
  }
  .checkbox-cart .wx-checkbox-input.wx-checkbox-input-checked::before{
    width:45rpx;
    height:45rpx;
    border-radius: 50%!important;
    line-height: 45rpx;
    text-align: center;
    font-size: 28rpx;
    color: #ffffff;
    background: transparent;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }复制代码
相关文章
相关标签/搜索