wap-app-download.css
1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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;
}