app-wrapper-empty.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-empty.data-v-57180dbc {
  21. width: 100%;
  22. display: -webkit-box;
  23. display: -webkit-flex;
  24. display: flex;
  25. -webkit-box-align: center;
  26. -webkit-align-items: center;
  27. align-items: center;
  28. }
  29. .app-empty .app-empty-center.data-v-57180dbc {
  30. width: 100%;
  31. margin-bottom: 80rpx;
  32. }
  33. .app-empty .app-empty__img.data-v-57180dbc {
  34. width: 100%;
  35. text-align: center;
  36. margin: 116rpx auto 50rpx;
  37. }
  38. .app-empty .app-empty__img image.data-v-57180dbc {
  39. width: 500rpx;
  40. max-width: 100%;
  41. height: auto;
  42. }
  43. .app-empty .app-empty__title.data-v-57180dbc {
  44. display: -webkit-box;
  45. display: -webkit-flex;
  46. display: flex;
  47. -webkit-box-orient: vertical;
  48. -webkit-box-direction: normal;
  49. -webkit-flex-direction: column;
  50. flex-direction: column;
  51. -webkit-box-align: center;
  52. -webkit-align-items: center;
  53. align-items: center;
  54. font-size: 32rpx;
  55. color: #666666;
  56. }
  57. .app-empty .app-empty__title ._span.data-v-57180dbc {
  58. font-weight: 400;
  59. }
  60. .app-empty .app-empty__title ._span + ._span.data-v-57180dbc {
  61. font-weight: initial;
  62. margin-top: 10rpx;
  63. font-size: 26rpx;
  64. }
  65. .app-empty .app-empty__title .empty_noData.data-v-57180dbc {
  66. font-size: 26rpx;
  67. }
  68. .foot-divider.data-v-57180dbc {
  69. height: 1rpx;
  70. background-color: #dcdada;
  71. width: 63rpx;
  72. margin: 0 22rpx;
  73. }
  74. .foot-text.data-v-57180dbc {
  75. font-size: 26rpx;
  76. color: #a1a1a1;
  77. display: -webkit-box;
  78. display: -webkit-flex;
  79. display: flex;
  80. -webkit-box-pack: center;
  81. -webkit-justify-content: center;
  82. justify-content: center;
  83. -webkit-box-align: center;
  84. -webkit-align-items: center;
  85. align-items: center;
  86. }
  87. .foot-layout.data-v-57180dbc {
  88. display: -webkit-box;
  89. display: -webkit-flex;
  90. display: flex;
  91. -webkit-box-orient: horizontal;
  92. -webkit-box-direction: normal;
  93. -webkit-flex-direction: row;
  94. flex-direction: row;
  95. -webkit-box-pack: center;
  96. -webkit-justify-content: center;
  97. justify-content: center;
  98. -webkit-box-align: center;
  99. -webkit-align-items: center;
  100. align-items: center;
  101. height: 115rpx;
  102. }
  103. .loading.data-v-57180dbc {
  104. display: inline-block;
  105. margin-right: 12rpx;
  106. vertical-align: middle;
  107. width: 14rpx;
  108. height: 14rpx;
  109. background: 0 0;
  110. border-radius: 50%;
  111. border: 2rpx solid #e9eaec;
  112. border-color: #e9eaec #e9eaec #e9eaec #f4a738;
  113. -webkit-animation: btn-spin-data-v-57180dbc 0.6s linear;
  114. animation: btn-spin-data-v-57180dbc 0.6s linear;
  115. -webkit-animation-iteration-count: infinite;
  116. animation-iteration-count: infinite;
  117. }
  118. @-webkit-keyframes btn-spin-data-v-57180dbc {
  119. 0% {
  120. -webkit-transform: rotate(0);
  121. transform: rotate(0);
  122. }
  123. 100% {
  124. -webkit-transform: rotate(360deg);
  125. transform: rotate(360deg);
  126. }
  127. }
  128. @keyframes btn-spin-data-v-57180dbc {
  129. 0% {
  130. -webkit-transform: rotate(0);
  131. transform: rotate(0);
  132. }
  133. 100% {
  134. -webkit-transform: rotate(360deg);
  135. transform: rotate(360deg);
  136. }
  137. }