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