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