荟房官网

index.css 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. body,
  2. div,
  3. dl,
  4. dt,
  5. dd,
  6. ul,
  7. ol,
  8. li,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. pre,
  16. code,
  17. form,
  18. fieldset,
  19. legend,
  20. input,
  21. button,
  22. textarea,
  23. p,
  24. blockquote,
  25. th,
  26. td {
  27. margin: 0;
  28. padding: 0;
  29. }
  30. body {
  31. background: #fff;
  32. color: #555;
  33. font-size: 14px;
  34. font-family: Verdana, Arial, Helvetica, sans-serif;
  35. }
  36. td,
  37. th,
  38. caption {
  39. font-size: 14px;
  40. }
  41. h1,
  42. h2,
  43. h3,
  44. h4,
  45. h5,
  46. h6 {
  47. font-weight: normal;
  48. font-size: 100%;
  49. }
  50. address,
  51. caption,
  52. cite,
  53. code,
  54. dfn,
  55. em,
  56. strong,
  57. th,
  58. var {
  59. font-style: normal;
  60. font-weight: normal;
  61. }
  62. a {
  63. color: #555;
  64. text-decoration: none;
  65. }
  66. a:hover {
  67. text-decoration: underline;
  68. }
  69. img {
  70. border: none;
  71. }
  72. ol,
  73. ul,
  74. li {
  75. list-style: none;
  76. }
  77. input,
  78. textarea,
  79. select,
  80. button {
  81. font: 14px Verdana, Helvetica, Arial, sans-serif;
  82. }
  83. table {
  84. border-collapse: collapse;
  85. }
  86. html {
  87. overflow-y: scroll;
  88. }
  89. .clearfix:after {
  90. content: ".";
  91. display: block;
  92. height: 0;
  93. clear: both;
  94. visibility: hidden;
  95. }
  96. .clearfix {
  97. *zoom: 1;
  98. }