wap-app-download.css 1.79 KB
body,p,h1{
	padding: 0;margin: 0;
}

html,body{
	background: url('../../images/app/bg.png') center center no-repeat;
	background-size: cover;
}
/* 清除浮动 */
.clearfix { display: inline-table; zoom:1;}
* html .clearfix { height:1%; }
* html .clearfix { zoom:1; }
.clearfix { display:block; }
.clear {clear: both;}
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; line-height: 0px;}


header{
	padding: 10px;
	color: #fff;
	background: rgba(119, 31, 31, 0.58);
}
.header-center{
	margin: 10px 0;
}
.header-center .logo{
	float: left;
	width: 41px;
	height: 41px;
	margin-right: 8px;
	background: url('../../images/app/app-logo.png') no-repeat;
	background-size: 41px;
}
.header-info {
	overflow: hidden;
}
.header-center h1{
	font-size: 18px;
}
.header-info p{
	font-size: 14px;
}
.content{
	margin: 20px 0;
	text-align: center;
}
.content img{
	width: 178px;
}
.download-link{
	margin: 20px 0;
	text-align: center;
}
.android-icon{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 29px;
	background: url('../../images/app/android-icon.png') no-repeat;
	background-size: 25px;
	margin-top: -2px;
}
.download-link a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	border: 2px #fff solid;
	border-radius: 4px;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
footer{
	text-align: center;
	margin: 30px 0 30px 0;
}
footer a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#weixin-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../../images/app/point.png')  center 0 no-repeat rgba(0, 0, 0, 0.5);
	background-size: 365px;
}
#weixin-point{
	height: 100%;
	background: url('../../images/app/point1.png')  -70px 0 no-repeat;
	background-size: 365px;
}