关于修改2.7 default模板首页的问题

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



default模板在修改首页热卖商品、最新商品和新品图片时,调用的图片后和边框总有很大的间距,我调整了style.css好像还是没法解决,具体现象见下图。我想让图片宽度变为150,可是还是106,两边有44的宽度。
这个是我修改好的代码,高手指点,我应该怎么做,谢谢
/*单个商品*/
.goodsItem{width:170px; float:left; position:relative;margin:20px 0px 0px 10px;}
.goodsItem .goodsimg{width:150px; height:206px;}
.goodsItem img{width:150px; height:206px;}
.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:52px; height:52px; position:absolute;left:-26px; top:-26px;}
.goodsItem span.best{background:url(images/bg.gif) no-repeat -248px -477px;}
.goodsItem span.news{background:url(images/bg.gif) no-repeat -229px -535px;}
.goodsItem span.hot{background:url(images/bg.gif) no-repeat -240px -594px;}
quesstion.png

回答:
顶一下,高手解答

高手赐教

沉下去了,顶上来,高手解决下,应该是css没有调整好,但是不知道怎么改

问题已解决,请锁帖,谢谢