怎么修改首页商品名称为一行显示呢

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

logo.gif
我的商品名称都用不了那么多,但是一行的话就有空格了。后台设置无效

在哪修改呢,是不是这段css里?


  1. /*单个商品*/
  2. .goodsItem{width:150px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 17px;}
  3. .goodsItem .goodsimg{width:150px; height:205px;margin-bottom:4px;}
  4. .goodsItem img{width:150px; height:205px;}
  5. .goodsItem .img_re{width:59px; height:80px;}
  6. .goodsItem p{text-align:left; color:#3f3f3f;}
  7. .goodsItem p a{color:#3f3f3f; text-decoration:none;}
  8. .goodsItem p a:hover{color:#ff6600; text-decoration:none;}
  9. .goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
  10. .goodsItem_re{width:193px;float:left;position:relative; margin-top:10px; margin-left:2px; _margin-left:0px;}
  11. .goodsItem_re .goodsimg{width:185px; height:185px; margin-bottom:4px; border:1px solid #E7E7E7;}
  12. .goodsItem_re .goodsimg_on{width:185px; height:185px; margin-bottom:4px; border:1px solid #ea7b5a;}
  13. .goodsItem_re p.pro_tot{text-align:left; color:#3f3f3f; width:162px; height:40px; line-height:20px; overflow:hidden; margin-top:10px;}
复制代码

回答:
你好,应该把商品名称的DIV的高度设置一下,设置成字体高度就好了

学习了哈

自己在模板上找找呀






www.zgfzr.com

这个我不清楚。帮不了你