This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
503.html
106 lines (95 loc) · 2.62 KB
/
503.html
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
<!DOCTYPE html>
<html>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?9ce4e4f5b3c2056dd49af1ca0cab0733';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<head>
<title>北极数据 503</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="keywords" content="北极数据, 数据分析工具, 数据搜索, 洞察推送, 零售数据处理, 大数据分析, 用户行为分析, 用户画像">
<meta name="description" content="北极数据">
<meta name="author" content="Arctic Data">
<link rel="shortcut icon" href="https://r.datarc.cn/logo/256x256/blue.png">
<style>
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
margin: 0 auto;
padding: 0;
height: 100%;
width: 100%;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0.1em;
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
background: #212121;
color: white;
overflow: hidden;
box-sizing: border-box;
}
input, select, textarea, button {
font-family: inherit;
outline: none;
border: 0;
}
.full_width {
width: 100%;
}
.error_background {
background: #4A90E2;
}
.XBIG_text {
font-size: 1.5em;
}
.error_wrapper {
height: 100%;
text-align: center;
position: relative;
}
.error_content {
position: absolute;
height: 260px;
margin-top: -130px;
top: 50%;
}
.logo_image {
height: 75px;
width: 319px;
margin: auto;
}
.logo_image img {
width: 100%;
}
.error_code {
font-size: 3em;
font-weight: bold;
margin: 10px;
}
.error_title {
margin: 10px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="error_wrapper full_width error_background">
<div class="error_content full_width">
<div class="logo_image"><img src="https://r.datarc.cn/logo/1694x407/white.png"></div>
<div class="error_code">503</div>
<div class="error_title XBIG_text">系统正在维护中</div>
<div class="error_subtitle">我们在努力地让系统更加优秀,感谢您的支持 :)</div>
</div>
</div>
</body>
</html>