myth.wxss 466 B

123456789101112131415161718192021
  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. background-image: url('https://houseoss.4dkankan.com/mini-ar-test/assets/bg.png');
  18. background-position: center top;
  19. background-size: cover;
  20. background-repeat: no-repeat;
  21. }