index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>南航门户后台管理系统</title>
  7. <style>
  8. 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 {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  13. display: block;
  14. }
  15. table {
  16. border-collapse: collapse;
  17. border-spacing: 0;
  18. }
  19. caption, th {
  20. text-align: left;
  21. font-weight: normal;
  22. }
  23. html, body, fieldset, img, iframe, abbr {
  24. border: 0;
  25. }
  26. i, cite, em, var, address, dfn {
  27. font-style: normal;
  28. }
  29. [hidefocus], summary {
  30. outline: 0;
  31. }
  32. li {
  33. list-style: none;
  34. }
  35. h1, h2, h3, h4, h5, h6, small {
  36. font-size: 100%;
  37. }
  38. sup, sub {
  39. font-size: 83%;
  40. }
  41. pre, code, kbd, samp {
  42. font-family: inherit;
  43. }
  44. q:before, q:after {
  45. content: none;
  46. }
  47. textarea {
  48. overflow: auto;
  49. resize: none;
  50. }
  51. label, summary {
  52. cursor: default;
  53. }
  54. a, button {
  55. cursor: pointer;
  56. }
  57. h1, h2, h3, h4, h5, h6, em, strong, b {
  58. font-weight: normal;
  59. }
  60. del, ins, u, s, a, a:hover {
  61. text-decoration: none;
  62. }
  63. body, textarea, input, button, select, keygen, legend {
  64. font: 14px/1em 'microsoft yahei', arial;
  65. color: #333;
  66. outline: 0;
  67. }
  68. body {
  69. background: #fff;
  70. }
  71. a {
  72. line-height: 24px;
  73. }
  74. a {
  75. color: #ffffff;
  76. }
  77. a:hover {
  78. }
  79. </style>
  80. </head>
  81. <body style="overflow-y: hidden;">
  82. <div id="app"></div>
  83. </body>
  84. </html>