index.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
  9. <meta
  10. name="keywords"
  11. content="广州非繁科技有限公司商城管理系统"
  12. />
  13. <meta
  14. name="description"
  15. content="广州非繁科技有限公司商城管理系统"
  16. />
  17. <title>常来此购</title>
  18. <!-- <title>中星-平台</title> -->
  19. <<<<<<< HEAD
  20. <script type="module" crossorigin src="/assets/index-bd9277a1.js"></script>
  21. <link rel="stylesheet" href="/assets/index-ffdfed0a.css">
  22. =======
  23. <script type="module" crossorigin src="/assets/index-a9d538d5.js"></script>
  24. <link rel="stylesheet" href="/assets/index-087bcad7.css">
  25. >>>>>>> bf35653181c9d0919eb0f047ddd9aebc6211fbaf
  26. </head>
  27. <body>
  28. <div id="app">
  29. <style>
  30. .app-loading {
  31. display: flex;
  32. width: 100%;
  33. height: 100%;
  34. justify-content: center;
  35. align-items: center;
  36. flex-direction: column;
  37. background: #f0f2f5;
  38. }
  39. .app-loading .app-loading-wrap {
  40. position: absolute;
  41. top: 50%;
  42. left: 50%;
  43. display: flex;
  44. transform: translate3d(-50%, -50%, 0);
  45. justify-content: center;
  46. align-items: center;
  47. flex-direction: column;
  48. }
  49. .app-loading .app-loading-title {
  50. margin-bottom: 30px;
  51. font-size: 20px;
  52. font-weight: bold;
  53. text-align: center;
  54. }
  55. .app-loading .app-loading-logo {
  56. width: 100px;
  57. margin: 0 auto 15px auto;
  58. animation: app-loading-logo 5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  59. }
  60. @keyframes app-loading-logo {
  61. 0% {
  62. transform: rotate(0deg);
  63. }
  64. 100% {
  65. transform: rotate(360deg);
  66. }
  67. }
  68. .app-loading .app-loading-item {
  69. position: relative;
  70. display: inline-block;
  71. width: 60px;
  72. height: 60px;
  73. vertical-align: middle;
  74. border-radius: 50%;
  75. }
  76. .app-loading .app-loading-outter {
  77. position: absolute;
  78. width: 100%;
  79. height: 100%;
  80. border: 4px solid #2d8cf0;
  81. border-bottom: 0;
  82. border-left-color: transparent;
  83. border-radius: 50%;
  84. animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  85. }
  86. .app-loading .app-loading-inner {
  87. position: absolute;
  88. top: calc(50% - 20px);
  89. left: calc(50% - 20px);
  90. width: 40px;
  91. height: 40px;
  92. border: 4px solid #87bdff;
  93. border-right: 0;
  94. border-top-color: transparent;
  95. border-radius: 50%;
  96. animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  97. }
  98. /* @-webkit-keyframes loader-inner {
  99. 0% {
  100. -webkit-transform: rotate(0deg);
  101. transform: rotate(0deg);
  102. }
  103. 100% {
  104. -webkit-transform: rotate(-360deg);
  105. transform: rotate(-360deg);
  106. }
  107. } */
  108. /* @keyframes loader-inner {
  109. 0% {
  110. -webkit-transform: rotate(0deg);
  111. transform: rotate(0deg);
  112. }
  113. 100% {
  114. -webkit-transform: rotate(-360deg);
  115. transform: rotate(-360deg);
  116. }
  117. } */
  118. </style>
  119. <div class="app-loading">
  120. <div class="app-loading-wrap">
  121. <div class="app-loading-title">
  122. <img src="/zxlogo.png" class="app-loading-logo" alt="Logo" />
  123. <div class="app-loading-title">常来此购</div>
  124. </div>
  125. <!-- <div class="app-loading-item">
  126. <div class="app-loading-outter"></div>
  127. <div class="app-loading-inner"></div>
  128. </div> -->
  129. </div>
  130. </div>
  131. </div>
  132. </body>
  133. </html>