_download.css
1.93 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
.download-page {
width: 1150px;
margin: 0 auto;
.down {
margin-top: 10px;
height: 495px;
overflow: hidden;
margin-bottom: 85px;
background-image: resolve('download/down-background.png');
position: relative;
}
.logo {
margin-top: 140px;
overflow: hidden;
}
.logo-img {
width: 146px;
height: 146px;
border-radius: 20px;
float: left;
margin-left: 70px;
background-image: resolve('download/logo.png');
}
.logo-word {
margin-top: 25px;
display: block;
float: left;
margin-left: 15px;
color: #fff;
h3 {
font-size: 29px;
display: block;
height: 50px;
line-height: 50px;
}
span {
font-size: 16px;
display: block;
height: 40px;
line-height: 40px;
}
}
.inphone {
margin-left: 70px;
margin-top: 25px;
width: 153px;
height: 45px;
background-image: resolve('download/iphone.png');
float: left;
}
.android {
margin-left: 15px;
margin-top: 25px;
width: 168px;
height: 45px;
background-image: resolve('download/android.png');
float: left;
}
.er {
width: 167px;
height: 205px;
background: resolve('download/er.png') no-repeat top;
position: absolute;
top: 150px;
left: 450px;
span {
margin-top: 160px;
height: 40px;
line-height: 40px;
background: #fff;
text-align: center;
width: 165px;
display: block;
}
}
.phone {
width: 344px;
height: 458px;
background-image: resolve('download/phone.png');
position: absolute;
top: 34px;
left: 743px;
}
}