博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS 设定 checkbox,radio样式
阅读量:6602 次
发布时间:2019-06-24

本文共 406 字,大约阅读时间需要 1 分钟。

/ 2016-07-28 add start /

input[type="checkbox"], input[type="radio"] {   border: 1px solid #ffffff; }

input[type="checkbox"]:focus, input[type="radio"]:focus {   border: 1px solid #66afe9;

  -webkit-box-shadow: inset 0 qpx 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); }

转载于:https://www.cnblogs.com/weibangjin/p/6038598.html

你可能感兴趣的文章
Linux Administration
查看>>
如何使版面富有节奏感
查看>>
rabbitmq 管理及常用命令
查看>>
iphone导航控制器的开发与使用
查看>>
debian python library re-install
查看>>
如何用转义来给JS添加的input元素设置单引号
查看>>
J2E——网络编程练习
查看>>
VirtualBox移植
查看>>
HTTP要被抛弃? 亚洲诚信携手宝塔开启HTTPS加密快速通道
查看>>
Chrome: 完全移除对WoSign和StartCom证书的信任
查看>>
RecyclerView侧滑删除功能
查看>>
记一个hystrix异常
查看>>
9.02-Spring IOC 容器中Bean的生命周期
查看>>
6.6 tar打包
查看>>
BigDecimal去除小数点后多余的0
查看>>
微信自动抢红包的实现(Demo已增加查看TopActivity功能)
查看>>
Spring MVC核心技术
查看>>
Linux监控平台搭建(三)--自定义监控项目、问题告警及处理
查看>>
TCP协议如何保证传输的可靠性
查看>>
Spring Cloud + Spring Boot + Mybatis + shiro + RestFul + 微服务
查看>>