70 lines
1.8 KiB
HTML
70 lines
1.8 KiB
HTML
|
<!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, shrink-to-fit=no">
|
|||
|
<title>网站升级中...</title>
|
|||
|
<style>
|
|||
|
html {
|
|||
|
font-size: 16px;
|
|||
|
}
|
|||
|
|
|||
|
body {
|
|||
|
font-size: 0.875rem;
|
|||
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|||
|
font-weight: 400;
|
|||
|
margin: 0;
|
|||
|
}
|
|||
|
|
|||
|
.container {
|
|||
|
width: 100%;
|
|||
|
padding-right: 15px;
|
|||
|
padding-left: 15px;
|
|||
|
margin-right: auto;
|
|||
|
margin-left: auto;
|
|||
|
}
|
|||
|
|
|||
|
.bg {
|
|||
|
background-color: #337ab7;
|
|||
|
height: 3px;
|
|||
|
}
|
|||
|
|
|||
|
@media (min-width: 576px) {
|
|||
|
.container {
|
|||
|
max-width: 540px;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
@media (min-width: 768px) {
|
|||
|
.container {
|
|||
|
max-width: 720px;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
@media (min-width: 992px) {
|
|||
|
.container {
|
|||
|
max-width: 960px;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.tip {
|
|||
|
padding: 30px 16px;
|
|||
|
background-color: #ecf8ff;
|
|||
|
border-radius: 4px;
|
|||
|
border-left: 5px solid #50bfff;
|
|||
|
margin: 20px 0;
|
|||
|
}
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="container">
|
|||
|
<div class="bg"></div>
|
|||
|
<div class="tip">
|
|||
|
<h2>网站正在升级中,请稍后重试,请选择其他演示地址</h2>
|
|||
|
<p>演示地址1:<a href="http://argo.zylweb.cn/">http://argo.zylweb.cn</a></p>
|
|||
|
<p>演示地址2:<a href="http://ba.sdgxgz.com/">http://ba.sdgxgz.com</a></p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|