品优购项目--列表页 list.

效果图
品优购项目--列表页 list._第1张图片

HTML部分 list.html




	
	列表页-手机页面!
	
	
	   
	
	
	


	
	

	
	
	
	
	

	
	

	
		


css部分 list.css

.sk {
	position: absolute;
	left: 260px;
	top: 38px;
	height: 30px;
	width: 55px;
	padding: 5px 0 5px 15px;
	border-left: 1px solid #B1191A;
}
.header {
	position: relative;
}
.sk_list li {
	float: left;
	height: 45px;
	line-height: 45px;
}
.sk_list a {
	padding: 0 30px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.sk_list a:hover {
	color: #CF151A;
}
.sk_con li {
	float: left;
	height: 45px;
	line-height: 45px;
}
.sk_con a {
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
}
.sk_con i {
	font-family: 'icomoon';
}

/*-------------------------------列表页的内容区域*/
.sk_bd {
	width: 1200px;
	padding-top: 25px;
}
.sk_goods {
	position: relative;
	float: left;
	width: 288px;
	height: 458px;
	border: 1px solid transparent;
	margin: 0  12px 15px 0;
}
.sk_goods:hover {
	border: 1px solid #e12228;
}
.sk_goods_title {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding: 10px;
}
.sk_goods_price {
	padding: 0 10px;
}
.sk_goods_price em {
	font-size: 22px;
	color: #e60012;
}
.sk_goods_price del {
	font-size: 14px;
	font-weight: 700;
	color: #a4a4a4;
}
.sk_goods_progress {
	padding: 0 10px;
}
.bar {
	display: inline-block;
	width: 130px;
	height: 10px;
	border: 1px solid #b1191a;
	vertical-align: middle;
	margin: 0 5px;
	border-radius: 5px;
}
.bar_in {
	width: 87%;
	height: 10px;
	background-color: #f24349;
}
.sk_goods_progress em,
.sk_goods_progress i {
	color: #f24349;
}
.sk_goods_buy {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #b1191a;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.sk_bd ul {
	width: 1212px;
}
/*-----------------------------page*/
.page {
	margin: 40px 0;
	text-align: center;
}
.page_num a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #CCC;
	line-height: 36px;
	background-color: #F7F7F7;
}
.page_num .pn_prev {
	width: 83px;
}
.page_num .current {
	border-color: transparent;
}
.page_skip input {
	width: 48px;
	height: 36px;
}
.page_skip button {
	width: 50px;
	height: 36px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}

你可能感兴趣的:(品优购项目--列表页 list.)