lookbook.css 4.28 KB
@charset "utf-8";


.wrapper-trends{
	margin: 20px auto 30px auto;
	color: #222;
}

.look-title{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eaeceb;
}
.look-title p{
	font-size: 24px;
	line-height: 24px;
}

.trends-tag{
	line-height: 24px;	
}
.trends-tag a{
	font-weight: bold;
	color: #222;
}
.trends-tag a.cur{
	border-bottom: 2px solid #222;
}
.trends-tag span{
	padding: 0 15px;
	color: #999;
}

.trends-list{
	margin-top: 20px;
}
.trends-list .page-next{
	margin-top: 200px;
	border: 1px solid #222;
}
.trends-list .page-next a{
	color: #222;
	padding: 18px;
	font-size: 22px;
	line-height: 22px;
}
.trends-list .page-none{
	border-color: #ccc;
}
.trends-list .page-none a{
	color: #ccc;
	cursor: default;
}
.trends-list ul{
	overflow: hidden;
	margin-right: -20px;
}

.trends-list ul li{
	margin: 0 20px 20px 0;
	position: relative;
}
.trends-list ul li p{
	margin: 0 5px;
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 40px;
	line-height: 40px;

	background:url(about:blank) \9;
	background: rgba(255, 255, 255, 0.9);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF)"; 
}

.page-next-dot{
	margin:20px 0 40px 0;
}
.page-next-dot a{
	padding: 0 2px;
}

.page-bottom{
	padding: 10px 0 10px 0;
}

.trends-content{
	margin-top: 15px;
	position: relative;
}
.trends-content .photo-mini img{
	width: 64px;
	height: 32px;
}
.trends-content .photo-mini a{
	margin-right: 6px;
}
.trends-content .photo-mini a.cur img{
	border: 2px solid #222;
	width: 60px;
	height: 28px;
}
.trends-content .comment-share{
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 0;
}
.trends-content .comment-link{
	color: #222;
}
.trends-content .sep{
	padding: 0 10px;
	color: #ccc;
}
.trends-content .close{
	right: 10px;
	top: 10px;
}
.trends-content .close .ifont{
	font-size: 22px;
}

.wrapper-trends .comments{
	margin-top: 10px;
}

.trends-content .page-next{
	top: 50%;
	margin-top: -30px;
	border: 1px solid #222;
	_top: 230px;
	_margin-top: 0;
}
.trends-content .page-next a{
	font-size: 22px;
	line-height: 22px;
	color: #222;
	padding: 18px;
}
.trends-content .page-none{
	border-color: #ccc;
}
.trends-content .page-none a{
	color: #ccc;
	cursor: default;

}

.trends-content .page-next{
	left: 20px;
	display: none;
}
.trends-content .page-next-r{
	left: auto;
	right: 20px;
}
.trends-content-hover .page-next{
	display: block;
}

.content-bottom{
	position:absolute;
	bottom:0px;
	z-index:100;
	height:60px;
	width:100%;
		
}
.content-bottom .cover{
	height:60px;
	position:absolute;
	width:100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8) none repeat scroll !important;
	filter: Alpha(opacity=80);
	background: #000;
	-moz-opacity: 0.8;
	opacity:0.8;
}
.content-bottom p{
	text-align: center;
}
.content-bottom p a{
	padding: 0 4px;
}
.content-bottom p .ifont10{
	color: #ccc;
}
#banner-circle{
	position:absolute;
	top:20px;
	width:40%;
	left:30%;
	z-index:102;	
	
}
.trends-page{
	line-height: 19px;
	padding: 0 20px 0 15px;
	background:none;
	position:absolute;
	z-index:101;
	width:97%;
	top:0;
	left:0;
}
.trends-page .left{
	padding: 20px 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.trends-page .right{
	padding:20px 0;
}
.trends-page a{
	color: #fff;
}
.trends-page a.none{
	color: #ccc;
}
.trends-page .ifont{
	font-size: 18px;
}
.trends-page .pre-book{
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dashed #dedddd;
}
.trends-page .next-book{
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dashed #dedddd;
}



.focus-top3{
	width: 100%;
	position: relative;
	margin: 0 0 0px 0;
	overflow: hidden;
}
.focus-top3 .focus-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.focus-top3 .button-switch .left{
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.focus-top3 .button-switch .right{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
}
.focus-top3 .button-switch .ifont{
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	padding: 15px;
	background: #fff;
	color: #000;
}
.focus-top3 .button-switch a{
	opacity: 0.55;
	filter:alpha(opacity=55);
}
.focus-top3 .button-switch a:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}