html css checkbox 样式怎么写。原生的是第一个,我要改成第二个 20

 我来答
w3260300
2017-04-25 · TA获得超过2653个赞
知道大有可为答主
回答量:2202
采纳率:67%
帮助的人:501万
展开全部

给你个更好用的,当然你也可以自己随意修改

<div class="i-check">
    <input type="checkbox" checked/>
    <label></label>
</div>

css

.i-check {width: 20px;height: 20px;position: relative;margin: 20px auto;}
.i-check label {width: 20px;height: 20px;position: absolute;top: 0;left: 0;background: #1A9909;border-radius: 4px;}
.i-check  label:after {content: '';width: 9px;height: 5px;position: absolute;top: 4px;left: 4px;border: 3px solid #fff;border-top: none;border-right: none;background: transparent;opacity: 0;transform: rotate(-45deg);}
.i-check input[type=checkbox]:checked + label:after {opacity: 1;}
.i-check input[type=checkbox] {opacity: 0;position: absolute;z-index: 2;left: 0;top: 0;width: 100%;height: 100%;margin: 0;cursor: pointer;}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式