index.html 2.0 KB

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