reset.css 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  2. margin:0;
  3. padding:0;
  4. }
  5. body{
  6. background:#fff;
  7. color:#000;
  8. font-size:14px;
  9. font-family: 'Microsoft yahei',Verdana, Arial, Helvetica, sans-serif;
  10. }
  11. td,th,caption {
  12. font-size:14px;
  13. }
  14. h1, h2, h3, h4, h5, h6 {
  15. font-size:100%;
  16. }
  17. address, caption, cite, code, dfn, em, th, var {
  18. font-style:normal; font-weight:normal;
  19. }
  20. a{
  21. text-decoration:none;
  22. }
  23. img{
  24. border:none;
  25. }
  26. ol,ul,li {
  27. list-style:none;
  28. }
  29. li{
  30. vertical-align:top;
  31. }
  32. input, textarea, select, button {
  33. font:14px 'Microsoft yahei',Verdana,Helvetica,Arial,sans-serif; }
  34. table {
  35. border-collapse:collapse;
  36. }
  37. .clearfix:after {
  38. content: ".";
  39. display: block;
  40. height:0;
  41. clear:both;
  42. visibility: hidden;
  43. }
  44. .clearfix { *zoom:1; }