微信小程序去掉滚动条样式

::-webkit-scrollbar{
width: 0;
height: 0;
color: transparent;
}

猜你喜欢

转载自blog.csdn.net/qq_41619567/article/details/83898769