标签:
<div class="checkbox">
<label>
<input type="checkbox"/>
选择框
</label>
</div>
.checkbox {
position:
cursor:
}
.checkbox input {
opacity: 0;
}
.checkbox:before {
content: "";
display: block;
position: absolute;
width: 20px;
height: 100%;
background: url(xxx);
}
标签:
原文地址:http://www.cnblogs.com/yezongyang/p/5597556.html