微信小程序/支付宝小程序/淘宝模块scroll-view去掉滚动条代码

 /*隐藏滚动条*/
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}