首页商品缩略图间距问题?

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



您好
首页商品缩略图间距跟着图片大,间距也大,图片缩略图小间距也小。请问能固定间距吗?

我用的是default 的模板是不是在CSS这段代码中修改。谢谢。

/*单个商品*/
.goodsItem{width:160px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 14px;}
.goodsItem .goodsimg{width:140px; height:140px; border:4px solid #f6fbe6; 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/green/bg.gif) no-repeat 0px -304px;}
.goodsItem span.news{background:url(images/green/bg.gif) no-repeat -75px -304px;}
.goodsItem span.hot{background:url(images/green/bg.gif) no-repeat -161px -304px;}

回答:
谢谢 已经解决。