www.gusucode.com > 数码家电商城源码程序 > 数码家电商城源码程序/2048/base/border/056/images/gbl056l.css

    /*===放标签的层===*/

div.gbl056l_out{
float:left;
width:180px;
white-space:nowrap;
position:relative;
margin:0px;
height:100%;
}
 
div.gbl056l_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl056l{
list-style-type:none;
height:28px;
margin:-1px 0px 0px 0px;
color:#fff;
text-align:left;
padding-left:28px;
font:14px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
border:1px #fff solid;
background:#ff77cc url(arrow.gif) 10px no-repeat;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl056l_current{
list-style-type:none;
height:33px;
margin:0px 0px 1px 0px;
border:3px #ff77cc solid;
color:#000;
text-align:left;
padding-left:33px;
font:bold 14px/33px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
background:#ffffff url(search.gif) 10px no-repeat;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl056l_more{
list-style-type:none;
height:28px;
margin:0px 0px 1px 0px;
color:#555;
text-align:left;
padding-left:15px;
font:12px/28px simsun;
background:#fff;
}

div.gbl056l_more a{
font:12px/28px simsun;
color:#666;
}