更改layui 默认单选框radio样式

更改后效果展示:

html:

<div class="container">
    <form class="layui-form" action="">
      <h2>自定义样式</h2>
      <div class="layui-form-item">
        <div class="layui-form-label">单选框</div>
        <div class="layui-input-block">
          <input class="radio" type="radio" name="gender" value="male" title="男" checked>
          <input type="radio" name="gender" value="female" title="女">
        </div>
      </div>
    </form>
  </div>

css:

.layui-form-radio i {
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  border-radius: 2px;
  background-color: #fff;
  color: #fff !important;
}
.layui-form-radioed i {
  position: relative;
  width: 18px;
  height: 18px;
  border-style: solid;
  background-color: #6A8BF5;
  color: #6A8BF5 !important;
}
/* 使用伪类画选中的对号 */
.layui-form-radioed i::after, .layui-form-radioed i::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layui-form-radioed i::before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 7px;
  transform: rotate(-135deg);
}

 

  • 3
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值