index.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <script src="/js/jessibuca-pro/jessibuca-pro.js"></script>
  10. <script type="text/javascript" src="/js/ZLMRTCClient.js"></script>
  11. <script type="text/javascript" src="/js/EasyWasmPlayer.js"></script>
  12. <!-- 百度统计,不需要可以删除 -->
  13. <script>
  14. var _hmt = _hmt || [];
  15. (function() {
  16. var hm = document.createElement("script");
  17. hm.src = "https://hm.baidu.com/hm.js?c870279332344add8698f874a34c0a15";
  18. var s = document.getElementsByTagName("script")[0];
  19. s.parentNode.insertBefore(hm, s);
  20. })();
  21. </script>
  22. <title>
  23. <%= webpackConfig.name %>
  24. </title>
  25. <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
  26. <style>
  27. html,
  28. body,
  29. #app {
  30. height: 100%;
  31. margin: 0px;
  32. padding: 0px;
  33. }
  34. .chromeframe {
  35. margin: 0.2em 0;
  36. background: #ccc;
  37. color: #000;
  38. padding: 0.2em 0;
  39. }
  40. #loader-wrapper {
  41. position: fixed;
  42. top: 0;
  43. left: 0;
  44. width: 100%;
  45. height: 100%;
  46. z-index: 999999;
  47. }
  48. #loader {
  49. display: block;
  50. position: relative;
  51. left: 50%;
  52. top: 50%;
  53. width: 150px;
  54. height: 150px;
  55. margin: -75px 0 0 -75px;
  56. border-radius: 50%;
  57. border: 3px solid transparent;
  58. border-top-color: #FFF;
  59. -webkit-animation: spin 2s linear infinite;
  60. -ms-animation: spin 2s linear infinite;
  61. -moz-animation: spin 2s linear infinite;
  62. -o-animation: spin 2s linear infinite;
  63. animation: spin 2s linear infinite;
  64. z-index: 1001;
  65. }
  66. #loader:before {
  67. content: "";
  68. position: absolute;
  69. top: 5px;
  70. left: 5px;
  71. right: 5px;
  72. bottom: 5px;
  73. border-radius: 50%;
  74. border: 3px solid transparent;
  75. border-top-color: #FFF;
  76. -webkit-animation: spin 3s linear infinite;
  77. -moz-animation: spin 3s linear infinite;
  78. -o-animation: spin 3s linear infinite;
  79. -ms-animation: spin 3s linear infinite;
  80. animation: spin 3s linear infinite;
  81. }
  82. #loader:after {
  83. content: "";
  84. position: absolute;
  85. top: 15px;
  86. left: 15px;
  87. right: 15px;
  88. bottom: 15px;
  89. border-radius: 50%;
  90. border: 3px solid transparent;
  91. border-top-color: #FFF;
  92. -moz-animation: spin 1.5s linear infinite;
  93. -o-animation: spin 1.5s linear infinite;
  94. -ms-animation: spin 1.5s linear infinite;
  95. -webkit-animation: spin 1.5s linear infinite;
  96. animation: spin 1.5s linear infinite;
  97. }
  98. @-webkit-keyframes spin {
  99. 0% {
  100. -webkit-transform: rotate(0deg);
  101. -ms-transform: rotate(0deg);
  102. transform: rotate(0deg);
  103. }
  104. 100% {
  105. -webkit-transform: rotate(360deg);
  106. -ms-transform: rotate(360deg);
  107. transform: rotate(360deg);
  108. }
  109. }
  110. @keyframes spin {
  111. 0% {
  112. -webkit-transform: rotate(0deg);
  113. -ms-transform: rotate(0deg);
  114. transform: rotate(0deg);
  115. }
  116. 100% {
  117. -webkit-transform: rotate(360deg);
  118. -ms-transform: rotate(360deg);
  119. transform: rotate(360deg);
  120. }
  121. }
  122. #loader-wrapper .loader-section {
  123. position: fixed;
  124. top: 0;
  125. width: 51%;
  126. height: 100%;
  127. background: #7171C6;
  128. z-index: 1000;
  129. -webkit-transform: translateX(0);
  130. -ms-transform: translateX(0);
  131. transform: translateX(0);
  132. }
  133. #loader-wrapper .loader-section.section-left {
  134. left: 0;
  135. }
  136. #loader-wrapper .loader-section.section-right {
  137. right: 0;
  138. }
  139. .loaded #loader-wrapper .loader-section.section-left {
  140. -webkit-transform: translateX(-100%);
  141. -ms-transform: translateX(-100%);
  142. transform: translateX(-100%);
  143. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  144. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  145. }
  146. .loaded #loader-wrapper .loader-section.section-right {
  147. -webkit-transform: translateX(100%);
  148. -ms-transform: translateX(100%);
  149. transform: translateX(100%);
  150. -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  151. transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  152. }
  153. .loaded #loader {
  154. opacity: 0;
  155. -webkit-transition: all 0.3s ease-out;
  156. transition: all 0.3s ease-out;
  157. }
  158. .loaded #loader-wrapper {
  159. visibility: hidden;
  160. -webkit-transform: translateY(-100%);
  161. -ms-transform: translateY(-100%);
  162. transform: translateY(-100%);
  163. -webkit-transition: all 0.3s 1s ease-out;
  164. transition: all 0.3s 1s ease-out;
  165. }
  166. .no-js #loader-wrapper {
  167. display: none;
  168. }
  169. .no-js h1 {
  170. color: #222222;
  171. }
  172. #loader-wrapper .load_title {
  173. font-family: 'Open Sans';
  174. color: #FFF;
  175. font-size: 19px;
  176. width: 100%;
  177. text-align: center;
  178. z-index: 9999999999999;
  179. position: absolute;
  180. top: 60%;
  181. opacity: 1;
  182. line-height: 30px;
  183. }
  184. #loader-wrapper .load_title span {
  185. font-weight: normal;
  186. font-style: italic;
  187. font-size: 13px;
  188. color: #FFF;
  189. opacity: 0.5;
  190. }
  191. /* 清除地图LOGO */
  192. /* .BMap_cpyCtrl {
  193. display: none!important;
  194. }
  195. .anchorBL {
  196. display: none!important;
  197. } */
  198. </style>
  199. </head>
  200. <body>
  201. <div id="app">
  202. <div id="loader-wrapper">
  203. <div id="loader"></div>
  204. <div class="loader-section section-left"></div>
  205. <div class="loader-section section-right"></div>
  206. <div class="load_title">正在加载系统资源,请耐心等待</div>
  207. </div>
  208. </div>
  209. </body>
  210. </html>