后台控制里没有这块的模板呢,如何修改,谢谢

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

后台控制里没有这块的模板呢,如何修改,谢谢


想问一下,首页新品推荐显示数量是修改哪里的?

后台没有这块控制的,style.css还是index.dwt里都没有找到

这是模板index.dwt里的右面的信息,是调用lbi库里面的,在后台没有这块的控制

<!--焦点图和站内快讯 END-->
<!-- #BeginLibraryItem "/library/recommend_new.lbi" --><!-- #EndLibraryItem -->这是新品模块
<!-- #BeginLibraryItem "/library/recommend_hot.lbi" --><!-- #EndLibraryItem --> 这是热卖模块
</div>
<!--right end-->


回答:
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;}

后台管理中心-》模板管理-》设置模板-》然后你看新品推荐这行,后面有个数量,你在哪里更改现在的数量就可以了