微信小程序 switch 样式

Posted 认真生活、快乐工作 - 马云

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序 switch 样式相关的知识,希望对你有一定的参考价值。

/*swtich整体大小及背景色*/
.wx-switch-input{
  width:80rpx !important;
  height:35rpx !important;
  background: #ccc !important;
  border: #ccc !important;
}
/*白色样式(false的样式)*/
.wx-switch-input::before{
  width:80rpx !important;
  height: 35rpx !important;
}
/* 中间的小圆球 */
/*绿色样式(true的样式)*/
.wx-switch-input::after{
  width: 40rpx !important;
  height: 35rpx !important;
}

更改前

更改后

以上是关于微信小程序 switch 样式的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序代码片段

微信小程序代码片段分享

微信小程序组件解读和分析:十switch 开关选择器

微信小程序怎么悬浮窗口

微信小程序把玩(二十一)switch组件

微信小程序视图层WXML_模板