码迷,mamicode.com
首页 > 其他好文 > 详细

checkbox样式修改

时间:2018-09-12 20:09:59      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:indent   col   relative   content   middle   type   box   top   idt   

input[type="checkbox"] {
margin-top: 5px;
width: 14px;
height: 14px;
display: inline-block;
text-align: center;
vertical-align: middle;
line-height: 12px;
position: relative;
margin-right: 6px !important;
}
input[type="checkbox"]::before {
content: "";
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
border: 1px solid #057afe;
}
input[type="checkbox"]:checked::before {
content: "\2713";
background-color: #fff;
position: absolute;
top: 0;
left: 0;
width: 100%;
border: 1px solid #057afe;
color: #057afe;
font-size: 14px;
font-weight: bold;
text-indent:0px;
}

checkbox样式修改

标签:indent   col   relative   content   middle   type   box   top   idt   

原文地址:https://www.cnblogs.com/wxnboke/p/9636342.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!