index.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>moon.jpg">
  8. <title>原动力大数据管理系统</title>
  9. <style>
  10. html,
  11. body,
  12. h1,
  13. h2,
  14. h3,
  15. h4,
  16. h5,
  17. h6,
  18. div,
  19. dl,
  20. dt,
  21. dd,
  22. ul,
  23. ol,
  24. li,
  25. p,
  26. blockquote,
  27. pre,
  28. hr,
  29. figure,
  30. table,
  31. caption,
  32. th,
  33. td,
  34. form,
  35. fieldset,
  36. legend,
  37. input,
  38. button,
  39. textarea,
  40. menu {
  41. margin: 0;
  42. padding: 0;
  43. }
  44. header,
  45. footer,
  46. section,
  47. article,
  48. aside,
  49. nav,
  50. hgroup,
  51. address,
  52. figure,
  53. figcaption,
  54. menu,
  55. details {
  56. display: block;
  57. }
  58. table {
  59. border-collapse: collapse;
  60. border-spacing: 0;
  61. }
  62. caption,
  63. th {
  64. text-align: left;
  65. font-weight: normal;
  66. }
  67. html,
  68. body,
  69. fieldset,
  70. img,
  71. iframe,
  72. abbr {
  73. border: 0;
  74. }
  75. i,
  76. cite,
  77. em,
  78. var,
  79. address,
  80. dfn {
  81. font-style: normal;
  82. }
  83. [hidefocus],
  84. summary {
  85. outline: 0;
  86. }
  87. li {
  88. list-style: none;
  89. }
  90. h1,
  91. h2,
  92. h3,
  93. h4,
  94. h5,
  95. h6,
  96. small {
  97. font-size: 100%;
  98. }
  99. sup,
  100. sub {
  101. font-size: 83%;
  102. }
  103. pre,
  104. code,
  105. kbd,
  106. samp {
  107. font-family: inherit;
  108. }
  109. q:before,
  110. q:after {
  111. content: none;
  112. }
  113. textarea {
  114. overflow: auto;
  115. resize: none;
  116. }
  117. label,
  118. summary {
  119. cursor: default;
  120. }
  121. a,
  122. button {
  123. cursor: pointer;
  124. }
  125. h1,
  126. h2,
  127. h3,
  128. h4,
  129. h5,
  130. h6,
  131. em,
  132. strong,
  133. b {
  134. font-weight: normal;
  135. }
  136. del,
  137. ins,
  138. u,
  139. s,
  140. a,
  141. a:hover {
  142. text-decoration: none;
  143. }
  144. body,
  145. textarea,
  146. input,
  147. button,
  148. select,
  149. keygen,
  150. legend {
  151. font: 14px/1em 'microsoft yahei', arial;
  152. color: #333;
  153. outline: 0;
  154. }
  155. body {
  156. background: #fff;
  157. }
  158. a {
  159. line-height: 24px;
  160. }
  161. a {
  162. color: #333;
  163. }
  164. a:hover {}
  165. </style>
  166. </head>
  167. <body>
  168. <noscript>
  169. <strong>We're sorry but hello doesn't work properly without JavaScript enabled. Please enable it to
  170. continue.</strong>
  171. </noscript>
  172. <div id="app"></div>
  173. <!-- built files will be auto injected -->
  174. </body>
  175. </html>