base.css 734 B

12345678910111213141516171819
  1. @charset "utf-8";
  2. *{margin:0;padding:0;border:0;}
  3. body{width:100%;height:100%;font:12px "microsoft yahei",Arial,Helvetica,sans-serif;color:#666666;}
  4. html{width:100%;height:100%;}
  5. iframe{position:relative;overflow: auto;width:100%;min-height: 100%;}
  6. ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{border:none;list-style: none}
  7. input{border:none}
  8. .fl{float: left}
  9. .fr{float:right}
  10. .clear{clear:both}
  11. .ofhidden{overflow: hidden}
  12. /*清除浮动代码*/
  13. .clearfloat{zoom:1}
  14. .clearfloat:after{display: block;clear:both;content:"";visibility: hidden;height:0}
  15. a{text-decoration:none;}
  16. /*去掉各Table cell 的边距并让其边重合*/
  17. table{border-collapse: collapse;border-spacing: 0}
  18. /*IE6、7焦点点状线去除*/
  19. a:focus,*:focus{outline:none}