app.wxss 435 B

123456789101112131415
  1. /*每个页面公共css */
  2. page {
  3. background-color: #f5f6fb;
  4. }
  5. .container {
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: space-between;
  11. padding: 200rpx 0;
  12. box-sizing: border-box;
  13. }
  14. 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;}