ecshop商品分类如何分行对其

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



1.jpg
如何让欧品服装下的子导航 一行一个 然后对齐,请高手详细说明下
以下是style.css 商品分类的代码
  1. /*商品分类*/
  2. #category_tree{background-color:#fff; border:1px solid #ccc}
  3. #category_tree .tit{ background: url(images/category_tit.gif) repeat-x; height:32px; line-height:32px; font-size:14px; font-weight:bold; padding-left:15px; }

  4. #category_tree dl{margin:3px; border-bottom:1px dashed #cbdcb6; padding:3px 0}
  5. #category_tree dt{height:22px; line-height:22px; font-size:14px;}
  6. #category_tree dt a{background:url(images/biao4.gif) no-repeat 10px center;
  7. color:#000000; padding-left:20px; text-decoration:none; font-weight:bold
  8. }
  9. #category_tree dd{padding:3px 0 3px 10px; line-height:24px;}
  10. #category_tree dd a{color:#666; text-decoration:none; padding-right:10px;}
  11. #category_tree dd a:hover{color:#ff6600; text-decoration:none;}
复制代码


应该修改哪里?

回答:
这个是css样式控制的

程序在category_tree.lbi 样式在style.css

style.css应该怎么改? 请高手说明下!!