base.css 1.0 KB

12345678910111213141516171819202122
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
  2. body { background:#fff; color:#555; font-size:14px; font-family:'Microsoft YaHei'; }
  3. td,th,caption { font-size:14px; }
  4. h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
  5. address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
  6. a { color:#555; text-decoration:none; }
  7. a:hover { text-decoration:underline; }
  8. img { border:none; }
  9. i{font-style: normal;}
  10. s{text-decoration: none;}
  11. ol,ul,li { list-style:none; }
  12. input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
  13. table { border-collapse:collapse; }
  14. html {overflow-y: scroll;}
  15. /* css common */
  16. .fl{float: left;}
  17. .fr{float: right;}
  18. .clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
  19. .clearfix { *zoom:1; }
  20. body{background-color: #fff;}
  21. .ellipsis{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}