小程序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刪除。