app.wxss 610 B

12345678910111213141516171819202122
  1. /* 全局基础样式 */
  2. page {
  3. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  4. font-size: 28rpx;
  5. line-height: 1.5;
  6. color: #333;
  7. background-color: #f5f5f5;
  8. }
  9. /* 去除按钮默认边框 */
  10. button::after {
  11. border: none;
  12. }
  13. /* 隐藏滚动条 */
  14. ::-webkit-scrollbar {
  15. width: 0;
  16. height: 0;
  17. color: transparent;
  18. }
  19. 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;}