체크 박스 를 모 의 하 는 가장 간단 한 방법

1010 단어 파충

input[type=checkbox] + .iconfont {
    font-size:20px;
}
input[type=checkbox] + .iconfont:before {
    content: "\e63e";
}
input[type=checkbox]:checked + .iconfont:before{
     content: "\e617";
}

타 오 바 오 iconform 글꼴 도입
근원 http://yincheng.site/using-html-css-instead-of-js
다음으로 전송:https://www.cnblogs.com/dupd/p/5956124.html

좋은 웹페이지 즐겨찾기