reset.css 745 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. html,
  2. body,
  3. div,
  4. span,
  5. iframe,
  6. h1,
  7. h2,
  8. h3,
  9. h4,
  10. h5,
  11. h6,
  12. p,
  13. a,
  14. img,
  15. i,
  16. dl,
  17. dt,
  18. dd,
  19. ol,
  20. ul,
  21. li,
  22. label,
  23. tr,
  24. th,
  25. td,
  26. input {
  27. margin: 0;
  28. padding: 0;
  29. border: 0;
  30. font-size: 14px;
  31. font-style: normal;
  32. }
  33. html,
  34. body {
  35. font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
  36. color: #000;
  37. }
  38. ol,
  39. ul {
  40. list-style: none;
  41. }
  42. li {
  43. list-style: none;
  44. }
  45. a {
  46. color: #000;
  47. }
  48. button {
  49. cursor: pointer;
  50. outline: none;
  51. background-color: #fff;
  52. border: 0 none;
  53. }
  54. table {
  55. border-collapse: collapse;
  56. border-spacing: 0;
  57. }
  58. input,
  59. textarea {
  60. border: none;
  61. margin: 0;
  62. padding: 0;
  63. outline: none;
  64. }
  65. .clearfix:after{
  66. content: "";
  67. display: block;
  68. height: 0;
  69. clear: both;
  70. visibility: hidden;
  71. }
  72. .clearfix {
  73. zoom: 1;
  74. }