收藏
回答

请问各位大神怎么修改组件switch的宽度

我百度一下出现一个攻略:



然后我改成:

/*swtich样式-start*/

/*swtich整体大小*/

.wx-switch-input{

width:162rpx !important;

height:75rpx !important;

}

/*白色样式(false的样式)*/

.wx-switch-input::before{

width:160rpx !important;

height:75rpx !important;

}

/*绿色样式(true的样式)*/

.wx-switch-input::after{

/* margin-left:100rpx !important;  */

width: 75rpx !important;

height: 75rpx !important;

}

/*swtich样式end*/



最后出现这样的@@???:


请问大神门这个怎么破@@。。。。。。。。。。。


回答关注问题邀请回答
收藏

2 个回答

  • 小小骚年
    小小骚年
    2019-08-14

    怎么解决的,大哥

    2019-08-14
    有用
    回复
  • 侯衍超
    侯衍超
    2019-07-17

    transform:scale(0.6) !important;   这样解决

    2019-07-17
    有用
    回复
登录 后发表内容