3.27 index.html

index.html




	
		
		
		
		
		Bootstrap 101 Template

		
		
		
		

		
		
		
		
		
		
		
		

	

	

		
		

		

		
		

		
		
		
你好呀
你好呀

picture.css

.banner {
	padding: 0px;
	clear: both;
	height: auto;
	background: #433621;
	border-top: 2px solid #433621;
}

div#container ul#itemContainer {
	list-style: none;
	padding: 0;
	margin: 0px 0;
	text-align: center;
	overflow: hidden;
}

div#container ul#itemContainer li {
	display: inline-block;
	margin: 5px;
	zoom: 1;
	display: inline;
	text-align: center;
	width: 1909px;
	height: 676px;
	
}

div#container ul#itemContainer li img {
	height: 676px;
	margin-top: 0px;
	margin-left: -327px;
}

.holder {
	margin: 0px;
	padding-bottom: 5px;
	text-align: center;
	background: #433621;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	/*color: #fff;*/
	padding: 2px 5px;
	color: #e9e1d7;
}

.holder a:hover {
	background-color: #eee;
	color: #f3a11e;
	;
}

.holder a.jp-previous {
	margin-right: 15px;
}

.holder a.jp-next {
	margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
	color: #f3a11e;
	font-weight: bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
	color: #eee;
}

.holder a.jp-current,
a.jp-current:hover {
	cursor: default;
	background: none;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default;
	background: none;
	color: #777;
	text-decoration: none;
}

.holder span {
	margin: 0 5px;
	color: #e9e1d7;
}

 

你可能感兴趣的:(html)