404.html
2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no, email=no">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<meta name="screen-orientation" content="portrait">
<meta name="x5-orientation" content="portrait">
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="browsermode" content="application">
<meta name="x5-page-mode" content="app">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="description" content="">
<title>思埠新微商</title>
<style>
html,body{
min-height:100%;
}
.box{
text-align: center;
}
.img{
width: 164px;
height: 164px;
margin: 80px auto 0px;
}
.t1{
font-size: 20px;
padding: 20px 0 10px;
}
.t2{
font-size:14px;
color:#a2a2a2;
margin: 0 auto;
line-height: 1.5;
}
.t2 span{
color: #ffb63e;
}
</style>
</head>
<body>
<div class="box">
<img src="./404.png" class="img" />
<!-- <div>我们好像丢失一块信息<br>请重新从公众号进来瞧瞧</div> -->
<div class="t1">平台正在进行升级维护</div>
<p class="t2">维护时间:<span>2018.01.26 09:00-13:00</span></p>
<p class="t2" >等会再来瞧瞧</p>
</div>
</body>
</html>