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

Input checkbox 添加样式背景

时间:2016-11-08 11:32:07      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:for   display   ext   样式   line   put   back   isp   checked   

<style type="text/css">
.chk_1 {
width: 20px;
height: 20px;
position: absolute;
top: 15px;
left: 10px;
}
.chk_1 + label {
background: #ccc;
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: 17px;
left: 12px;
}
.chk_1:checked + label {
background:red;
}
</style>
</head>

<body>
<input type="checkbox" id="checkbox_a1" class="chk_1">
<label for="checkbox_a1"></label>
</body>

Input checkbox 添加样式背景

标签:for   display   ext   样式   line   put   back   isp   checked   

原文地址:http://www.cnblogs.com/jinsuo/p/6042268.html

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