app.wxss 839 B

1234567891011121314151617181920212223
  1. /* 全局样式:强制隐藏所有页面的系统滚动条,提升沉浸式体验 */
  2. /* 针对页面根节点、普通视图和滚动容器 */
  3. page, view, scroll-view {
  4. -ms-overflow-style: none;
  5. /* IE and Edge */
  6. scrollbar-width: none;
  7. /* Firefox */
  8. }
  9. page::-webkit-scrollbar, view::-webkit-scrollbar, scroll-view::-webkit-scrollbar {
  10. display: none !important;
  11. width: 0 !important;
  12. height: 0 !important;
  13. -webkit-appearance: none;
  14. background: transparent;
  15. color: transparent;
  16. }
  17. /* 额外确保在部分环境下彻底移除 */
  18. ::-webkit-scrollbar {
  19. display: none !important;
  20. width: 0 !important;
  21. height: 0 !important;
  22. }page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}