英文模板又出现问题 ~~

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

上次改过之后 不知道哪里改错了 现在又出现问题了 请哪位懂的朋友指点下啊如下图 边框好象都没有变过 不知道哪里改价格跟名称都显示不出了好象是被边框给盖住了
然后另外一个问题我把图片大小变了之后 就出现这种情况
哪位高手详细点下该怎么解决啊?
CSS:
/*--- goods_grid ---*/
.goods_grid{margin:0; overflow:hidden; zoom:1; display:inline;}
.goods_grid li{width:100px; display:inline; overflow:hidden; margin-left:5px; height:100px; padding:4px 0 5px 0; float:left;}
.goods_grid .img{width:100px; height:100px; background:#fff; border:1px #bcc1ca solid; margin:0 auto; display:block;}
.goods_grid .img img{width:100; height:100px;}
.goods_grid .name{ display:block; line-height:16px; overflow:hidden; zoom:1; word-wrap: break-word; word-break: normal; text-align:center;}
.goods_grid .name a{font-size:12px; font-weight:bold; line-height:16px; color:#363e4a;}
.goods_grid .price{ font-size:12px; line-height:14px; height:14px; margin-bottom:3px; color:#47bec5; text-align:center; display:block; font-weight:bold;}
.goods_grid .market{font-size:12px; text-align:center; height:14px; line-height:14px; font-weight:normal; color:#8c8c8c; text-decoration:line-through;}
.goods_grid .btn_list{ display:block; text-align:left; padding-left:8px;}
.goods_grid .btn_list img{display:block; margin:0 auto; margin-bottom:2px;}
/*--- goods_grid2 ---*/
.goods_grid2{margin:0; overflow:hidden; zoom:1; display:inline;}
.goods_grid2 li{width:89px; display:inline; overflow:hidden; margin-left:30px; height:150px; padding:4px 0 5px 0; float:left;}
.goods_grid2 .img{width:85px; height:72px; background:#fff; border:1px #bcc1ca solid; margin:0 auto; display:block;}
.goods_grid2 .img img{width:130; height:140px;}
.goods_grid2 .name{ display:block; line-height:18px; overflow:hidden; zoom:1; text-align:center;}
.goods_grid2 .name a{font-size:12px; font-weight:bold; line-height:18px; color:#363e4a;}
.goods_grid2 .price{ font-size:12px; line-height:16px; height:16px; margin-bottom:5px; color:#47bec5; text-align:center; display:block; font-weight:bold;}
.goods_grid2 .market{font-size:12px; text-align:center; height:14px; line-height:14px; font-weight:normal; color:#8c8c8c;text-decoration:line-through;}
.goods_grid2 .btn_list{ display:block; text-align:left; padding-left:8px;}
/*--- goods_item ---*/
.goods_item{margin:9px; overflow:hidden; zoom:1;}
.goods_item li{ display:block; padding:10px; border-bottom:1px #cccccc dashed; margin-bottom:10px; overflow:hidden; zoom:1;}
.goods_item .img{width:85px; height:72px; overflow:hidden; float:left; border:1px #cccccc solid; display:inline;}
.goods_item h6{ font-size:12px; white-space:nowrap; padding:0 5px; width:120px; float:left; height:72px; line-height:72px; overflow:hidden; text-align:left; font-weight:bold; color:#363e4a;}
.goods_item .price{width:130px; height:62px; float:left; padding:5px; height:72px; overflow:hidden;}
.goods_item .brief{width:234px; padding:15px 8px; height:42px; overflow:hidden; float:left; font-size:12px; color:#000; text-align:left;}
.goods_item .item_cart{width:100px; height:52px; float:right; padding-top:20px;}
.goods_item .item_cart img{ display:block; margin-bottom:7px;}
哪位热心的详细点出啊

回答:
图片收不到。看不出问题。

[img][/img]


就是这两个图


[img][/img]

顶起来还没人解答么 ?

看不到网址,未有图片,不清楚问题

帮忙顶~~~~

谢谢楼上热心的人们了不知道怎么回事我图片就是贴不上去但是还是谢谢你们了 这个问题 我已经解决了
反正也是知道是哪几个 一个个试被 最后弄明白了但是还是有个小问题 这段代码里改变 控制图片间距离的人哪个标签啊 ?我把里面跟距离有关的标签改过了 还是看不出是哪个控制左右上下间距的?