/* 隐藏滚动条 */
scroll-view ::-webkit-scrollbar {
width: 0;
height: 0;
background-color: transparent;
}
app端隐藏滚动条
"style": {
"navigationBarTitleText": "票务查询",
"navigationBarBackgroundColor": "#1e83ff",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false, //禁用原生尋航だ
"scrollIndicator": "none" //移劫端億藏滾劫条
}
}