模拟checkbox的最优最简方法


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

转载于:https://www.cnblogs.com/dupd/p/5956124.html

你可能感兴趣的:(爬虫)