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.
 
 
 

226 lines
6.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta
  7. name="keywords"
  8. content="antd,umi,umijs,ant design,Scaffolding, layout, Ant Design, project, Pro, admin, console, homepage, out-of-the-box, middle and back office, solution, component library"
  9. />
  10. <meta
  11. name="description"
  12. content="
  13. An out-of-box UI solution for enterprise applications as a React boilerplate."
  14. />
  15. <meta
  16. name="description"
  17. content="
  18. Out-of-the-box mid-stage front-end/design solution."
  19. />
  20. <meta
  21. name="viewport"
  22. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  23. />
  24. <title>Ant Design Pro</title>
  25. <link rel="icon" href="/favicon.ico" type="image/x-icon" />
  26. <link rel="stylesheet" href="/umi.9887ccb0.css" />
  27. <script>
  28. window.routerBase = "/";
  29. </script>
  30. <script>
  31. //! umi version: 3.5.41
  32. </script>
  33. </head>
  34. <body>
  35. <noscript>Out-of-the-box mid-stage front/design solution!</noscript>
  36. <div id="root">
  37. <style>
  38. html,
  39. body,
  40. #root {
  41. height: 100%;
  42. margin: 0;
  43. padding: 0;
  44. }
  45. #root {
  46. background-repeat: no-repeat;
  47. background-size: 100% auto;
  48. }
  49. .page-loading-warp {
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. padding: 98px;
  54. }
  55. .ant-spin {
  56. position: absolute;
  57. display: none;
  58. -webkit-box-sizing: border-box;
  59. box-sizing: border-box;
  60. margin: 0;
  61. padding: 0;
  62. color: rgba(0, 0, 0, 0.65);
  63. color: #1890ff;
  64. font-size: 14px;
  65. font-variant: tabular-nums;
  66. line-height: 1.5;
  67. text-align: center;
  68. list-style: none;
  69. opacity: 0;
  70. -webkit-transition: -webkit-transform 0.3s
  71. cubic-bezier(0.78, 0.14, 0.15, 0.86);
  72. transition: -webkit-transform 0.3s
  73. cubic-bezier(0.78, 0.14, 0.15, 0.86);
  74. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  75. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),
  76. -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  77. -webkit-font-feature-settings: "tnum";
  78. font-feature-settings: "tnum";
  79. }
  80. .ant-spin-spinning {
  81. position: static;
  82. display: inline-block;
  83. opacity: 1;
  84. }
  85. .ant-spin-dot {
  86. position: relative;
  87. display: inline-block;
  88. width: 20px;
  89. height: 20px;
  90. font-size: 20px;
  91. }
  92. .ant-spin-dot-item {
  93. position: absolute;
  94. display: block;
  95. width: 9px;
  96. height: 9px;
  97. background-color: #1890ff;
  98. border-radius: 100%;
  99. -webkit-transform: scale(0.75);
  100. -ms-transform: scale(0.75);
  101. transform: scale(0.75);
  102. -webkit-transform-origin: 50% 50%;
  103. -ms-transform-origin: 50% 50%;
  104. transform-origin: 50% 50%;
  105. opacity: 0.3;
  106. -webkit-animation: antspinmove 1s infinite linear alternate;
  107. animation: antSpinMove 1s infinite linear alternate;
  108. }
  109. .ant-spin-dot-item:nth-child(1) {
  110. top: 0;
  111. left: 0;
  112. }
  113. .ant-spin-dot-item:nth-child(2) {
  114. top: 0;
  115. right: 0;
  116. -webkit-animation-delay: 0.4s;
  117. animation-delay: 0.4s;
  118. }
  119. .ant-spin-dot-item:nth-child(3) {
  120. right: 0;
  121. bottom: 0;
  122. -webkit-animation-delay: 0.8s;
  123. animation-delay: 0.8s;
  124. }
  125. .ant-spin-dot-item:nth-child(4) {
  126. bottom: 0;
  127. left: 0;
  128. -webkit-animation-delay: 1.2s;
  129. animation-delay: 1.2s;
  130. }
  131. .ant-spin-dot-spin {
  132. -webkit-transform: rotate(45deg);
  133. -ms-transform: rotate(45deg);
  134. transform: rotate(45deg);
  135. -webkit-animation: antrotate 1.2s infinite linear;
  136. animation: antRotate 1.2s infinite linear;
  137. }
  138. .ant-spin-lg .ant-spin-dot {
  139. width: 32px;
  140. height: 32px;
  141. font-size: 32px;
  142. }
  143. .ant-spin-lg .ant-spin-dot i {
  144. width: 14px;
  145. height: 14px;
  146. }
  147. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  148. .ant-spin-blur {
  149. background: #fff;
  150. opacity: 0.5;
  151. }
  152. }
  153. @-webkit-keyframes antSpinMove {
  154. to {
  155. opacity: 1;
  156. }
  157. }
  158. @keyframes antSpinMove {
  159. to {
  160. opacity: 1;
  161. }
  162. }
  163. @-webkit-keyframes antRotate {
  164. to {
  165. -webkit-transform: rotate(405deg);
  166. transform: rotate(405deg);
  167. }
  168. }
  169. @keyframes antRotate {
  170. to {
  171. -webkit-transform: rotate(405deg);
  172. transform: rotate(405deg);
  173. }
  174. }
  175. </style>
  176. <div
  177. style="
  178. display: flex;
  179. flex-direction: column;
  180. align-items: center;
  181. justify-content: center;
  182. height: 100%;
  183. min-height: 420px;
  184. "
  185. >
  186. <img src="/pro_icon.svg" alt="logo" width="256" />
  187. <div class="page-loading-warp">
  188. <div class="ant-spin ant-spin-lg ant-spin-spinning">
  189. <span class="ant-spin-dot ant-spin-dot-spin"
  190. ><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i
  191. ><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i
  192. ></span>
  193. </div>
  194. </div>
  195. <div
  196. style="display: flex; align-items: center; justify-content: center"
  197. >
  198. <img
  199. src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
  200. width="32"
  201. style="margin-right: 8px"
  202. />
  203. Ant Design
  204. </div>
  205. </div>
  206. </div>
  207. <script src="/umi.f0731597.js"></script>
  208. </body>
  209. </html>