请帮我看看style.css里的这个代码

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



请大有帮我看看这个代码里改那里才能让首页缩略图变大
  1. /* 产品列表网格 */
  2. .grid:after{
  3. content:"."; display:block; height:0; clear:both;
  4. visibility:hidden;
  5. }
  6. *html .grid{
  7. height:1%;
  8. }
  9. *+html .grid{
  10. height:1%;
  11. }
  12. .grid .goodsItem{ float:left; margin-left:10px; _margin-left:5px; margin-bottom:10px; _margin-bottom:8px; width:155px; padding:5px;}
  13. .grid .goodsItem .goodsPic{ overflow:hidden; margin-bottom:5px; background:#fff; }
  14. .grid .goodsItem .goodsPic img{ width:155px;}
  15. .grid .goodsItem .goodsInfo{ text-align:center; line-height:16px;}
  16. .grid .goodsItem .goodsSn{ height:22px; line-height:22px; text-align:center; font-size:12px; font-family:Verdana, Geneva, sans-serif; margin-bottom:5px; color:#333333 }
  17. .mar_price{ color:#838383; text-decoration:none}
  18. .grid .goodsItem .goodsSn a{ color:#333333; text-decoration:none}
  19. .grid .goodsItem .goodsSn a:hover{ color:#a10000; text-decoration:none}
  20. /* 产品列表 */
  21. .list span{ display:block; text-align:center; margin-left:2px;}
  22. .list li{ padding:5px 0px; display:block;}
  23. .list li.goodsItem{ height:88px; border-bottom:dotted 1px #ccc;}
  24. .list .header{ line-height:20px; text-align:center; height:20px; background:#f2f2f2;}
  25. .list .goodsItem .goodsPic{ width:85px; height:85px; overflow:hidden; float:left; margin-bottom:5px; border:solid #f2f2f2 2px; }
  26. .list .goodsItem .goodsPic img{ width:85px;}
  27. .list .goodsItem .goodsInfo{ float:left; padding-left:10px; padding-top:20px;}
  28. .list span.goods_list_name{ float:left; width:200px;}
  29. .list span.goods_list_attr{ float:left; width:80px;}
  30. .list span.goods_list_market{ float:left; width:120px;}
  31. .list span.goods_list_shop{ float:left; width:120px;}
  32. .list span.goods_list_op{ float:left; width:180px;}
  33. .list .goodsItem span.goods_list_attr{ padding-top:20px; font-size:14px; font-weight:bold; color:#F60;}
  34. .list .goodsItem span.goods_list_market{ padding-top:20px; text-decoration:line-through;}
  35. .list .goodsItem span.goods_list_shop{ padding-top:20px; }
  36. .list .goodsItem span.goods_list_op{ padding-top:20px; }
复制代码