app-loading.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. page.data-v-3c069b6c, block.data-v-3c069b6c, view.data-v-3c069b6c, scroll-view.data-v-3c069b6c, swiper.data-v-3c069b6c, movable-view.data-v-3c069b6c, icon.data-v-3c069b6c, text.data-v-3c069b6c, progress.data-v-3c069b6c, button.data-v-3c069b6c, checkbox.data-v-3c069b6c, form.data-v-3c069b6c, input.data-v-3c069b6c, label.data-v-3c069b6c, picker.data-v-3c069b6c, picker-view.data-v-3c069b6c, radio.data-v-3c069b6c, slider.data-v-3c069b6c, switch.data-v-3c069b6c, textarea.data-v-3c069b6c, navigator.data-v-3c069b6c, audio.data-v-3c069b6c, image.data-v-3c069b6c, video.data-v-3c069b6c, map.data-v-3c069b6c, canvas.data-v-3c069b6c, contact-button.data-v-3c069b6c, cover-image.data-v-3c069b6c, cover-view.data-v-3c069b6c {
  3. -webkit-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6. .text-center.data-v-3c069b6c {
  7. text-align: center;
  8. }
  9. .font-weight.data-v-3c069b6c {
  10. font-weight: bold;
  11. }
  12. .page-width.data-v-3c069b6c {
  13. width: 100%;
  14. }
  15. .background-image.data-v-3c069b6c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-3c069b6c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-3c069b6c {
  27. width: 100%;
  28. }
  29. .app-loading.data-v-3c069b6c {
  30. position: fixed;
  31. z-index: 1501;
  32. }
  33. .app-loading-toast.data-v-3c069b6c {
  34. top: 50%;
  35. left: 50%;
  36. -webkit-transform: translate(-50%, -50%);
  37. transform: translate(-50%, -50%);
  38. }
  39. .app-loading-global.data-v-3c069b6c {
  40. top: 0;
  41. width: 100%;
  42. height: 100%;
  43. background-color: rgba(31, 31, 31, 0.5);
  44. }
  45. .app-loading-global-text.data-v-3c069b6c {
  46. position: absolute;
  47. top: 50%;
  48. left: 50%;
  49. -webkit-transform: translate(-50%, -50%);
  50. transform: translate(-50%, -50%);
  51. }
  52. .app-loading-global-image.data-v-3c069b6c {
  53. position: absolute;
  54. top: 40%;
  55. left: 50%;
  56. width: 80rpx;
  57. height: 80rpx;
  58. -webkit-border-radius: 50%;
  59. border-radius: 50%;
  60. -webkit-transform: translate(-50%, -50%);
  61. transform: translate(-50%, -50%);
  62. }
  63. .app-loading-toast-image.data-v-3c069b6c {
  64. width: 130rpx;
  65. height: 130rpx;
  66. -webkit-border-radius: 50%;
  67. border-radius: 50%;
  68. }
  69. .app-loading-toast.data-v-3c069b6c {
  70. width: 80rpx;
  71. height: 80rpx;
  72. background-color: rgba(0, 0, 0, 0.5);
  73. -webkit-border-radius: 20rpx;
  74. border-radius: 20rpx;
  75. color: white;
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. -webkit-box-orient: vertical;
  80. -webkit-box-direction: normal;
  81. -webkit-flex-direction: column;
  82. flex-direction: column;
  83. -webkit-flex-wrap: nowrap;
  84. flex-wrap: nowrap;
  85. -webkit-box-pack: center;
  86. -webkit-justify-content: center;
  87. justify-content: center;
  88. -webkit-box-align: center;
  89. -webkit-align-items: center;
  90. align-items: center;
  91. }
  92. .app-loading-toast-text.data-v-3c069b6c {
  93. font-size: 30rpx;
  94. }
  95. .app-loading-image.data-v-3c069b6c {
  96. opacity: .8;
  97. background-size: 100% 100%;
  98. }