This theme is|

guangzan

园龄:6年5个月粉丝:676关注:333

📂CSS
2022-03-17 16:40阅读: 1228评论: 0推荐: 0

小程序 checkbox 样式自定义,圆形,对钩变圆点

<checkbox class="custom-checkbox"></checkbox>
.custom-checkbox .wx-checkbox-input{
  border-radius: 50%;
  border: 2rpx solid #FC703E;
}
.custom-checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  background: #FC703E;
}
.custom-checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  display: none;
}
.custom-checkbox .wx-checkbox-input.wx-checkbox-input-checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26rpx;
  height: 26rpx;
  border: 6rpx solid #fff;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

本文作者:guangzan

本文链接:https://www.cnblogs.com/guangzan/p/16017879.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   guangzan  阅读(1228)  评论(0编辑  收藏  举报
历史上的今天:
2019-03-17 CSS-Sass
评论
收藏
关注
推荐
深色
回顶
收起
点击右上角即可分享
微信分享提示