博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
小程序单选按钮
阅读量:5036 次
发布时间:2019-06-12

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

.radio {
margin: 0; padding: 0; box-sizing: border-box; font-family: Helvetica Neue, Helvetica, sans-serif;}.radio {
position: relative;}.radio .wx-radio-input {
margin: 0; width: 24px; height: 24px;}.radio.react .wx-radio-input {
border-radius: 10% !important;}.radio::before, .radio .wx-radio-input::before {
display: none;}.radio[checked]::after {
content: ""; background: transparent; display: block; position: absolute; width: 8px; height: 8px; z-index: 10; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; border-radius: 50%; border: 8px solid #fff !important;}.radio.react[checked]::after {
border-radius: 10%;}.radio.sm .wx-radio-input {
margin: 0; width: 14px; height: 14px;}.radio.sm[checked]::after {
top: 1px !important; right: 1px !important; width: 4px; height: 4px; border: 5px solid #fff !important;}.radio[class*="-full"][checked]::after {
width: 16px; height: 16px; border: 4px solid #fff !important;}.radio.sm[class*="-full"][checked]::after {
top: 1px; right: 1px; width: 8px; height: 8px; border: 3px solid #fff !important;}.radio.react[class*="-full"][checked]::after {
width: 16px; height: 16px; border: 4px solid #fff !important;}.radio.react.sm[class*="-full"][checked]::after {
top: 1px; right: 1px; width: 8px; height: 8px; border: 3px solid #fff !important;}

 

转载于:https://www.cnblogs.com/dianzan/p/10949270.html

你可能感兴趣的文章
WPF 3D变换应用
查看>>
ArchLinux安装开源VMware Tools
查看>>
DB2 锁升级示例1
查看>>
16.RDD实战
查看>>
MainFrame知识小结(20120210)—dfsort/syncsort中的数据类型
查看>>
D - Flip tile
查看>>
Java连接RabbitMQ之创建连接
查看>>
开户vim编程之--cscope支持
查看>>
python数据类型图解
查看>>
C#微信登录-手机网站APP应用
查看>>
HTML5实践 -- iPhone Safari Viewport Scaling Bug
查看>>
一位数据挖掘成功人士 给 数据挖掘在读研究生 的建议
查看>>
Python3.6.0安装
查看>>
hdu1049
查看>>
H5项目常见问题及注意事项
查看>>
索尼(SONY) SVE1512S7C 把WIN8降成WIN7图文教程
查看>>
时间模块 && time datetime
查看>>
jquery自动生成二维码
查看>>
spring回滚数据
查看>>
新浪分享API应用的开发
查看>>