css3 radio checkbox 自定义

// 自定义radio样式-大单选框
input[ type= radio] {
position: relative;
-webkit-appearance: none;
box-sizing: border-box;
appearance: none;
width: 18px;
height: 18px;
vertical-align: middle;
background: url( ./assets/common/radio-check.png) no-repeat center;
background-size: 100% 100%;
cursor: pointer;
& :disabled {
background: url( ./assets/common/radio-disabled.png) no-repeat center;
background-size: 100% 100%;
}
& :disabled:checked::after {
content: '';
position: absolute;
background: url( ./assets/common/radio-checked-disabled.png) no-repeat center;
background-size: 100% 100%;
width: 18px;
height: 18px;
z-index: 101;
}
& :checked::after {
content: '';
position: absolute;
background: url( ./assets/common/radio-checked.png) no-repeat center;
background-size: 100% 100%;
width: 18px;
height: 18px;
z-index: 101;
}

}

*自定义checbox样式*/

// 小复选框
input[ type= checkbox] {
position: relative;
box-sizing: border-box;
appearance: none;
width: 14px;
height: 14px;
vertical-align: middle;
background: url( ./assets/common/checkbox-sm-check.png) no-repeat;
background-size: 14px;
cursor: pointer;
& :checked {
background: #fff
}
& :disabled {
background: url( ./assets/common/checkbox-sm-disabled.png) no-repeat;
}
& :checked::after {
content: "";
position: absolute;
display: block;
background: url( ./assets/common/checkbox-sm-checked.png);
width: 14px;
height: 14px;
background-size: 14px;
}
& .notall::after {
content: "";
position: absolute;
display: block;
background: url( ./assets/common/checkbox-sm-notall.png);
width: 14px;
height: 14px;
background-size: 14px;
}
& :disabled:checked::after {
content: "";
position: absolute;
display: block;
background: url( ./assets/common/checkbox-sm-checked-disabled.png);
width: 14px;
height: 14px;
background-size: 14px;
}
}

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值