小程序scroll-view滚动条很丑,想隐藏?
在有scroll-view滚动条页面的wxss里添加:
::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; }
不用选择器,以及不要在app.wxss直接添加。
小程序scroll-view滚动条很丑,想隐藏?
在有scroll-view滚动条页面的wxss里添加:
::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; }
不用选择器,以及不要在app.wxss直接添加。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。