开封利通水务前端

initialize.css 630B

12345678910111213141516171819
  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 { color:black; font-size:13px;font-family: Arial,Helvetica,"Microsoft YaHei", sans-serif; }
  3. h1, h2, h3, h4, h5, h6 { font-weight:normal; }
  4. a{
  5. text-decoration: none;
  6. color:black;
  7. }
  8. img { border:none; }
  9. ol,ul,li { list-style:none; }
  10. input, textarea, select, button { font:13px Verdana,Helvetica,Arial,sans-serif; border: 1px solid #999; }
  11. table { border-collapse:collapse; }
  12. .clearFix:after {
  13. content: "";
  14. display: block;
  15. clear:both;
  16. }
  17. html{
  18. font-size:62.5%;
  19. }