微信小程序 switch组件修改样式(大小,颜色)

1. 大小 /* swtich整体大小 */ .wx-switch-input{ width: 100rpx !important; height: 57rpx !important; } /* false的样式 */ .wx-switch-input::before{ width: 100rpx !important; height: 53rpx !important; } /*
相关文章
相关标签/搜索