reset.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. html,
  2. body,
  3. div,
  4. h1,
  5. h2,
  6. h3,
  7. h4,
  8. h5,
  9. h6,
  10. hr,
  11. p,
  12. blockquote,
  13. dl,
  14. dt,
  15. dd,
  16. ul,
  17. ol,
  18. li,
  19. pre,
  20. form,
  21. fieldset,
  22. object,
  23. code,
  24. em,
  25. span,
  26. var,
  27. legend,
  28. button,
  29. input,
  30. textarea,
  31. th,
  32. td,
  33. a,
  34. img,
  35. header,
  36. footer,
  37. nav,
  38. aside,
  39. audio,
  40. datalist,
  41. section {
  42. margin: 0;
  43. padding: 0;
  44. border: 0;
  45. outline: 0;
  46. }
  47. @font-face {
  48. font-family: AlibabaPuHuiTi-Regular;
  49. src: url(https://static.fuxicarbon.com/font/AlibabaPuHuiTi-3-55-Regular.woff2) format("woff2");
  50. }
  51. @font-face {
  52. font-family: AlibabaPuHuiTi-Medium;
  53. src: url(https://www.fuxicarbon.com/static/AlibabaPuHuiTi-3-65-Medium.11c68d85.woff2) format("woff2");
  54. }
  55. @font-face {
  56. font-family: AlibabaPuHuiTi-Bold;
  57. src: url(https://www.fuxicarbon.com/static/AlibabaPuHuiTi-3-85-Bold.3e918383.woff2) format("woff2");
  58. }
  59. @font-face {
  60. font-family: DIN;
  61. src: url(https://www.fuxicarbon.com/static/D-DIN-PRO-400-Regular.a42950c7.ttf) format("TrueType");
  62. }
  63. @font-face {
  64. font-family: DIN-Bold;
  65. src: url(https://www.fuxicarbon.com/static/D-DIN-PRO-700-Bold.99b5e408.ttf) format("TrueType");
  66. }
  67. @font-face {
  68. font-family: Fontquan-XinYiGuanHeiTi;
  69. src: url(static/ZiTiQuanXinYiGuanHeiTiMin.ad5a1cd9.ttf) format("TrueType");
  70. }
  71. body {
  72. font: 12px/1.5 "AlibabaPuHuiTi-Regular";
  73. font-family: AlibabaPuHuiTi-Regular;
  74. font-style: normal;
  75. -webkit-font-smoothing: antialiased;
  76. }
  77. h1,
  78. h2,
  79. h3,
  80. h4,
  81. h5,
  82. h6 {
  83. font-weight: normal;
  84. font-size: 100%;
  85. }
  86. :focus {
  87. outline: 0;
  88. }
  89. ul,
  90. ol,
  91. ul li,
  92. ol li {
  93. list-style: none;
  94. }
  95. address,
  96. caption,
  97. cite,
  98. em,
  99. code,
  100. dfn,
  101. th,
  102. var {
  103. font-style: normal;
  104. font-weight: normal;
  105. }
  106. form label {
  107. cursor: pointer;
  108. }
  109. input,
  110. button,
  111. select,
  112. textarea {
  113. font-family: inherit;
  114. font-size: 100%;
  115. outline: none;
  116. }
  117. textarea {
  118. resize: none;
  119. }
  120. input {
  121. vertical-align: middle;
  122. }
  123. img {
  124. border: 0;
  125. }
  126. table {
  127. border-collapse: collapse;
  128. border-spacing: 0;
  129. }
  130. button,
  131. input[type="reset"],
  132. input[type="button"],
  133. input[type="submit"] {
  134. line-height: normal !important;
  135. }
  136. a {
  137. text-decoration: none;
  138. }
  139. a:hover {
  140. text-decoration: underline;
  141. }
  142. input {
  143. _filter: chroma(color=#000);
  144. }
  145. .clearfix:after {
  146. clear: both;
  147. content: ".";
  148. display: block;
  149. font-size: 0;
  150. height: 0;
  151. visibility: hidden;
  152. }
  153. .clearfix:after {
  154. *zoom: 1;
  155. }
  156. .clear {
  157. clear: both;
  158. height: 0;
  159. font-size: 0;
  160. overflow: hidden;
  161. }