gusucode.com > 电子科技公司网站(英文)网站源码程序 > 电子科技公司网站(英文)网站源码程序/product/templates/css/productlist.css

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

div.productlist{
margin:0px 22px 10px 0px;
text-align:center;
float:left;
}

div.productlist div.fang{
border:1px #e0e0e0 solid;
background: #fff;
padding:3px;
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;
}

div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#505050;
font:12px/25px arial,simsun;
text-decoration: none;
}

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