单选框重写

<div class="icon-radio">
    <input class="r1" type="radio" name="" id="input-radio" value="" />
    <label for="input-radio">单选框</label>
</div>
.icon-radio{
    display: inline-block;
}
.icon-radio .r1{
    display: none;
}
.icon-radio label{
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 24px;
}
.icon-radio label:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #FF0000;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: -7px;
}
.icon-radio .r1 + label:after{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid #FF0000;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-top: -3px;
    margin-left: 4px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
.icon-radio .r1:checked + label:after{
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

效果:
这里写图片描述
这里写图片描述

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值