index.html 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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 name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  7. <title>小美集团绩效系统</title>
  8. <link rel="icon" href="favicon.ico" type="image/x-icon" />
  9. <base href="/" />
  10. <link href="_content/AntDesign/css/ant-design-blazor.css" rel="stylesheet" />
  11. <link href="_content/AntDesign.ProLayout/css/ant-design-pro-layout-blazor.css" rel="stylesheet" />
  12. <link href="./css/site.css" rel="stylesheet" />
  13. <link href="wispro.sp.web.styles.css" rel="stylesheet" />
  14. <script src="https://d3js.org/d3.v5.min.js"></script>
  15. <script src="https://unpkg.com/@antv/g2plot@1.1.28/dist/g2plot.js"></script>
  16. <script src="https://unpkg.com/@hpcc-js/wasm@0.3.11/dist/index.min.js"></script>
  17. <script src="https://unpkg.com/d3-graphviz@3.1.0/build/d3-graphviz.js"></script>
  18. <script src="https://lib.baomitu.com/echarts/5.3.0/echarts.min.js"></script>
  19. <script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=QKXcNR9CGYOaAvlDYlDgVCE5FmNYO3Z8"></script>
  20. <script type="text/javascript" src="https://lib.baomitu.com/echarts/5.3.0/extension/bmap.min.js"></script>
  21. </head>
  22. <body>
  23. <noscript>Out-of-the-box mid-stage front/design solution!</noscript>
  24. <div id="app">
  25. <style>
  26. html,
  27. body,
  28. #app {
  29. height: 100%;
  30. margin: 0;
  31. padding: 0;
  32. }
  33. #app {
  34. background-repeat: no-repeat;
  35. background-size: 100% auto;
  36. }
  37. .page-loading-warp {
  38. padding: 98px;
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .ant-spin {
  44. -webkit-box-sizing: border-box;
  45. box-sizing: border-box;
  46. margin: 0;
  47. padding: 0;
  48. color: rgba(0, 0, 0, 0.65);
  49. font-size: 14px;
  50. font-variant: tabular-nums;
  51. line-height: 1.5;
  52. list-style: none;
  53. -webkit-font-feature-settings: 'tnum';
  54. font-feature-settings: 'tnum';
  55. position: absolute;
  56. display: none;
  57. color: #1890ff;
  58. text-align: center;
  59. vertical-align: middle;
  60. opacity: 0;
  61. -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  62. transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  63. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  64. transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  65. }
  66. .ant-spin-spinning {
  67. position: static;
  68. display: inline-block;
  69. opacity: 1;
  70. }
  71. .ant-spin-dot {
  72. position: relative;
  73. display: inline-block;
  74. font-size: 20px;
  75. width: 20px;
  76. height: 20px;
  77. }
  78. .ant-spin-dot-item {
  79. position: absolute;
  80. display: block;
  81. width: 19px;
  82. height: 19px;
  83. background-color: #1890ff;
  84. border-radius: 100%;
  85. -webkit-transform: scale(0.75);
  86. -ms-transform: scale(0.75);
  87. transform: scale(0.75);
  88. -webkit-transform-origin: 50% 50%;
  89. -ms-transform-origin: 50% 50%;
  90. transform-origin: 50% 50%;
  91. opacity: 0.3;
  92. -webkit-animation: antSpinMove 1s infinite linear alternate;
  93. animation: antSpinMove 1s infinite linear alternate;
  94. }
  95. .ant-spin-dot-item:nth-child(1) {
  96. top: 0;
  97. left: 0;
  98. }
  99. .ant-spin-dot-item:nth-child(2) {
  100. top: 0;
  101. right: 0;
  102. -webkit-animation-delay: 0.4s;
  103. animation-delay: 0.4s;
  104. }
  105. .ant-spin-dot-item:nth-child(3) {
  106. right: 0;
  107. bottom: 0;
  108. -webkit-animation-delay: 0.8s;
  109. animation-delay: 0.8s;
  110. }
  111. .ant-spin-dot-item:nth-child(4) {
  112. bottom: 0;
  113. left: 0;
  114. -webkit-animation-delay: 1.2s;
  115. animation-delay: 1.2s;
  116. }
  117. .ant-spin-dot-spin {
  118. -webkit-transform: rotate(45deg);
  119. -ms-transform: rotate(45deg);
  120. transform: rotate(45deg);
  121. -webkit-animation: antRotate 1.2s infinite linear;
  122. animation: antRotate 1.2s infinite linear;
  123. }
  124. .ant-spin-lg .ant-spin-dot {
  125. font-size: 32px;
  126. width: 32px;
  127. height: 32px;
  128. }
  129. .ant-spin-lg .ant-spin-dot i {
  130. width: 14px;
  131. height: 14px;
  132. }
  133. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  134. .ant-spin-blur {
  135. background: #fff;
  136. opacity: 0.5;
  137. }
  138. }
  139. @-webkit-keyframes antSpinMove {
  140. to {
  141. opacity: 1;
  142. }
  143. }
  144. @keyframes antSpinMove {
  145. to {
  146. opacity: 1;
  147. }
  148. }
  149. @-webkit-keyframes antRotate {
  150. to {
  151. -webkit-transform: rotate(405deg);
  152. transform: rotate(405deg);
  153. }
  154. }
  155. @keyframes antRotate {
  156. to {
  157. -webkit-transform: rotate(405deg);
  158. transform: rotate(405deg);
  159. }
  160. }
  161. .loader {
  162. /* animation-name:load; */
  163. animation: load 2s linear infinite;
  164. border: 16px solid #f3f3f3;
  165. border-radius: 50%;
  166. border-top: 16px solid #2e8e9a;
  167. height: 100px;
  168. width: 100px;
  169. margin: 0 auto;
  170. }
  171. @keyframes load {
  172. 0% {
  173. transform: rotate(0deg);
  174. }
  175. 100% {
  176. transform: rotate(360deg);
  177. }
  178. }
  179. </style>
  180. <div style="
  181. display: flex;
  182. justify-content: center;
  183. align-items: center;
  184. flex-direction: column;
  185. min-height: 420px;
  186. height: 100%;
  187. ">
  188. <img src="images/xiaomeilogo2-v2F-64.png" alt="logo" width="256" />
  189. <div class="page-loading-warp">
  190. <div class="ant-spin ant-spin-lg ant-spin-spinning">
  191. <!--<div class="loader"></div>-->
  192. <span class="ant-spin-dot ant-spin-dot-spin">
  193. <i class="ant-spin-dot-item"></i>
  194. <i class="ant-spin-dot-item"></i>
  195. <i class="ant-spin-dot-item"></i>
  196. <i class="ant-spin-dot-item"></i>
  197. </span>
  198. </div>
  199. </div>
  200. <!--<div style="display: flex; justify-content: center; align-items: center;">
  201. <img src="images/小美logo.png" width="32"
  202. style="margin-right: 8px;" />
  203. 小美知识产权
  204. </div>-->
  205. </div>
  206. </div>
  207. <script src="_content/AntDesign/js/ant-design-blazor.js"></script>
  208. <script type="module" src="_content/Blazor.ECharts/core.js"></script>
  209. <script src="_framework/blazor.webassembly.js" autostart="false"></script>
  210. <!--<script src="script/helper.js"></script>-->
  211. <script type="module">
  212. import { BrotliDecode } from './decode.js';
  213. Blazor.start({
  214. loadBootResource: function (type, name, defaultUri, integrity) {
  215. if (type !== 'dotnetjs' && location.hostname !== 'localhost') {
  216. return (async function () {
  217. const response = await fetch(defaultUri + '.br', { cache: 'no-cache' });
  218. if (!response.ok) {
  219. throw new Error(response.statusText);
  220. }
  221. const originalResponseBuffer = await response.arrayBuffer();
  222. const originalResponseArray = new Int8Array(originalResponseBuffer);
  223. const decompressedResponseArray = BrotliDecode(originalResponseArray);
  224. const contentType = type ===
  225. 'dotnetwasm' ? 'application/wasm' : 'application/octet-stream';
  226. return new Response(decompressedResponseArray,
  227. { headers: { 'content-type': contentType } });
  228. })();
  229. }
  230. }
  231. });
  232. </script>
  233. </body>
  234. </html>