请问商品详情的的宽度在哪改???

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

这个栏。。。。。。。。。。。

QQ截图未命名.gif (563.26 KB)

QQ截图未命名.gif


回答:
找到对应的css文件

不知道找哪个文件

对应的模板目录下的CSS文件里,搜索"单商品"那段就是调用宽度的。自行测试一下。

.centerPadd .goodsBox .more{text-align:right; clear:both; margin:0 8px 8px 0;}
/*单个商品*/
.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;}

/*帮助*/

这是代码,调了一遍,没反应啊。我的是模板:2.7.0

是布局没有写好,CSS样式没处理好。改改改,就ok了