直接在wxss文件的前面加下面的内容:
/*swtich样式-start*/
/*swtich整体大小*/
.wx-switch-input{
width:82rpx !important;
height:40rpx !important;
margin:0 !important;
padding: 0 !important;
}
/*白色样式(false的样式)*/
.wx-switch-input::before{
width:80rpx !important;
height:36rpx !important;
}
/*绿色样式(true的样式)*/
.wx-switch-input::after{
width:38rpx !important;
height:36rpx !important;
}
/*swtich样式end*/
只能说,小程序这些原生组件 真的是个奇葩。。。那么大个按钮,开发者自己不觉得难看么
本文介绍如何在微信小程序中自定义Switch组件的样式,包括调整整体大小、白色样式和绿色样式,提供具体wxss代码实现。
1323

被折叠的 条评论
为什么被折叠?



