You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
2.4 KiB

1 year ago
  1. <!--pages/subPack/loading/index.wxml-->
  2. <!-- <view class="title">样式一:</view>
  3. <view class="ring">
  4. <view>sss</view>
  5. <view class="line"></view>
  6. </view>
  7. <view class="title">样式二:</view>
  8. <view class="box">
  9. <view class="loading">
  10. <view></view>
  11. <view></view>
  12. <view></view>
  13. <view></view>
  14. <view></view>
  15. <view></view>
  16. <view></view>
  17. <view></view>
  18. </view>
  19. </view>
  20. <view class="title">样式三:</view>
  21. <view class="box">
  22. <view class="circle-line">
  23. <text></text>
  24. <text></text>
  25. <text></text>
  26. <text></text>
  27. <text></text>
  28. <text></text>
  29. <text></text>
  30. <text></text>
  31. </view>
  32. </view>
  33. <view class="title">样式四:</view>
  34. <view class="box">
  35. <view class="circle-line1">
  36. <text></text>
  37. <text></text>
  38. <text></text>
  39. <text></text>
  40. <text></text>
  41. <text></text>
  42. <text></text>
  43. <text></text>
  44. </view>
  45. </view>
  46. <view class="title">样式五:</view>
  47. <view class="box">
  48. <view class="circle-line-spin">
  49. <text></text>
  50. <text></text>
  51. <text></text>
  52. <text></text>
  53. <text></text>
  54. <text></text>
  55. <text></text>
  56. <text></text>
  57. </view>
  58. </view>
  59. <view class="title">样式六:</view>
  60. <view class="box">
  61. <view class="circle-line2">
  62. <text></text>
  63. <text></text>
  64. <text></text>
  65. <text></text>
  66. <text></text>
  67. <text></text>
  68. <text></text>
  69. <text></text>
  70. </view>
  71. </view>
  72. <view class="title">样式七:</view>
  73. <view class="box">
  74. <view class="circle_bx">
  75. <view></view>
  76. </view>
  77. </view>
  78. <view class="title">样式8:</view> -->
  79. <view class="posibox">
  80. <view class="box">
  81. <view class="loader-dots">
  82. <view></view>
  83. <view></view>
  84. <view></view>
  85. <view></view>
  86. <view></view>
  87. </view>
  88. </view>
  89. <view class="text">重连中...</view>
  90. </view>
  91. <view class="bg"></view>
  92. <!-- <view class="title">样式9:</view>
  93. <view class="box">
  94. <view class="loader-rainbow">
  95. <view class="loader-inner">
  96. <view class="loader-line-wrap">
  97. <view class="loader-line"></view>
  98. </view>
  99. <view class="loader-line-wrap">
  100. <view class="loader-line"></view>
  101. </view>
  102. <view class="loader-line-wrap">
  103. <view class="loader-line"></view>
  104. </view>
  105. <view class="loader-line-wrap">
  106. <view class="loader-line"></view>
  107. </view>
  108. <view class="loader-line-wrap">
  109. <view class="loader-line"></view>
  110. </view>
  111. </view>
  112. </view>
  113. </view> -->