index.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <!DOCTYPE html>
  2. <html>
  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="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  8. <!-- 将http转化为https -->
  9. <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  11. <!-- 使用 CDN 加速的 CSS 文件,配置在 vue.config.js 下 -->
  12. <% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.css) { %>
  13. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="preload" as="style">
  14. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="stylesheet">
  15. <% } %>
  16. <!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
  17. <% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  18. <link href="<%= htmlWebpackPlugin.options.cdn.js[i] %>" rel="preload" as="script">
  19. <% } %>
  20. <title>
  21. <%= VUE_APP_TITLE %>
  22. </title>
  23. <!-- <script type="text/javascript" src="http://192.168.48.129:9999/web-apps/apps/api/documents/api.js"></script> -->
  24. <script type="text/javascript"
  25. src="https://www.mingjianlims.com/word/web-apps/apps/api/documents/api.js"></script>
  26. <style>
  27. html,
  28. body,
  29. #app {
  30. height: 100%;
  31. margin: 0;
  32. padding: 0
  33. }
  34. .ibps-home {
  35. background-color: #303133;
  36. height: 100%;
  37. display: flex;
  38. flex-direction: column
  39. }
  40. .ibps-home__main {
  41. user-select: none;
  42. width: 100%;
  43. flex-grow: 1;
  44. display: flex;
  45. justify-content: center;
  46. align-items: center;
  47. flex-direction: column
  48. }
  49. .ibps-home__footer {
  50. width: 100%;
  51. flex-grow: 0;
  52. text-align: center;
  53. padding: 1em 0
  54. }
  55. .ibps-home__footer>a {
  56. font-size: 12px;
  57. color: #ababab;
  58. text-decoration: none
  59. }
  60. .ibps-home__loading {
  61. height: 30px;
  62. width: 30px;
  63. margin-bottom: 10px
  64. }
  65. .ibps-home__title {
  66. color: #FFF;
  67. font-size: 14px;
  68. margin-bottom: 20px
  69. }
  70. .ibps-home__sub-title {
  71. color: #ababab;
  72. font-size: 12px
  73. }
  74. [data-loader='circle-side'] {
  75. position: relative;
  76. width: 25px;
  77. height: 25px;
  78. -webkit-animation: circle infinite .75s linear;
  79. -moz-animation: circle infinite .75s linear;
  80. -o-animation: circle infinite .75s linear;
  81. animation: circle infinite .75s linear;
  82. border: 2px solid #fff;
  83. border-top-color: rgba(0, 0, 0, .2);
  84. border-right-color: rgba(0, 0, 0, .2);
  85. border-bottom-color: rgba(0, 0, 0, .2);
  86. border-radius: 100%
  87. }
  88. @-webkit-keyframes circle {
  89. 0% {
  90. -webkit-transform: rotate(0);
  91. -ms-transform: rotate(0);
  92. -o-transform: rotate(0);
  93. transform: rotate(0)
  94. }
  95. 100% {
  96. -webkit-transform: rotate(360deg);
  97. -ms-transform: rotate(360deg);
  98. -o-transform: rotate(360deg);
  99. transform: rotate(360deg)
  100. }
  101. }
  102. @-moz-keyframes circle {
  103. 0% {
  104. -webkit-transform: rotate(0);
  105. -ms-transform: rotate(0);
  106. -o-transform: rotate(0);
  107. transform: rotate(0)
  108. }
  109. 100% {
  110. -webkit-transform: rotate(360deg);
  111. -ms-transform: rotate(360deg);
  112. -o-transform: rotate(360deg);
  113. transform: rotate(360deg)
  114. }
  115. }
  116. @-o-keyframes circle {
  117. 0% {
  118. -webkit-transform: rotate(0);
  119. -ms-transform: rotate(0);
  120. -o-transform: rotate(0);
  121. transform: rotate(0)
  122. }
  123. 100% {
  124. -webkit-transform: rotate(360deg);
  125. -ms-transform: rotate(360deg);
  126. -o-transform: rotate(360deg);
  127. transform: rotate(360deg)
  128. }
  129. }
  130. @keyframes circle {
  131. 0% {
  132. -webkit-transform: rotate(0);
  133. -ms-transform: rotate(0);
  134. -o-transform: rotate(0);
  135. transform: rotate(0)
  136. }
  137. 100% {
  138. -webkit-transform: rotate(360deg);
  139. -ms-transform: rotate(360deg);
  140. -o-transform: rotate(360deg);
  141. transform: rotate(360deg)
  142. }
  143. }
  144. </style>
  145. </head>
  146. <body>
  147. <noscript>
  148. <strong>
  149. 敬请期待
  150. </strong>
  151. </noscript>
  152. <div id="app">
  153. <div class="ibps-home">
  154. <div class="ibps-home__main">
  155. <div class="ibps-home__loading">
  156. <div data-loader="circle-side"></div>
  157. </div>
  158. <div class="ibps-home__title">正在加载资源
  159. </div>
  160. <div class="ibps-home__sub-title">初次加载资源可能需要较多时间 请耐心等待</div>
  161. </div>
  162. <div class="ibps-home__footer">
  163. <span target="_blank">
  164. 2020©深圳市金源信通科技有限公司©版权所有
  165. </span>
  166. </div>
  167. </div>
  168. </div>
  169. <!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
  170. <% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  171. <script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
  172. <% } %>
  173. <!-- built files will be auto injected -->
  174. </body>
  175. </html>