common.css 806 B

12345678910111213141516171819202122232425
  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{margin:0;padding:0;}
  2. body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53;}
  3. h1,h2,h3,h4,h5,h6{font-size:100%;}
  4. address,cite,dfn,em,var{font-style:normal;}
  5. code,kbd,pre,samp{font-family:courier new,courier,monospace;}
  6. small{font-size:12px;}
  7. ul,ol{list-style:none;}
  8. a{text-decoration:none;}
  9. /* a:hover{text-decoration:underline;} */
  10. sup{vertical-align:text-top;}
  11. sub{vertical-align:text-bottom;}
  12. legend{color:#000;}
  13. fieldset,img{border:0;}
  14. button,input,select,textarea{font-size:100%;}
  15. table{border-collapse:collapse;border-spacing:0;}
  16. .clearfix::after{
  17. content:'';
  18. display: block;
  19. clear: both;
  20. }
  21. /* 公共居中 */
  22. .com-center{
  23. width:1199px;
  24. margin:0 auto;
  25. }