index.wxss 485 B

12345678910111213141516171819202122232425
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .loadingP.data-v-a92945fa {
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. background: white;
  10. height: 100vh;
  11. width: 100vw;
  12. position: absolute;
  13. z-index: 999999999999999999;
  14. }
  15. .loadingP .loadingPic.data-v-a92945fa {
  16. width: 150rpx;
  17. height: 150rpx;
  18. margin-top: -400rpx;
  19. }
  20. .loadingP .loadingTxt.data-v-a92945fa {
  21. color: #999;
  22. font-size: 34rpx;
  23. margin-top: 20rpx;
  24. }