荟房官网

index.html 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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>website</title>
  7. </head>
  8. <body>
  9. <div id="app"></div>
  10. <!-- built files will be auto injected -->
  11. </body>
  12. </html>
  13. <style>
  14. html,
  15. body,
  16. div,
  17. span,
  18. object,
  19. iframe,
  20. h1,
  21. h2,
  22. h3,
  23. h4,
  24. h5,
  25. h6,
  26. p,
  27. blockquote,
  28. pre,
  29. abbr,
  30. address,
  31. cite,
  32. code,
  33. del,
  34. dfn,
  35. em,
  36. img,
  37. ins,
  38. kbd,
  39. q,
  40. samp,
  41. small,
  42. strong,
  43. sub,
  44. sup,
  45. var,
  46. b,
  47. i,
  48. dl,
  49. dt,
  50. dd,
  51. ol,
  52. ul,
  53. li,
  54. fieldset,
  55. form,
  56. label,
  57. legend,
  58. table,
  59. caption,
  60. tbody,
  61. tfoot,
  62. thead,
  63. tr,
  64. th,
  65. td,
  66. article,
  67. aside,
  68. canvas,
  69. details,
  70. figcaption,
  71. figure,
  72. footer,
  73. header,
  74. hgroup,
  75. menu,
  76. nav,
  77. section,
  78. summary,
  79. time,
  80. mark,
  81. audio,
  82. video {
  83. margin: 0;
  84. padding: 0;
  85. border: 0;
  86. outline: 0;
  87. font-size: 100%;
  88. vertical-align: baseline;
  89. background: transparent;
  90. outline-style: none;
  91. }
  92. a {
  93. margin: 0;
  94. padding: 0;
  95. border: 0;
  96. font-size: 100%;
  97. vertical-align: baseline;
  98. background: transparent;
  99. }
  100. table {
  101. border-collapse: collapse;
  102. border-spacing: 0;
  103. }
  104. input,
  105. select {
  106. vertical-align: middle;
  107. }
  108. /*css为clearfix,清除浮动*/
  109. .clearfix::before,
  110. .clearfix::after {
  111. content: "";
  112. height: 0;
  113. line-height: 0;
  114. display: block;
  115. visibility: hidden;
  116. clear: both;
  117. }
  118. .clearfix:after {
  119. clear: both;
  120. }
  121. .clearfix {
  122. *zoom: 1;
  123. /*IE/7/6*/
  124. }
  125. </style>