public.css 944 B

12345678910111213141516171819202122232425
  1. @charset "utf-8";
  2. /*css reset*/
  3. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0; padding:0;}
  4. html{overflow-x:hidden;}
  5. body{*overflow-x:hidden;}
  6. body{font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif; font-size:12px; line-height:1.3;}
  7. table{border-collapse: collapse;border-spacing:0;}
  8. img{vertical-align:top;border:0;}
  9. ol,ul{list-style:none;margin:0; padding:0;}
  10. h1,h2,h3,h4,h5,h6{font-size:100%;}
  11. a{text-decoration:none;margin:0; padding:0;color:#333;}
  12. a:hover{text-decoration:none;}
  13. i,em{ font-style: normal;}
  14. input{outline:none}
  15. button,input[type="submit"],input[type="reset"],input[type="button"]{cursor:pointer; outline: none;}
  16. select,input,textarea{font-size:12px;}
  17. small{font-size:12px;}
  18. /*定位*/
  19. .fl{float:left; display:inline;}
  20. .fr{float:right; display:inline;}
  21. .c{display:block; zoom:1;}
  22. .c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}