12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>系统维护中...请稍后再试..</title>
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
- <!-- UC强制全屏 -->
- <meta name="full-screen" content="yes">
- <!-- QQ强制全屏 -->
- <meta name="x5-fullscreen" content="true">
- <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" />
- </head>
- <body>
- <style>
- html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0; padding:0;}
- html{overflow-x:hidden;}
- body{*overflow-x:hidden;}
- body{font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif; font-size:12px; line-height:1.3;}
-
- .Preserve_main{ text-align: center;}
- .Preserve_img{width: 470px; height: auto; margin: 0 auto;}
- .Preserve_img img{ width: 100%; height: auto;}
- .Preserve_text{font-size: 18px; color: #666;margin-top: 30px;}
-
- @media screen and (min-width: 320px) and (max-width: 750px){
- .Preserve_img{width: 90%; height: auto; margin: 0 auto;}
- }
- </style>
- <div class="Preserve">
- <div style="height:200px;"></div>
- <div class="Preserve_main">
- <div class="Preserve_img">
- <img src="/ico_502.png" alt="">
- </div>
- <div class="Preserve_text">系统正在维护中,请稍后再试!</div>
- </div>
- </div>
-
- </body>
- </html>
|