首页图片大小的问题

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

我用的是ECSHOP Default v2.7.2这个模板..

我的STYLE.CSS的代码发不上来.说是太长了..
[attach]39370[/attach]



这是是我修改后的.


  1. /*单个商品*/
  2. .goodsItem{width:170px; float:left; position:relative; overflow:hidden; margin:0px 5px 15px 5px;}
  3. .goodsItem .goodsimg{width:160px; height:160px; border:4px solid #eef8ff; margin-bottom:4px;}
  4. .goodsItem img{width:52px; height:17px;}
  5. .goodsItem p{text-align:left; color:#3f3f3f;}
  6. .goodsItem p a{color:#3f3f3f; text-decoration:none;}
  7. .goodsItem p a:hover{color:#ff6600; text-decoration:none;}
  8. .goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
  9. .goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
  10. .goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
  11. .goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}
复制代码





这个我默认的
  1. /*单个商品*/
  2. .goodsItem{width:110px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 14px;}
  3. .goodsItem .goodsimg{width:100px; height:100px; border:4px solid #eef8ff; margin-bottom:4px;}
  4. .goodsItem img{width:52px; height:17px;}
  5. .goodsItem p{text-align:left; color:#3f3f3f;}
  6. .goodsItem p a{color:#3f3f3f; text-decoration:none;}
  7. .goodsItem p a:hover{color:#ff6600; text-decoration:none;}
  8. .goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
  9. .goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
  10. .goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
  11. .goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}
复制代码


后台显示我也改过了..图片也批量处理了..不过就是不行..
所以我不确定我是否有改正确.也许是我改的地方不对的
希望会的和我说一下...看看是什么问题..

回答:
没人理我..伤心噢..

1。。。。。。。。。。。。。。。。。。。。