reset.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. @charset "utf-8";
  2. html {
  3. background-color: #fff;
  4. color: #000;
  5. font-size: .24rem
  6. }
  7. body,
  8. ul,
  9. ol,
  10. dl,
  11. dd,
  12. h1,
  13. h2,
  14. h3,
  15. h4,
  16. h5,
  17. h6,
  18. figure,
  19. form,
  20. fieldset,
  21. legend,
  22. input,
  23. textarea,
  24. button,
  25. p,
  26. blockquote,
  27. th,
  28. td,
  29. pre,
  30. xmp {
  31. margin: 0;
  32. padding: 0
  33. }
  34. body,
  35. input,
  36. textarea,
  37. button,
  38. select,
  39. pre,
  40. xmp,
  41. tt,
  42. code,
  43. kbd,
  44. samp {
  45. line-height: 1.5;
  46. font-family: 'Microsoft YaHei', tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
  47. }
  48. h1,
  49. h2,
  50. h3,
  51. h4,
  52. h5,
  53. h6,
  54. small,
  55. big,
  56. input,
  57. textarea,
  58. button,
  59. select {
  60. font-size: 100%
  61. }
  62. h1,
  63. h2,
  64. h3,
  65. h4,
  66. h5,
  67. h6 {
  68. font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif
  69. }
  70. h1,
  71. h2,
  72. h3,
  73. h4,
  74. h5,
  75. h6,
  76. b,
  77. strong {
  78. font-weight: normal
  79. }
  80. address,
  81. cite,
  82. dfn,
  83. em,
  84. i,
  85. optgroup,
  86. var {
  87. font-style: normal
  88. }
  89. table {
  90. border-collapse: collapse;
  91. border-spacing: 0;
  92. text-align: left
  93. }
  94. caption,
  95. th {
  96. text-align: inherit
  97. }
  98. ul,
  99. ol,
  100. menu {
  101. list-style: none
  102. }
  103. fieldset,
  104. img {
  105. border: 0
  106. }
  107. img,
  108. object,
  109. input,
  110. textarea,
  111. button,
  112. select {
  113. vertical-align: middle
  114. }
  115. article,
  116. aside,
  117. footer,
  118. header,
  119. section,
  120. nav,
  121. figure,
  122. figcaption,
  123. hgroup,
  124. details,
  125. menu {
  126. display: block
  127. }
  128. audio,
  129. canvas,
  130. video {
  131. display: inline-block;
  132. *display: inline;
  133. *zoom: 1
  134. }
  135. blockquote:before,
  136. blockquote:after,
  137. q:before,
  138. q:after {
  139. content: "\0020"
  140. }
  141. textarea {
  142. overflow: auto;
  143. resize: vertical
  144. }
  145. input,
  146. textarea,
  147. button,
  148. select,
  149. a {
  150. outline: 0 none;
  151. border: none;
  152. }
  153. button::-moz-focus-inner,
  154. input::-moz-focus-inner {
  155. padding: 0;
  156. border: 0
  157. }
  158. mark {
  159. background-color: transparent
  160. }
  161. a,
  162. ins,
  163. s,
  164. u,
  165. del {
  166. text-decoration: none
  167. }
  168. sup,
  169. sub {
  170. vertical-align: baseline
  171. }
  172. body {
  173. font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  174. color: #333;
  175. font-size: .28em;
  176. line-height: 1;
  177. -webkit-text-size-adjust: none;
  178. }
  179. hr {
  180. height: .02rem;
  181. margin: .1rem 0;
  182. border: medium none;
  183. border-top: .02rem solid #cacaca;
  184. }
  185. a {
  186. color: #25a4bb;
  187. text-decoration: none;
  188. }
  189. a:hover {
  190. text-decoration: none;
  191. }