css.css 364 B

1234567891011121314
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {margin:0; height:100%;}
  4. h1,h2,h3,h4,h5 {margin: 0;font-weight: normal;}
  5. div,p,img,
  6. ul,ol,li,
  7. dl,dt,dd,
  8. table,th,td,
  9. form {margin: 0;padding: 0;}
  10. img {border: 0; vertical-align: top;}
  11. ul li{list-style:none; }
  12. a {text-decoration: none;}
  13. a:hover {text-decoration: none;}
  14. /*---------------- 页面部分 ----------------*/