document.ejs 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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="viewport"
  8. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  9. />
  10. <title>Ant Design Pro</title>
  11. <link rel="icon" href="/favicon.png" type="image/x-icon" />
  12. </head>
  13. <body>
  14. <noscript>Out-of-the-box mid-stage front/design solution!</noscript>
  15. <div id="root">
  16. <style>
  17. html,
  18. body,
  19. #root {
  20. height: 100%;
  21. margin: 0;
  22. padding: 0;
  23. }
  24. #root {
  25. background-image: url('/home_bg.png');
  26. background-repeat: no-repeat;
  27. background-size: 100% auto;
  28. }
  29. .page-loading-warp {
  30. padding: 98px;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .ant-spin {
  36. -webkit-box-sizing: border-box;
  37. box-sizing: border-box;
  38. margin: 0;
  39. padding: 0;
  40. color: rgba(0, 0, 0, 0.65);
  41. font-size: 14px;
  42. font-variant: tabular-nums;
  43. line-height: 1.5;
  44. list-style: none;
  45. -webkit-font-feature-settings: 'tnum';
  46. font-feature-settings: 'tnum';
  47. position: absolute;
  48. display: none;
  49. color: #1890ff;
  50. text-align: center;
  51. vertical-align: middle;
  52. opacity: 0;
  53. -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  54. transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  55. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  56. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),
  57. -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  58. }
  59. .ant-spin-spinning {
  60. position: static;
  61. display: inline-block;
  62. opacity: 1;
  63. }
  64. .ant-spin-dot {
  65. position: relative;
  66. display: inline-block;
  67. font-size: 20px;
  68. width: 20px;
  69. height: 20px;
  70. }
  71. .ant-spin-dot-item {
  72. position: absolute;
  73. display: block;
  74. width: 9px;
  75. height: 9px;
  76. background-color: #1890ff;
  77. border-radius: 100%;
  78. -webkit-transform: scale(0.75);
  79. -ms-transform: scale(0.75);
  80. transform: scale(0.75);
  81. -webkit-transform-origin: 50% 50%;
  82. -ms-transform-origin: 50% 50%;
  83. transform-origin: 50% 50%;
  84. opacity: 0.3;
  85. -webkit-animation: antSpinMove 1s infinite linear alternate;
  86. animation: antSpinMove 1s infinite linear alternate;
  87. }
  88. .ant-spin-dot-item:nth-child(1) {
  89. top: 0;
  90. left: 0;
  91. }
  92. .ant-spin-dot-item:nth-child(2) {
  93. top: 0;
  94. right: 0;
  95. -webkit-animation-delay: 0.4s;
  96. animation-delay: 0.4s;
  97. }
  98. .ant-spin-dot-item:nth-child(3) {
  99. right: 0;
  100. bottom: 0;
  101. -webkit-animation-delay: 0.8s;
  102. animation-delay: 0.8s;
  103. }
  104. .ant-spin-dot-item:nth-child(4) {
  105. bottom: 0;
  106. left: 0;
  107. -webkit-animation-delay: 1.2s;
  108. animation-delay: 1.2s;
  109. }
  110. .ant-spin-dot-spin {
  111. -webkit-transform: rotate(45deg);
  112. -ms-transform: rotate(45deg);
  113. transform: rotate(45deg);
  114. -webkit-animation: antRotate 1.2s infinite linear;
  115. animation: antRotate 1.2s infinite linear;
  116. }
  117. .ant-spin-lg .ant-spin-dot {
  118. font-size: 32px;
  119. width: 32px;
  120. height: 32px;
  121. }
  122. .ant-spin-lg .ant-spin-dot i {
  123. width: 14px;
  124. height: 14px;
  125. }
  126. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  127. .ant-spin-blur {
  128. background: #fff;
  129. opacity: 0.5;
  130. }
  131. }
  132. @-webkit-keyframes antSpinMove {
  133. to {
  134. opacity: 1;
  135. }
  136. }
  137. @keyframes antSpinMove {
  138. to {
  139. opacity: 1;
  140. }
  141. }
  142. @-webkit-keyframes antRotate {
  143. to {
  144. -webkit-transform: rotate(405deg);
  145. transform: rotate(405deg);
  146. }
  147. }
  148. @keyframes antRotate {
  149. to {
  150. -webkit-transform: rotate(405deg);
  151. transform: rotate(405deg);
  152. }
  153. }
  154. </style>
  155. <div
  156. style="display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 420px;height: 100%;"
  157. >
  158. <!-- <img src="/pro_icon.svg" alt="logo" width="256" /> -->
  159. <div class="page-loading-warp">
  160. <div class="ant-spin ant-spin-lg ant-spin-spinning">
  161. <span class="ant-spin-dot ant-spin-dot-spin"
  162. ><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i
  163. ><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i
  164. ></span>
  165. </div>
  166. </div>
  167. <div style="display: flex;justify-content: center;align-items: center;">
  168. <img
  169. src="./yz_logo.png"
  170. width="32"
  171. style="margin-right: 8px;"
  172. />
  173. 南京 云致
  174. </div>
  175. </div>
  176. </div>
  177. </body>
  178. </html>