app.css 970 B

123456789101112131415161718192021222324252627
  1. * {margin:0; padding:0;}
  2. * html body {overflow:visible;}
  3. * html iframe, * html frame {overflow:auto;}
  4. * html frameset {overflow:hidden;}
  5. body {color:#fff; font-family: Verdana,Arial, sans-serif;}
  6. body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,
  7. table, td, img, div, tr {margin:0; padding:0;}
  8. input, select {font-size:12px; vertical-align:middle;}
  9. textarea, input {word-wrap:break-word; word-break:break-all;padding:0px;}
  10. li {list-style-type:none;}
  11. img {border:0 none;}
  12. a {color:#000; text-decoration:none;}
  13. a:hover {color:#628828;}
  14. a {outline:none;star:expression_r(this.onFocus=this.blur());}
  15. h1 { font-size:24px; }
  16. h2 { font-size:20px; }
  17. h3 { font-size:18px; }
  18. h4 { font-size:16px; }
  19. h5 { font-size:14px; }
  20. h6 { font-size:12px; }
  21. .FL { float:left; }
  22. .FR { float:right; }
  23. .clear { clear:both; height:0px; width:100%; font-size:1px;line-height:0px; visibility:hidden; overflow:hidden; }
  24. @font-face{
  25. font-family: 'ysbth';
  26. src : url('../fonts/ysbth.ttf');
  27. }