www.gusucode.com > 2051网博士成品网站管理系统 PHP网站源码程序 > 2051/2051/product/templates/css/productlist.css

    /* ============产品图片列表============== */

div.productlist{
	width:118px;
	height:105px;
	margin:0px 2px 8px 0px;
	text-align:center;
	float:left;
	background:url(../images/pic_bg.jpg) no-repeat;
}

div.productlist div.fang{
	border:0px #ccc solid;
	background: #fff;
	margin:4px 5px 0px 0px;
	text-align:center;
}

div.productlist div.picFit{
	overflow: hidden;
}

div.productlist div.picFit img{
}


div.productlist div.title{
	text-align:center;
	overflow: hidden;
	white-space:nowrap;
	margin-top:10px;
}

div.title a:link,div.title a:visited,div.title a:active{
	color:#333;
	font:12px/16px arial,simsun;
	text-decoration: none;
}

div.title a:hover{
	color:#ff0000;
	text-decoration: underline;
	font:12px/16px arial,simsun;
}