input css重写

[name="checkbox"]{
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
width: 0.2rem;
height: 0.2rem;
margin: 0;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid #E6E6E6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
outline: none;
vertical-align: middle;
}
[name="checkbox"]:checked{
background: url('../img/xz9879879789.png') no-repeat center;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size:100% ;
background-size: 100%;
}

input[type=radio]:hover{
  border-color: #35C8EA;
}
input[type=radio]:checked{
  outline: none;
}
input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #35C8EA;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

参考:http://blog.163.com/hks_blog/blog/static/214926090201432445130646/

转载于:https://www.cnblogs.com/ljbkyBlog/p/7269358.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值