@ -1,4 +1,13 @@
/**index.wxss**/
/* 强制隐藏所有滚动条 */
::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
/* 修复页面整体布局 */
page {
height: 100vh;