首页 > Web开发 > 详细

通用css 常用

时间:2020-03-24 13:45:08      阅读:50      评论:0      收藏:0      [点我收藏+]
复选框自定义样式
input[type="checkbox"]
{ position: relative; width: 0.75rem; height: 0.75rem; background-color: #fff; border: 0.05rem solid #CCC !important; -webkit-border-radius: 50%; border-radius: 50%; vertical-align: middle; } input[type="checkbox"]:checked:after { content: ‘‘; position: absolute; left: 0.1rem; top: 0.14rem; width: 0.4rem; height: 0.2rem; border-left: 0.065rem solid #fff; border-bottom: 0.065rem solid #fff; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
------------------------------------------------------------------------------------

 

通用css 常用

原文:https://www.cnblogs.com/xiaozhang666/p/12558411.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!