组件样式问题
Posted miaoyiyan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了组件样式问题相关的知识,希望对你有一定的参考价值。
switch开关选择器
改变大小
第一种
.wx-switch-input{width:42px !important;height:20px !important;} //开关选择器 .wx-switch-input::before{width:41px !important;height: 20px !important;} .wx-switch-input::after{width: 18px !important;height: 18px !important;} //中间小圆球
第二种 switch{zoom: .6;}
改颜色
<switch bindchange="switchChange" color="#80b1fc"/>
以上是关于组件样式问题的主要内容,如果未能解决你的问题,请参考以下文章