noNetworkPage.wxss 256 B

1234567891011121314
  1. .noNetworkPage{
  2. position: fixed;
  3. z-index: 9999;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. left: 0;
  8. height: 100vh;
  9. display: flex;
  10. align-items: center;
  11. justify-content: center;
  12. flex-direction: column;
  13. background: #FFFFFF;
  14. }