后台调整缩略图大小后前台无变化。

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

调整完缩略图大小后,还需要对所有的商品图片进行批量处理。

回答:
批量处理什么概念?我新上传的,也是改不掉,为什么啊

后台有批量图片处理的....建议还是熟悉一下后台再来发问吧

新版2.61的被固定了,在后台改不了,

是啊。后台改不了的。需要在模板CSS里改一下,然后再在后台改。
在模版文件下的style.css里,找到

/*单个商品*/
.goodsItem{width:110px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 14px;}
.goodsItem .goodsimg{width:100px; height:100px; border:4px solid #eef8ff; margin-bottom:4px;}
.goodsItem img{width:52px; height:17px;}
.goodsItem p{text-align:left; color:#3f3f3f;}
.goodsItem p a{color:#3f3f3f; text-decoration:none;}
.goodsItem p a:hover{color:#ff6600; text-decoration:none;}
.goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
.goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
.goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
.goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}

红色地方是要修改的,改好后,自己再到模版设置中设一下商品的显示数量


做个记号。学着到。