Newer
Older
Nanping_sponge_HHDP / index.html
@liyingjing’ liyingjing’ on 1 Dec 2023 6 KB 弹框等
  1. <!DOCTYPE html>
  2. <html class="dark">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="renderer" content="webkit" />
  7. <meta name="referrer" content="no-referrer" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  9.  
  10. <link rel="icon" href="/favicon.ico" />
  11. <title>海绵智慧管理系统</title>
  12. <script async src="https://newfiber-cloud-1255570142.cos.ap-chengdu.myqcloud.com/chanpinhua/gismap/init_v1.js" author="wudi"></script>
  13. <!--[if lt IE 11]><script>window.location.href = "/html/ie.html";</script><![endif]-->
  14. <!-- 引入gis地图服务 -->
  15. <!-- <script src="https://newfiber-cloud-1255570142.cos.ap-chengdu.myqcloud.com/chanpinhua/gismap/init_v1.js" author="wudi"></script>-->
  16. <!-- 引入海康视频插件 -->
  17. <!-- <script type="text/javascript"
  18. src="https://server2.wh-nf.cn:8870/file/NFProductWeb/videoHK/jsWebControl-1.0.0.min.js"></script> -->
  19.  
  20. <!-- <script type="text/javascript"
  21. src="https://server2.wh-nf.cn:8870/file/NFProductWeb/videoHK/jsencrypt.min.js"></script> -->
  22. <!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=d7pCiCR4SehnUYV0rLuxUGOwTCGyAmn8"></script> -->
  23. <script async src="<%- VITE_APP_MAP_SRC%>static/libs/map/gcoord.global.prod.js"></script>
  24. <script async src="<%- VITE_APP_MAP_SRC%>static/libs/map/maps.js"></script>
  25. <script async src="<%- VITE_APP_MAP_SRC%>static/libs/map/plugins/VirtualSpace.js"></script>
  26. <script async src="<%- VITE_APP_MAP_SRC%>static/libs/map/plugins/Compare.js"></script>
  27. <script async src="<%- VITE_APP_MAP_SRC%>static/libs/map/WMTSLayer.js"></script>
  28. <script async src="<%- VITE_APP_MAP_SRC%>static/hik/jquery-1.12.4.min.js"></script>
  29. <script async src="<%- VITE_APP_MAP_SRC%>static/hik/jsWebControl-1.0.0.min.js"></script>
  30. <script async src="<%- VITE_APP_MAP_SRC%>static/hik/jsencrypt.min.js"></script>
  31. <!-- <script async src="http://172.25.128.176:8132/v1/init_v1.js?arcgisBlue=https://map.geoq.cn&arcgisGray=https://cache1.arcgisonline.cn" author="wudi_sdk"></script> -->
  32.  
  33. <style>
  34.  
  35. html,
  36. body,
  37. #app {
  38. height: 100%;
  39. margin: 0px;
  40. padding: 0px;
  41. }
  42.  
  43. .chromeframe {
  44. margin: 0.2em 0;
  45. background: #ccc;
  46. color: #000;
  47. padding: 0.2em 0;
  48. }
  49.  
  50. #loader-wrapper {
  51. position: fixed;
  52. top: 0;
  53. left: 0;
  54. width: 100%;
  55. height: 100%;
  56. z-index: 999999;
  57. }
  58.  
  59. #loader {
  60. display: block;
  61. position: relative;
  62. left: 50%;
  63. top: 40%;
  64. width: 8rem;
  65. height: 8rem;
  66. margin: -75px 0 0 -4rem;
  67. border-radius: 50%;
  68. border: 3px solid transparent;
  69. border-top-color: #fff;
  70. -webkit-animation: spin 2s linear infinite;
  71. -ms-animation: spin 2s linear infinite;
  72. -moz-animation: spin 2s linear infinite;
  73. -o-animation: spin 2s linear infinite;
  74. animation: spin 2s linear infinite;
  75. z-index: 1001;
  76. }
  77.  
  78. #loader:before {
  79. content: "";
  80. position: absolute;
  81. top: 2rem;
  82. left: 2rem;
  83. right: 2rem;
  84. bottom: 2rem;
  85. border-radius: 50%;
  86. border: 3px solid transparent;
  87. border-top-color: #fff;
  88. -webkit-animation: spin 3s linear infinite;
  89. -moz-animation: spin 3s linear infinite;
  90. -o-animation: spin 3s linear infinite;
  91. -ms-animation: spin 3s linear infinite;
  92. animation: spin 3s linear infinite;
  93. }
  94.  
  95. #loader:after {
  96. content: "";
  97. position: absolute;
  98. top: 15px;
  99. left: 15px;
  100. right: 15px;
  101. bottom: 15px;
  102. border-radius: 50%;
  103. border: 3px solid transparent;
  104. border-top-color: #fff;
  105. -moz-animation: spin 1.5s linear infinite;
  106. -o-animation: spin 1.5s linear infinite;
  107. -ms-animation: spin 1.5s linear infinite;
  108. -webkit-animation: spin 1.5s linear infinite;
  109. animation: spin 1.5s linear infinite;
  110. }
  111.  
  112. @-webkit-keyframes spin {
  113. 0% {
  114. -webkit-transform: rotate(0deg);
  115. -ms-transform: rotate(0deg);
  116. transform: rotate(0deg);
  117. }
  118.  
  119. 100% {
  120. -webkit-transform: rotate(360deg);
  121. -ms-transform: rotate(360deg);
  122. transform: rotate(360deg);
  123. }
  124. }
  125.  
  126. @keyframes spin {
  127. 0% {
  128. -webkit-transform: rotate(0deg);
  129. -ms-transform: rotate(0deg);
  130. transform: rotate(0deg);
  131. }
  132.  
  133. 100% {
  134. -webkit-transform: rotate(360deg);
  135. -ms-transform: rotate(360deg);
  136. transform: rotate(360deg);
  137. }
  138. }
  139.  
  140. #loader-wrapper .loader-section {
  141. position: fixed;
  142. top: 0;
  143. width: 51%;
  144. height: 100%;
  145. background: #7171c6;
  146. z-index: 1000;
  147. -webkit-transform: translateX(0);
  148. -ms-transform: translateX(0);
  149. transform: translateX(0);
  150. }
  151.  
  152. #loader-wrapper .loader-section.section-left {
  153. left: 0;
  154. }
  155.  
  156. #loader-wrapper .loader-section.section-right {
  157. right: 0;
  158. }
  159.  
  160. .loaded #loader-wrapper .loader-section.section-left {
  161. -webkit-transform: translateX(-100%);
  162. -ms-transform: translateX(-100%);
  163. transform: translateX(-100%);
  164. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  165. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  166. }
  167.  
  168. .loaded #loader-wrapper .loader-section.section-right {
  169. -webkit-transform: translateX(100%);
  170. -ms-transform: translateX(100%);
  171. transform: translateX(100%);
  172. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  173. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  174. }
  175.  
  176. .loaded #loader {
  177. opacity: 0;
  178. -webkit-transition: all 0.3s ease-out;
  179. transition: all 0.3s ease-out;
  180. }
  181.  
  182. .loaded #loader-wrapper {
  183. visibility: hidden;
  184. -webkit-transform: translateY(-100%);
  185. -ms-transform: translateY(-100%);
  186. transform: translateY(-100%);
  187. -webkit-transition: all 0.3s 1s ease-out;
  188. transition: all 0.3s 1s ease-out;
  189. }
  190.  
  191. .no-js #loader-wrapper {
  192. display: none;
  193. }
  194.  
  195. .no-js h1 {
  196. color: #222222;
  197. }
  198.  
  199. #loader-wrapper .load_title {
  200. font-family: "Open Sans";
  201. color: #fff;
  202. font-size: 0.8rem;
  203. width: 100%;
  204. text-align: center;
  205. z-index: 9999999999999;
  206. position: absolute;
  207. top: 60%;
  208. opacity: 1;
  209. line-height: 30px;
  210. }
  211.  
  212. #loader-wrapper .load_title span {
  213. font-weight: normal;
  214. font-style: italic;
  215. font-size: 1rem;
  216. color: #fff;
  217. opacity: 0.5;
  218. }
  219.  
  220. </style>
  221.  
  222. </head>
  223.  
  224. <body>
  225. <div id="app">
  226. <div id="loader-wrapper">
  227. <div id="loader"></div>
  228. <div class="loader-section section-left"></div>
  229. <div class="loader-section section-right"></div>
  230. <div class="load_title">正在加载系统资源,请耐心等待</div>
  231. </div>
  232. </div>
  233. <script async type="module" src="/src/main.js"></script>
  234. </body>
  235.  
  236. </html>