index.html 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <!--
  2. * @Author: cyy szjbdcyy@126.com
  3. * @Date: 2026-07-02 16:07:31
  4. * @LastEditors: cyy szjbdcyy@126.com
  5. * @LastEditTime: 2026-07-02 16:14:26
  6. * @FilePath: \zdqy_firm_former-1\public\index.html
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <meta charset="utf-8" />
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  14. <meta name="renderer" content="webkit" />
  15. <meta
  16. name="viewport"
  17. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  18. />
  19. <!-- 将http转化为https -->
  20. <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
  21. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  22. <!-- 使用 CDN 加速的 CSS 文件,配置在 vue.config.js 下 -->
  23. <% for (var i in
  24. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.css) { %>
  25. <link
  26. href="<%= htmlWebpackPlugin.options.cdn.css[i] %>"
  27. rel="preload"
  28. as="style"
  29. />
  30. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="stylesheet" />
  31. <% } %>
  32. <!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
  33. <% for (var i in
  34. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  35. <link
  36. href="<%= htmlWebpackPlugin.options.cdn.js[i] %>"
  37. rel="preload"
  38. as="script"
  39. />
  40. <% } %>
  41. <!-- 使用luckysheet文件 -->
  42. <!-- <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/css/pluginsCss.css' />
  43. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/plugins.css' />
  44. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/css/luckysheet.css' />
  45. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/assets/iconfont/iconfont.css' />
  46. <script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/js/plugin.js"></script>
  47. <script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/luckysheet.umd.js"></script> -->
  48. <!-- 使用luckysheet文件 本地引入 -->
  49. <!-- 已移至 /luckysheet.html 独立页面,避免全局污染 -->
  50. <!--
  51. <link rel='stylesheet' href='lib/luckysheet/plugins/css/pluginsCss.css' />
  52. <link rel='stylesheet' href='lib/luckysheet/plugins/plugins.css' />
  53. <link rel='stylesheet' href='lib/luckysheet/css/luckysheet.css' />
  54. <link rel='stylesheet' href='lib/luckysheet/assets/iconfont/iconfont.css' />
  55. <script src="lib/luckysheet/plugins/js/plugin.js"></script>
  56. <script src="lib/luckysheet/luckysheet.umd.js"></script>
  57. -->
  58. <title><%= VUE_APP_TITLE %></title>
  59. <script
  60. type="text/javascript"
  61. src="/word/web-apps/apps/api/documents/api.js"
  62. ></script>
  63. <style>
  64. html,
  65. body,
  66. #app {
  67. height: 100%;
  68. margin: 0;
  69. padding: 0;
  70. }
  71. .ibps-home {
  72. background-color: #303133;
  73. height: 100%;
  74. display: flex;
  75. flex-direction: column;
  76. }
  77. .ibps-home__main {
  78. user-select: none;
  79. width: 100%;
  80. flex-grow: 1;
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. flex-direction: column;
  85. }
  86. .ibps-home__footer {
  87. width: 100%;
  88. flex-grow: 0;
  89. text-align: center;
  90. padding: 1em 0;
  91. }
  92. .ibps-home__footer > a {
  93. font-size: 12px;
  94. color: #ababab;
  95. text-decoration: none;
  96. }
  97. .ibps-home__loading {
  98. height: 30px;
  99. width: 30px;
  100. margin-bottom: 10px;
  101. }
  102. .ibps-home__title {
  103. color: #fff;
  104. font-size: 14px;
  105. margin-bottom: 20px;
  106. }
  107. .ibps-home__sub-title {
  108. color: #ababab;
  109. font-size: 12px;
  110. }
  111. [data-loader='circle-side'] {
  112. position: relative;
  113. width: 25px;
  114. height: 25px;
  115. -webkit-animation: circle infinite 0.75s linear;
  116. -moz-animation: circle infinite 0.75s linear;
  117. -o-animation: circle infinite 0.75s linear;
  118. animation: circle infinite 0.75s linear;
  119. border: 2px solid #fff;
  120. border-top-color: rgba(0, 0, 0, 0.2);
  121. border-right-color: rgba(0, 0, 0, 0.2);
  122. border-bottom-color: rgba(0, 0, 0, 0.2);
  123. border-radius: 100%;
  124. }
  125. @-webkit-keyframes circle {
  126. 0% {
  127. -webkit-transform: rotate(0);
  128. -ms-transform: rotate(0);
  129. -o-transform: rotate(0);
  130. transform: rotate(0);
  131. }
  132. 100% {
  133. -webkit-transform: rotate(360deg);
  134. -ms-transform: rotate(360deg);
  135. -o-transform: rotate(360deg);
  136. transform: rotate(360deg);
  137. }
  138. }
  139. @-moz-keyframes circle {
  140. 0% {
  141. -webkit-transform: rotate(0);
  142. -ms-transform: rotate(0);
  143. -o-transform: rotate(0);
  144. transform: rotate(0);
  145. }
  146. 100% {
  147. -webkit-transform: rotate(360deg);
  148. -ms-transform: rotate(360deg);
  149. -o-transform: rotate(360deg);
  150. transform: rotate(360deg);
  151. }
  152. }
  153. @-o-keyframes circle {
  154. 0% {
  155. -webkit-transform: rotate(0);
  156. -ms-transform: rotate(0);
  157. -o-transform: rotate(0);
  158. transform: rotate(0);
  159. }
  160. 100% {
  161. -webkit-transform: rotate(360deg);
  162. -ms-transform: rotate(360deg);
  163. -o-transform: rotate(360deg);
  164. transform: rotate(360deg);
  165. }
  166. }
  167. @keyframes circle {
  168. 0% {
  169. -webkit-transform: rotate(0);
  170. -ms-transform: rotate(0);
  171. -o-transform: rotate(0);
  172. transform: rotate(0);
  173. }
  174. 100% {
  175. -webkit-transform: rotate(360deg);
  176. -ms-transform: rotate(360deg);
  177. -o-transform: rotate(360deg);
  178. transform: rotate(360deg);
  179. }
  180. }
  181. </style>
  182. </head>
  183. <body>
  184. <noscript>
  185. <strong> 敬请期待 </strong>
  186. </noscript>
  187. <div id="app">
  188. <div class="ibps-home">
  189. <div class="ibps-home__main">
  190. <div class="ibps-home__loading">
  191. <div data-loader="circle-side"></div>
  192. </div>
  193. <div class="ibps-home__title">正在加载资源 </div>
  194. <div class="ibps-home__sub-title"
  195. >初次加载资源可能需要较多时间 请耐心等待</div
  196. >
  197. </div>
  198. <div class="ibps-home__footer">
  199. <span id="copyright" target="_blank"></span>
  200. </div>
  201. </div>
  202. </div>
  203. <script
  204. type="text/javascript"
  205. async
  206. src="lib/mathjax/MathJax.js?config=TeX-MML-AM_CHTML"
  207. ></script>
  208. <!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
  209. <% for (var i in
  210. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  211. <script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
  212. <% } %>
  213. <!-- built files will be auto injected -->
  214. <script>
  215. const currentYear = new Date().getFullYear()
  216. document.getElementById('copyright').textContent =
  217. '2020-' + currentYear + '©深圳市金源信通科技有限公司©版权所有'
  218. </script>
  219. </body>
  220. </html>