app.wxss 548 B

1234567891011121314151617181920
  1. /* 全局隐藏滚动条 */
  2. ::-webkit-scrollbar {
  3. display: none !important;
  4. width: 0 !important;
  5. height: 0 !important;
  6. -webkit-appearance: none;
  7. background: transparent;
  8. }
  9. /* 全局基础样式,使用标准CSS */
  10. page {
  11. background-color: #F5F7FA;
  12. font-size: 28rpx;
  13. color: #333;
  14. }
  15. view, text, scroll-view {
  16. box-sizing: border-box;
  17. }
  18. 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;}