indexMobile.html
5.5 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>智慧监管APP</title>
<style>
html,
body {
width: 100%;
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box !important;
}
.displayFlex {
display: flex;
align-items: center;
}
.displayFlexBetween {
display: flex;
align-items: center;
justify-content: space-between;
}
.appWnload {
width: 100%;
min-height: 100%;
background: url(/app2/jgv2/image/moBg.png) no-repeat center center;
background-size: 100% 100%;
padding: 3.125rem 0 0 0;
}
.appWnloadTop {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.appWnloadTop img {
width: 2.1875rem;
height: 1.875rem;
}
.appWnloadTop div {
font-family: YouSheBiaoTiHei;
font-size: 1.5rem;
font-weight: normal;
letter-spacing: 0.18em;
color: #FFFFFF;
margin-left: 0.625rem;
}
.appWnloadTitle {
margin-top: 2rem;
text-align: center;
}
.appWnloadTitle1 {
font-family: Source Han Sans CN;
font-size: 1.25rem;
font-weight: bold;
color: #FFFFFF;
}
.appWnloadTitle2 {
font-family: Source Han Sans CN;
font-size: 1.125rem;
font-weight: normal;
line-height: normal;
letter-spacing: 0.34em;
color: #FFFFFF;
margin-top: 0.4375rem;
}
.appWnloadBtn a {
color: #FFFFFF;
text-align: center;
text-decoration: none;
}
.appWnloadBtn {
width: 7.5rem;
height: 2.5rem;
border-radius: 0.3125rem;
background: linear-gradient(90deg, #F9AD19 19%, #F8C11A 80%);
outline: none;
font-family: Source Han Sans CN;
font-size: 1rem;
font-weight: normal;
line-height: 2.5rem;
letter-spacing: 0.04em;
color: #FFFFFF;
text-align: center;
position: absolute;
top: 0.8125rem;
left: 50%;
z-index: 9999;
transform: translate(-50%, 0);
}
.appWnloadBtn a {
display: block;
width: 7.5rem;
height: 2.5rem;
}
.appWnloadBg {
position: relative;
margin-top: 1.4375rem;
height: 49.875rem;
}
.appWnloadBg1,
.appWnloadBg2,
.appWnloadBg3 {
display: block;
position: absolute;
}
.appWnloadBg1 {
width: 11.0625rem;
height: 22.625rem;
left: 2.375rem;
top: 6.8125rem;
z-index: 1;
}
.appWnloadBg2 {
width: 100%;
min-height: 100%;
bottom: 0;
left: 0;
z-index: 2;
background: url(/app2/jgv2/image/mobBg2.png) no-repeat center center;
background-size: 100% 100%;
display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-direction: column;
}
.appWnloadBg3 {
width: 11.0625rem;
height: 22.625rem;
top: 5.75rem;
right: 2.375rem;
z-index: 3;
}
.appWnloadBgText {
width: 100%;
height: 18rem;
padding: 2rem 1.625rem;
overflow: auto;
}
.appWnloadBgTitle {
font-family: Source Han Sans CN;
font-size: 1.125rem;
font-weight: bold;
letter-spacing: 0.04em;
color: #FFFFFF;
}
.appWnloadBgTitleBox {
margin-top: 0.8125rem;
}
.appWnloadBgTitleBoxItem {
font-family: Source Han Sans CN;
font-size: 0.875rem;
font-weight: normal;
color: #FFFFFF;
}
</style>
</head>
<body>
<div class="appWnload">
<div class="appWnloadTop">
<img src="/app2/jgv2/image/logoF.png" alt="">
<div>智慧监管APP</div>
</div>
<div class="appWnloadTitle">
<div class="appWnloadTitle1">创新、安全、专业、便捷、稳定</div>
<div class="appWnloadTitle2">以专业的服务守护每座水库</div>
</div>
<div class="appWnloadBg">
<bottom class="appWnloadBtn"><a href="{$version['apk_url']}" target="_blank">点击下载</a></bottom>
<img class="appWnloadBg1" src="/app2/jgv2/image/bg1.png" alt="">
<img class="appWnloadBg3" src="/app2/jgv2/image/bg3.png" alt="">
<div class="appWnloadBg2">
<div class="appWnloadBgText">
<div class="appWnloadBgTitle">{$version['updatetime']|date='Y-m-d',###} 更新版本 v{$version['version_code']}
</div>
<div class="appWnloadBgTitleBox">
<div class="appWnloadBgTitleBoxItem">{:nl2br($version['upgrade_point'])}</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>