index.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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-2ed6e6bd.js"></script>
  21. =======
  22. <script type="module" crossorigin src="/assets/index-bec6f350.js"></script>
  23. >>>>>>> cc5780b933d33a97c53a186bf68c5a9c86d9b244
  24. <link rel="stylesheet" href="/assets/index-b417238c.css">
  25. </head>
  26. <body>
  27. <div id="app">
  28. <style>
  29. .app-loading {
  30. display: flex;
  31. width: 100%;
  32. height: 100%;
  33. justify-content: center;
  34. align-items: center;
  35. flex-direction: column;
  36. background: #f0f2f5;
  37. }
  38. .app-loading .app-loading-wrap {
  39. position: absolute;
  40. top: 50%;
  41. left: 50%;
  42. display: flex;
  43. transform: translate3d(-50%, -50%, 0);
  44. justify-content: center;
  45. align-items: center;
  46. flex-direction: column;
  47. }
  48. .app-loading .app-loading-title {
  49. margin-bottom: 30px;
  50. font-size: 20px;
  51. font-weight: bold;
  52. text-align: center;
  53. }
  54. .app-loading .app-loading-logo {
  55. width: 100px;
  56. margin: 0 auto 15px auto;
  57. animation: app-loading-logo 5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  58. }
  59. @keyframes app-loading-logo {
  60. 0% {
  61. transform: rotate(0deg);
  62. }
  63. 100% {
  64. transform: rotate(360deg);
  65. }
  66. }
  67. .app-loading .app-loading-item {
  68. position: relative;
  69. display: inline-block;
  70. width: 60px;
  71. height: 60px;
  72. vertical-align: middle;
  73. border-radius: 50%;
  74. }
  75. .app-loading .app-loading-outter {
  76. position: absolute;
  77. width: 100%;
  78. height: 100%;
  79. border: 4px solid #2d8cf0;
  80. border-bottom: 0;
  81. border-left-color: transparent;
  82. border-radius: 50%;
  83. animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  84. }
  85. .app-loading .app-loading-inner {
  86. position: absolute;
  87. top: calc(50% - 20px);
  88. left: calc(50% - 20px);
  89. width: 40px;
  90. height: 40px;
  91. border: 4px solid #87bdff;
  92. border-right: 0;
  93. border-top-color: transparent;
  94. border-radius: 50%;
  95. animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  96. }
  97. /* @-webkit-keyframes loader-inner {
  98. 0% {
  99. -webkit-transform: rotate(0deg);
  100. transform: rotate(0deg);
  101. }
  102. 100% {
  103. -webkit-transform: rotate(-360deg);
  104. transform: rotate(-360deg);
  105. }
  106. } */
  107. /* @keyframes loader-inner {
  108. 0% {
  109. -webkit-transform: rotate(0deg);
  110. transform: rotate(0deg);
  111. }
  112. 100% {
  113. -webkit-transform: rotate(-360deg);
  114. transform: rotate(-360deg);
  115. }
  116. } */
  117. </style>
  118. <div class="app-loading">
  119. <div class="app-loading-wrap">
  120. <div class="app-loading-title">
  121. <img src="/zxlogo.png" class="app-loading-logo" alt="Logo" />
  122. <div class="app-loading-title">中星-平台</div>
  123. </div>
  124. <!-- <div class="app-loading-item">
  125. <div class="app-loading-outter"></div>
  126. <div class="app-loading-inner"></div>
  127. </div> -->
  128. </div>
  129. </div>
  130. </div>
  131. </body>
  132. </html>