123456789101112131415161718 |
- /* pages/dunhuang/dunhuang.wxss */
- .page {
- position: relative;
- }
- .loading {
- width: 100vw;
- height: 100vh;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1000;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- background: #ffffff;
- }
|