input[type="checkBox"] { visibility:hidden; } input[type="checkBox"]:after { visibility:visible; content:''; display:block; background:#fff; width: 2rem; height: 2rem; line-height:20px; text-align:center; overflow:hidden; text-indent:-100px; border: 1px solid #999; border-radius: 50%; } input[type="checkBox"]:checked:after { text-indent:0; background: url(../images/score-checked.png) no-repeat; background-size: 100% 100%; border: 1px solid transparent; }
checkbox,自定义样式
最新推荐文章于 2024-04-02 11:10:24 发布