_app.css
1.45 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
.app-download-page {
.top-wrapper {
height: 550px;
background: resolve("download/main-top.png?random=1466056691") no-repeat top center;
.top-down {
width: 444px;
margin: 0 auto;
padding-top: 305px;
}
.down-btns {
width: 216px;
height: 65px;
display: block;
margin-left: 200px;
float: right;
}
.down-btns:first-child {
margin-bottom: 10px;
}
}
.main-wrapper {
.intro {
width: 990px;
height: 437px;
margin: 114px auto 0;
}
.intro-6 {
height: 350px;
}
.bottom-down {
width: 350px;
margin: 0 auto;
overflow: hidden;
padding-top: 34px;
.qr-code {
width: 130px;
height: 130px;
background: url("/download/down-qr-code.png");
}
.down-btns {
width: 200px;
height: 60px;
display: block;
}
.down-app-btn {
margin-bottom: 8px;
background: url("/download/app-down.png");
}
.down-apk-btn {
background: url("/download/apk-down.png");
}
}
}
.foot-wrapper {
height: 100px;
text-align: center;
}
}