1、checkbox
checkbox .wx-checkbox-input{
border-radius:50%;
width:20px;height:20px;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked{
border-color:#F0302F !important;
background:#F0302F !important;
}
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
border-radius:50%;
width:20px;
height:20px;
line-height:20px;
text-align:center;
font-size:15px;
color:#fff;
background:transparent;
transform:translate(-50%, -50%) scale(1);
-webkit-transform:translate(-50%, -50%) scale(1);
}
2、radio
radio .wx-radio-input{
border-radius:50%;
width:20px;height:20px;
}
radio .wx-radio-input.wx-radio-input-checked{
border-color:#F0302F !important;
background:#F0302F !important;
}
radio .wx-radio-input.wx-radio-input-checked::before{
border-radius:50%;
width:20px;
height:20px;
line-height:20px;
text-align:center;
font-size:15px;
color:#fff;
background:transparent;
transform:translate(-50%, -50%) scale(1);
-webkit-transform:translate(-50%, -50%) scale(1);
}
如果上面的代码对您有帮助,麻烦抖一抖小手点下赞,谢谢
没生效
我想说句,伪类那儿是改不了的。就是对勾那类名是失效
.wx-checkbox-input 这是从哪找出来的?控制台我找好久没发现
+1 同想问楼主 怎么找到的
同问,这些样式是怎么找到的?小程序没有公布组件的源码,大佬是怎么找到的?
我想直接换掉他的图片应该怎么做
宽高没生效
不论你怎么找到的,此时此刻的我只想夸你,你真棒
棒呆 感谢~
weui里不是有嘛...还问哪找到的...
好用 赞!!
自定义组件直接加不行啊,要怎么做才可以添加上