reset.css 1004 B

12345678910111213141516171819202122
  1. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;font-size: 100%;}
  2. body,button, input, select, textarea{font-size: 14px;line-height: 1.5;font-family: Arial, 'Microsoft Yahei';}
  3. h1, h2, h3, h4, h5, h6{font-weight: normal;}
  4. em{font-style:normal;}
  5. ul, ol{list-style: none;}
  6. input,button{background: none;border: none;outline: none;-webkit-appearance: none;}
  7. textarea{resize: none;}
  8. a{text-decoration: none;color:#333;}
  9. a:hover{text-decoration: none;
  10. color:#ffd220;
  11. -moz-transition: all 0.3s ease-in;
  12. -webkit-transition: all 0.3s ease-in;
  13. -o-transition: all 0.3s ease-in;
  14. transition: all 0.3s ease-in;
  15. }
  16. img{border:0px; outline-width:0px; vertical-align:top;}
  17. .clearfix { *zoom: 1; }
  18. .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
  19. .clearfix:after { clear: both; }
  20. .fl { float:left;}
  21. .fr { float:right;}
  22. .hide { display:none;}