10 lines
477 B
CSS
10 lines
477 B
CSS
![]() |
body {font-family:微软雅黑, microsoft yahei,Arial, Helvetica, sans-serif; color:#333333;}
|
|||
|
*{padding:0px;margin:0px; font-size:12px;}
|
|||
|
body,form, p, ul,li, ol, dl, dd,h3,h2{padding: 0;margin: 0;}
|
|||
|
img{border: none;}
|
|||
|
ul, ol, dl{ list-style: none;}
|
|||
|
a{text-decoration:none;}
|
|||
|
.clear{clear:both;}
|
|||
|
.noshow{display:none;}
|
|||
|
.autoheight{ overflow:auto; zoom:1; }
|
|||
|
.btn{ background:#587fe5; border:none; padding:0; margin:0; width:100px; height:25px; line-height:25px; cursor:pointer;}
|