public.css 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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;}
  23. /*公共样式*/
  24. .puic_wid{ width: 1200px; margin: 0 auto;}
  25. .puic_color{background: #fff;}
  26. .mt10{ margin-top: 10px;}
  27. .mt15{ margin-top: 15px;}
  28. .mt20{ margin-top: 20px;}
  29. .mt30{ margin-top: 30px;}