凡客 商品分类树二级请教怎么改成1排2列 附代码

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

/*== 商品分类样式 ==*/
.wrap .wrap_left .box .category_tree {
width: 165px;
padding: 0 12px 10px 12px;
text-align: center;
background: url("images/bg_sidemdl2.png") right bottom no-repeat;
}
.wrap .wrap_left .box .category_tree dt {
width: 165px;
text-align: left; text-indent: 10px; line-height: 25px; font-weight: bold;
border-top: 1px #ccc dotted;
}
.wrap .wrap_left .box .category_tree dd {
text-align: left; text-indent: 20px; line-height: 25px;
width: 165px;
}
/*== 销售排行





-----------------------category_tree.lbi

<div class="box">
<h2>{$lang.goods_category}</h2>
<dl class="category_tree">
<!--{foreach from=$categories item=cat}-->
<dt><a href="{$cat.url}">{$cat.name|escape:html}</a></dt>
<!--{foreach from=$cat.children item=child}-->
<dd><a href="{$child.url}">{$child.name|escape:html}</a></dd>
<!--{/foreach}-->
<!--{/foreach}-->
</dl>
</div>


希望有老师指点

回答:
鄙人也想了解~!!!

支持下啊,不会的路过

我也想知道 www.020gou.com

我也想知道

这个问题我一直很想解决,还有一些问题我也解决不了,但是看了你们的解决办法我看不懂,因为我对这块是一个十足的新手,还望好心人加我QQ帮助我解决一下,谢谢了!QQ:278358188

.wrap .wrap_left .box .category_tree dd {
text-align: left; text-indent: 20px; line-height: 25px;
width: 165px;
修改这个地方