美文网首页
微信小程序的checkbox的默认样式改变

微信小程序的checkbox的默认样式改变

作者: 郭的妻 | 来源:发表于2018-11-14 17:40 被阅读24次
    checkbox .wx-checkbox-input {
       width: 34rpx;
       height: 34rpx;
       border-radius: 50%!important;
    

    }

    checkbox .wx-checkbox-input.wx-checkbox-input-checked {
      background: #027ee7;
      border-radius: 50%!important;
      border:0px!important;
    }
    
    checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
      width: 34rpx;
      height: 34rpx;
      border-radius: 50%!important;
      line-height: 34rpx;
      text-align: center;
      font-size: 28rpx;
      color: #ffffff;
       background: transparent;
       transform: translate(-50%, -50%) scale(1);
       -webkit-transform: translate(-50%, -50%) scale(1);
      }

    相关文章

      网友评论

          本文标题:微信小程序的checkbox的默认样式改变

          本文链接:https://www.haomeiwen.com/subject/spnjfqtx.html