base.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "utf-8";
  2. /*reset*/
  3. body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hr,blockquote,object,iframe,fieldset,input,legend,form,th,td{margin:0;padding:0}
  4. body,input,textarea,keygen,select,button,isindex{font:14px/24px Verdana,Tahoma,"Lucida Grande","\5FAE\8F6F\96C5\9ED1";color:#333;word-break:break-all}
  5. ul,ol,li{list-style:none}
  6. body{width: 100%;height: 100%;}
  7. /*common*/
  8. h1,h2,h3,h4,h5,h6{font-weight:normal}
  9. h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}h6{font-size:14px}
  10. i,b,em{font-style:normal;font-weight:normal}
  11. table{border-collapse:collapse;border-spacing:0; width:100%; background:#fff}
  12. td{padding:3px 5px;text-align: center;}
  13. /*th{font-weight:normal; background:#e7f4fe; height:40px}*/
  14. /*table,td,th{ border:1px solid #ddd}*/
  15. table caption{ font-size:16px; text-align:left; padding-bottom:10px;}
  16. a{text-decoration: none;outline: none; }
  17. .fl{float:left;_display:inline}
  18. .fr{float:right;_display:inline}
  19. .clear:after{content:"200B";display:block;height:0;font-size:0;clear:both;}
  20. /*IE6,7*/
  21. .clear{*zoom:1;}
  22. .mc{margin:0 auto}
  23. .pr{position:relative;*zoom:1}
  24. .pa{position:absolute}
  25. .tc{text-align:center}
  26. .tl{text-align:left !important}
  27. .tr{text-align:right !important}
  28. .innter{width: 1200px;margin:0 auto;}
  29. /*::-webkit-scrollbar{width:0px;}*/