reset.css 781 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. margin:0;
  3. padding:0;
  4. }
  5. html{
  6. color:#000;
  7. }
  8. body{
  9. font-size: 12px;
  10. font-family:"SimSun","宋体";
  11. }
  12. table{
  13. border-collapse:collapse;
  14. border-spacing:0;
  15. }
  16. fieldset,img{
  17. border:0;
  18. }
  19. address,caption,cite,code,dfn,em,th,var{
  20. font-style:normal;
  21. font-weight:normal;
  22. }
  23. ol,ul{
  24. list-style:none;
  25. }
  26. caption,th{
  27. text-align:left;
  28. }
  29. h1,h2,h3,h4,h5,h6{
  30. font-size:100%;
  31. font-weight:normal;
  32. }
  33. q:before,q:after{
  34. content:'';
  35. }
  36. abbr,acronym{
  37. border:0;
  38. font-variant:normal;
  39. }
  40. sup{
  41. vertical-align:text-top;
  42. }
  43. sub{
  44. vertical-align:text-bottom;
  45. }
  46. input,textarea,select{
  47. font-family:inherit;
  48. font-size:inherit;
  49. font-weight:inherit;
  50. *font-size:100%;
  51. }
  52. legend{
  53. color:#000;
  54. }