码迷,mamicode.com
首页 > 微信 > 详细

微信小程序 switch 样式

时间:2020-04-28 12:35:27      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:height   背景色   port   inf   微信   false   put   ack   code   

/*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 样式

标签:height   背景色   port   inf   微信   false   put   ack   code   

原文地址:https://www.cnblogs.com/jiqing9006/p/12793208.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!