style.css 1.2 KB

123456789101112131415161718
  1. @charset "utf-8";
  2. *{margin:0;padding:0;list-style-type:none;}
  3. a,img{border:0;}
  4. body{font-family:Arial, Helvetica, sans-serif;}
  5. /* extbkbox */
  6. .extbkbox{width:280px;background:#FFFFFF;border:solid 1px #c0c0c0;position:fixed !Important;bottom:0;float:left;position:absolute;z-index:1000;}
  7. *html .extbkbox{top:expression(offsetParent.scrollTop+20);}
  8. .extbkbox{right:0px;}
  9. .extbkboxm{clear:both;height:30px;font-size:14px;color:#FFFFFF;font-weight:bold;line-height:30px;background:#FF6600;border-bottom:solid 1px #c0c0c0;}
  10. .extbkboxm .extmore{float:right;cursor:pointer;}
  11. .extbkboxb{font-size:12px;clear:both;height:auto;padding:10px 0px;}
  12. .extbkboxnar{color:#f00;display:block;width:40px;height:30px;background:url(../images/tanchu_05.gif) no-repeat center center;}
  13. .extbkboxnarove{color:#00f;width:40px;height:30px;background:url(../images/tanchu_03.gif) no-repeat center center;display:block;}
  14. .extbkboxb ul{list-style:none;margin:0px;padding:0px;}
  15. .extbkboxb ul li{width:255px;height:25px;line-height:25px;font-family:"宋体";font-family:12px;color:#333333;padding-left:25px;background:url(../images/tanchu_10.gif) no-repeat 10px center;}
  16. .extbkboxb ul li a{color:#333333;text-decoration:none;}
  17. .extbkboxb ul li a:hover{color:#990000;text-decoration:underline;}