如何把2.61的joyo模版左侧商品分类中菜单改成两列或者更多列谢谢了

2016-07-07 16:29 来源:www.chinab4c.com 作者:ecshop专家

如题所描述;貌似在这里改,可我还没有改出来
#category-tree {
/*width:175px;*/
border-left:1px #6CB8C5 solid;
border-right:1px #6CB8C5 solid;
border-bottom:1px #6cb8c5 solid;
background-color:#fff;
margin-bottom:8px;
}
/*2.5.1版本新增加的--促销信息*/
#promotion_info {
border-left:1px #6CB8C5 solid;
border-right:1px #6CB8C5 solid;
border-bottom:1px #6cb8c5 solid;
background-color:#fff;
margin-bottom:8px;
padding-left:10px;
line-height:22px;
}

#category-tree ul {
list-style-type:none;
}
#category-tree h3 {
padding:6px 0 5px 27px;
margin-bottom:3px;
border-bottom:1px #E9ECE0 solid;
border-top:1px #E9ECE0 solid;
background-color:#F3F6EB;
background-image: url(images/icon.gif);
background-repeat: no-repeat;
background-position: 12px center;
}
#category-tree .yiji {
float:right;
margin:-22px 10px 0 0;
width:20px;
height:20px;
background: url(images/zhedie.gif) no-repeat right top;
cursor:n-resize;
}
#category-tree .yiji2 {
float:right;
margin:-22px 10px 0 0;
width:40px;
height:20px;
background: url(images/menu_minus.gif) no-repeat right top;
cursor:hand;
}
#category-tree .erji li {
padding-left:30px;
padding-top:2px;
padding-bottom:3px;
border-bottom:1px #F3F6EB solid;
margin-bottom:3px;
background-image:url(images/erji.gif);
background-repeat: no-repeat;
background-position: 15px 4px;

回答:
我也想知道

想知道的都来顶起,看能否有人弄出来

很简单,这样就可以了
#category-tree .erji li {
padding-left:30px;
padding-top:2px;
padding-bottom:3px;
border-bottom:1px #F3F6EB solid;
margin-bottom:3px;
background-image:url(images/erji.gif);
background-repeat: no-repeat;
background-position: 15px 4px;
float:left;/*==加上这个就行了==*/
}

谢谢 我试试