模拟checkbox的最优最简方法

<label>
<input type="checkbox" name="status" hidden value=""/>
<span class="iconfont"></span>
</label>
input[type=checkbox] + .iconfont {
font-size:20px;
}
input[type=checkbox] + .iconfont:before {
content: "\e63e";
}
input[type=checkbox]:checked + .iconfont:before{
content: "\e617";
}

  引入淘宝iconfont字体

  来源 http://yincheng.site/using-html-css-instead-of-js

上一篇:使用Python轻松批量压缩图片


下一篇:2016暑假多校联合---Rikka with Sequence (线段树)