dunhuang.wxss 289 B

123456789101112131415161718
  1. /* pages/dunhuang/dunhuang.wxss */
  2. .page {
  3. position: relative;
  4. }
  5. .loading {
  6. width: 100vw;
  7. height: 100vh;
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. z-index: 1000;
  12. display: flex;
  13. justify-content: center;
  14. align-items: center;
  15. flex-direction: column;
  16. background: #ffffff;
  17. }