Newer
Older
Nanping_sponge_JXKH / index.html
@liyingjing liyingjing on 25 Oct 2023 7 KB 海绵绩效考个
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="renderer" content="webkit" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  9. <!-- <script src="https://webapi.amap.com/maps?v=2.0&key=3eb887ec79e42b1a342a5ba6245fe4f1&plugin=AMap.PolygonEditor"></script> -->
  10. <script src="https://server1.wh-nf.cn:6082/3d/cesium/v3/init_v2.js" author="wudi"></script>
  11. <link rel="icon" href="/favicon.ico" />
  12. <title>海绵绩效管理系统</title>
  13. <!--[if lt IE 11
  14. ]><script>
  15. window.location.href = "/html/ie.html";
  16. </script><!
  17. [endif]-->
  18. <!-- <script
  19. src="http://192.168.16.133:9993/3d/v0.0.1/init_main.js?bdCustom=http://api{s}.map.bdimg.com&tdtWms=http://t{s}.tianditu.gov.cn&arcgisBlue=https://map.geoq.cn&gaoderest=http://restapi.amap.com&gaodeweb=http://webapi.amap.com"
  20. author="wudi_sdk"></script> -->
  21. <!-- <script
  22. src='./src/components/GisMap/index.js'
  23. ></script> -->
  24. <style>
  25. .amap-logo {
  26. display: none;
  27. opacity: 0 !important;
  28. }
  29. .amap-copyright {
  30. opacity: 0;
  31. }
  32. html,
  33. body,
  34. #app {
  35. height: 100%;
  36. margin: 0px;
  37. padding: 0px;
  38. }
  39. .chromeframe {
  40. margin: 0.2em 0;
  41. background: #ccc;
  42. color: #000;
  43. padding: 0.2em 0;
  44. }
  45. #loader-wrapper {
  46. position: fixed;
  47. top: 0;
  48. left: 0;
  49. width: 100%;
  50. height: 100%;
  51. z-index: 999999;
  52. }
  53. #loader {
  54. display: block;
  55. position: relative;
  56. left: 50%;
  57. top: 50%;
  58. width: 150px;
  59. height: 150px;
  60. margin: -75px 0 0 -75px;
  61. border-radius: 50%;
  62. border: 3px solid transparent;
  63. border-top-color: #fff;
  64. -webkit-animation: spin 2s linear infinite;
  65. -ms-animation: spin 2s linear infinite;
  66. -moz-animation: spin 2s linear infinite;
  67. -o-animation: spin 2s linear infinite;
  68. animation: spin 2s linear infinite;
  69. z-index: 1001;
  70. }
  71. #loader:before {
  72. content: "";
  73. position: absolute;
  74. top: 5px;
  75. left: 5px;
  76. right: 5px;
  77. bottom: 5px;
  78. border-radius: 50%;
  79. border: 3px solid transparent;
  80. border-top-color: #fff;
  81. -webkit-animation: spin 3s linear infinite;
  82. -moz-animation: spin 3s linear infinite;
  83. -o-animation: spin 3s linear infinite;
  84. -ms-animation: spin 3s linear infinite;
  85. animation: spin 3s linear infinite;
  86. }
  87. #loader:after {
  88. content: "";
  89. position: absolute;
  90. top: 15px;
  91. left: 15px;
  92. right: 15px;
  93. bottom: 15px;
  94. border-radius: 50%;
  95. border: 3px solid transparent;
  96. border-top-color: #fff;
  97. -moz-animation: spin 1.5s linear infinite;
  98. -o-animation: spin 1.5s linear infinite;
  99. -ms-animation: spin 1.5s linear infinite;
  100. -webkit-animation: spin 1.5s linear infinite;
  101. animation: spin 1.5s linear infinite;
  102. }
  103. @-webkit-keyframes spin {
  104. 0% {
  105. -webkit-transform: rotate(0deg);
  106. -ms-transform: rotate(0deg);
  107. transform: rotate(0deg);
  108. }
  109. 100% {
  110. -webkit-transform: rotate(360deg);
  111. -ms-transform: rotate(360deg);
  112. transform: rotate(360deg);
  113. }
  114. }
  115. @keyframes spin {
  116. 0% {
  117. -webkit-transform: rotate(0deg);
  118. -ms-transform: rotate(0deg);
  119. transform: rotate(0deg);
  120. }
  121. 100% {
  122. -webkit-transform: rotate(360deg);
  123. -ms-transform: rotate(360deg);
  124. transform: rotate(360deg);
  125. }
  126. }
  127. #loader-wrapper .loader-section {
  128. position: fixed;
  129. top: 0;
  130. width: 51%;
  131. height: 100%;
  132. background: #7171c6;
  133. z-index: 1000;
  134. -webkit-transform: translateX(0);
  135. -ms-transform: translateX(0);
  136. transform: translateX(0);
  137. }
  138. #loader-wrapper .loader-section.section-left {
  139. left: 0;
  140. }
  141. #loader-wrapper .loader-section.section-right {
  142. right: 0;
  143. }
  144. .loaded #loader-wrapper .loader-section.section-left {
  145. -webkit-transform: translateX(-100%);
  146. -ms-transform: translateX(-100%);
  147. transform: translateX(-100%);
  148. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  149. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  150. }
  151. .loaded #loader-wrapper .loader-section.section-right {
  152. -webkit-transform: translateX(100%);
  153. -ms-transform: translateX(100%);
  154. transform: translateX(100%);
  155. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  156. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  157. }
  158. .loaded #loader {
  159. opacity: 0;
  160. -webkit-transition: all 0.3s ease-out;
  161. transition: all 0.3s ease-out;
  162. }
  163. .loaded #loader-wrapper {
  164. visibility: hidden;
  165. -webkit-transform: translateY(-100%);
  166. -ms-transform: translateY(-100%);
  167. transform: translateY(-100%);
  168. -webkit-transition: all 0.3s 1s ease-out;
  169. transition: all 0.3s 1s ease-out;
  170. }
  171. .no-js #loader-wrapper {
  172. display: none;
  173. }
  174. .no-js h1 {
  175. color: #222222;
  176. }
  177. #loader-wrapper .load_title {
  178. font-family: "Open Sans";
  179. color: #fff;
  180. font-size: 19px;
  181. width: 100%;
  182. text-align: center;
  183. z-index: 9999999999999;
  184. position: absolute;
  185. top: 60%;
  186. opacity: 1;
  187. line-height: 30px;
  188. }
  189. #loader-wrapper .load_title span {
  190. font-weight: normal;
  191. font-style: italic;
  192. font-size: 13px;
  193. color: #fff;
  194. opacity: 0.5;
  195. }
  196. </style>
  197. </head>
  198.  
  199. <body>
  200. <div id="app">
  201. <div id="loader-wrapper">
  202. <div id="loader"></div>
  203. <div class="loader-section section-left"></div>
  204. <div class="loader-section section-right"></div>
  205. <div class="load_title">正在加载系统资源,请耐心等待</div>
  206. </div>
  207. </div>
  208. <script type="module" src="/src/main.js"></script>
  209. </body>
  210.  
  211. </html>
  212. <script src="http://192.168.1.39:8132/v1/init_v1.js?arcgisBlue=https://map.geoq.cn&arcgisGray=https://cache1.arcgisonline.cn"
  213. author="wudi_sdk">
  214. </script>