reset.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
  2. {
  3. margin: 0;
  4. padding: 0
  5. }
  6. table {
  7. border-collapse: collapse;
  8. border-spacing: 0
  9. }
  10. fieldset,img {
  11. border: 0
  12. }
  13. address,caption,cite,code,dfn,em,strong,th,var {
  14. font-style: normal;
  15. font-weight: 400
  16. }
  17. ol,ul {
  18. list-style: none
  19. }
  20. caption,th {
  21. text-align: left
  22. }
  23. h1,h2,h3,h4,h5,h6 {
  24. font-size: 100%;
  25. font-weight: 400
  26. }
  27. abbr,acronym {
  28. border: 0;
  29. font-variant: normal
  30. }
  31. sup {
  32. vertical-align: text-top
  33. }
  34. sub {
  35. vertical-align: text-bottom
  36. }
  37. input,textarea,select {
  38. font-family: inherit;
  39. font-size: inherit;
  40. font-weight: inherit; *
  41. font-size: 100%
  42. }
  43. legend {
  44. color: #000
  45. }
  46. html,body {
  47. height: 100%
  48. }
  49. body {
  50. background: #fff
  51. }
  52. a {
  53. color: #333;
  54. text-decoration: none
  55. }
  56. .clearfix {
  57. clear: both;
  58. zoom: 1
  59. }
  60. .container24,.container23,.container22,.container21,.container20,.container19,.container18
  61. {
  62. margin-right: auto;
  63. margin-left: auto;
  64. zoom: 1
  65. }
  66. .container24 {
  67. width: 960px
  68. }
  69. .container23 {
  70. width: 920px
  71. }
  72. .container22 {
  73. width: 880px
  74. }
  75. .container21 {
  76. width: 840px
  77. }
  78. .container20 {
  79. width: 800px
  80. }
  81. .container19 {
  82. width: 760px
  83. }
  84. .container18 {
  85. width: 720px
  86. }
  87. .span1 {
  88. width: 30px
  89. }
  90. .span2 {
  91. width: 70px
  92. }
  93. .span3 {
  94. width: 110px
  95. }
  96. .span4 {
  97. width: 150px
  98. }
  99. .span5 {
  100. width: 190px
  101. }
  102. .span6 {
  103. width: 230px
  104. }
  105. .span7 {
  106. width: 270px
  107. }
  108. .span8 {
  109. width: 310px
  110. }
  111. .span9 {
  112. width: 350px
  113. }
  114. .span10 {
  115. width: 390px
  116. }
  117. .span11 {
  118. width: 430px
  119. }
  120. .span12 {
  121. width: 470px
  122. }
  123. .span13 {
  124. width: 510px
  125. }
  126. .span14 {
  127. width: 550px
  128. }
  129. .span15 {
  130. width: 590px
  131. }
  132. .span16 {
  133. width: 630px
  134. }
  135. .span17 {
  136. width: 670px
  137. }
  138. .span18 {
  139. width: 710px
  140. }
  141. .span19 {
  142. width: 750px
  143. }
  144. .span20 {
  145. width: 790px
  146. }
  147. .span21 {
  148. width: 830px
  149. }
  150. .span22 {
  151. width: 870px
  152. }
  153. .span23 {
  154. width: 910px
  155. }
  156. .span24 {
  157. width: 950px
  158. }
  159. .span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12,.span13,.span14,.span15,.span16,.span17,.span18,.span19,.span20,.span21,.span22,.span23,.span24
  160. {
  161. display: inline;
  162. float: left;
  163. margin-right: 5px;
  164. margin-left: 5px
  165. }
  166. .row {
  167. clear: both;
  168. zoom: 1
  169. }
  170. q:before,q:after {
  171. content: ''
  172. }
  173. a:hover {
  174. color: #e60012;
  175. text-decoration: underline
  176. }
  177. .clearfix:after,.container24:after,.container23:after,.container22:after,.container21:after,.container20:after,.container19:after,.container18:after,.row:after
  178. {
  179. clear: both;
  180. content: '';
  181. display: block;
  182. height: 0;
  183. visibility: hidden
  184. }