请高手指点

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



red_concise模板,在style.css把商品详情页的缩略图大小改了,但图旁边的商品属性位置不合适,不会改,请哪位高手指点一下

在IE8和firefox3.5下都显示不正常。

如图

改动代码如下

/*----- goods_info -----*/
#goods_info{width:742px; overflow:hidden; zoom:1;}
#goods_info h1{height:30px; line-height:30px; font-size:14px; color:#3366CC; margin-bottom:8px; text-align:left; border-bottom:1px #e4e4e4 dashed;}
#goods_info .img_info{width:312px; float:left;}
#goods_info .img_info .pic{width:355px; height:454px; overflow:hidden; border:1px solid #E4E4E4; text-align:center;}
#goods_info .img_info .pic a{width:355px; height:454px; display:block;}
#goods_info .text_info{width:400px; padding:0 10px 0 15px; float:left; font-size:13px;}
#goods_info .text_info .itemBtnList{display:block; padding:10px 0; height:31px; line-height:31px;}
#goods_info .text_info .itemBtnList a:hover{color:#000;}
#goods_info .text_info .itemBtnList a{height:31px; display:inline-block; margin-right:10px; float:left; line-height:31px; color:#FF6600;}
#goods_info .text_info label{margin-left:27px;}

QQ截图未命名.jpg (55.15 KB)

QQ截图未命名.jpg


回答:
自己试了试,解决了