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

    /* ============分类列表============== */

ul.productclass{
	margin:0px;
	padding:0px;
}

li.productclass {
	float:left;
	width:46%;
	color:#016502;
	margin:0px;
	padding:0px 0px 0px 7px;
	list-style-type: none;
	white-space: nowrap;
	background: transparent url(../images/proli.gif) left 7px no-repeat;
}

a.productclass:link,a.productclass:visited,a.productclass:active{
	color:#016502;
	text-decoration: none;
	font: 12px/26px simsun;
}

a.productclass:hover{
	color:#ff0000;
	text-decoration: underline;
	font: 12px/26px simsun;
}