使用如下樣式可以去除小程序scroll-view組件的滾動(dòng)條 scroll-view [style*="overflow"]::-webkit-scrollbar { display: none; }