index.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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 %>favicon.ico">
  8. <title>题库管理</title>
  9. <style>
  10. html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  11. margin: 0;
  12. padding: 0;
  13. }
  14. header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  15. display: block;
  16. }
  17. table {
  18. border-collapse: collapse;
  19. border-spacing: 0;
  20. }
  21. caption, th {
  22. text-align: left;
  23. font-weight: normal;
  24. }
  25. html, body, fieldset, img, iframe, abbr {
  26. border: 0;
  27. }
  28. i, cite, em, var, address, dfn {
  29. font-style: normal;
  30. }
  31. [hidefocus], summary {
  32. outline: 0;
  33. }
  34. li {
  35. list-style: none;
  36. }
  37. h1, h2, h3, h4, h5, h6, small {
  38. font-size: 100%;
  39. }
  40. sup, sub {
  41. font-size: 83%;
  42. }
  43. pre, code, kbd, samp {
  44. font-family: inherit;
  45. }
  46. q:before, q:after {
  47. content: none;
  48. }
  49. textarea {
  50. overflow: auto;
  51. resize: none;
  52. }
  53. label, summary {
  54. cursor: default;
  55. }
  56. a, button {
  57. cursor: pointer;
  58. }
  59. h1, h2, h3, h4, h5, h6, em, strong, b {
  60. font-weight: normal;
  61. }
  62. del, ins, u, s, a, a:hover {
  63. text-decoration: none;
  64. }
  65. body, textarea, input, button, select, keygen, legend {
  66. font: 14px/1em 'microsoft yahei', arial;
  67. color: #333;
  68. outline: 0;
  69. }
  70. body {
  71. background: #fff;
  72. }
  73. a {
  74. line-height: 24px;
  75. }
  76. a {
  77. color: #333;
  78. }
  79. a:hover {
  80. }
  81. </style>
  82. </head>
  83. <body>
  84. <noscript>
  85. <strong>We're sorry but hello doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  86. </noscript>
  87. <div id="app"></div>
  88. <!-- built files will be auto injected -->
  89. </body>
  90. </html>