摘要:
如果觉得使用CSS伪类设置样式太麻烦,或者页面上选中的样式太复杂CSS无法模拟,也可以用背景图去替换样式<div class=""> <label><input type="radio" name="1"><i class="spot"></i>123456</label> <label><inpu 阅读全文
posted @ 2017-12-21 16:19
大瑶的踩坑之旅
阅读(4510)
评论(0)
推荐(0)
摘要:
input[type=radio],input[type=checkbox] { display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin-left: 5px; -webkit-appearanc 阅读全文
posted @ 2017-12-21 14:25
大瑶的踩坑之旅
阅读(671)
评论(0)
推荐(0)