首页商品 排列问题

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

请问首页的如图产品排列条数在哪儿控制?

未命名.jpg (46.62 KB)

未命名.jpg


回答:
1.首页商品的显示数量
后台管理中心-》模板管理-》设置模板-》在精品、新品、热销 的数量处修改成您需要的个数

2.每行显示几个产品
这个需要您修改这套模板中的style.css文件

每行显示几个产品,请问是修改CSS哪里呢?

/*精品推荐,新品上市,热卖商品*/
.centerPadd{padding:5px 8px 8px 42px; overflow:hidden; height:auto}
.itemTit{height:30px; background:url(images/bg.gif) no-repeat 0px -195px; padding-left:190px; text-align:right;
/*margin-bottom:-3px; _margin-bottom:-2px;*/
}
.itemTit.New{background:url(images/bg.gif) no-repeat 0px -225px;}
.itemTit.Hot{background:url(images/bg.gif) no-repeat 0px -256px;}
.itemTit img{position:relative; top:7px;}
.itemTit h2{float:left; height:27px; background:url(images/itemH2Bg.gif) repeat-x left top; border:1px solid #d6ecff;
font-size:12px; text-align:center; color:#3f3f3f; font-weight:100; padding:0px 10px; line-height:28px; margin:0 6px 0 0;
border-bottom:none; position:relative; bottom:-3px; display:inline; white-space:nowrap;
}
.itemTit h2 a{color:#3f3f3f; text-decoration:none;}
.itemTit .h2bg{height:27px; line-height:28px; border:none; background:none;
font-size:12px; text-align:center; color:#006ace; font-weight:100; padding:0px 10px;
display:inline; white-space:nowrap;
}
.itemTit .h2bg a{color:#006ace; text-decoration:none;}
.centerPadd .goodsBox{border:1px solid #d6ecff; background:#fff; }
.centerPadd .goodsBox .more{text-align:right; clear:both; margin:0 8px 8px 0;}
/*单个商品*/