如何让首页 的缩略图 按比例尺寸缩小

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

请问下我的网站首页的图片不能按比例 显示是在这控制吗哪 个是控制这个的谢谢 老师
我的网站 www.999li.com

/*单个商品*/
.goodsItem{width:200px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 14px;}
.goodsItem .goodsimg{width:200px; height:150px; border:4px solid #eef8ff; margin-bottom:4px;}
.goodsItem img{width:52px; height:17px;}
.goodsItem p{text-align:left; color:#3f3f3f;}
.goodsItem p a{color:#3f3f3f; text-decoration:none;}
.goodsItem p a:hover{color:#ff6600; text-decoration:none;}
.goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
.goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
.goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
.goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}

回答:
谢谢老师

width:200px; height:150px