502.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>系统维护中...请稍后再试..</title>
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
  7. <!-- UC强制全屏 -->
  8. <meta name="full-screen" content="yes">
  9. <!-- QQ强制全屏 -->
  10. <meta name="x5-fullscreen" content="true">
  11. <meta name="apple-mobile-web-app-capable" content="yes">
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <meta name="format-detection" content="telephone=no" />
  14. </head>
  15. <body>
  16. <style>
  17. 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;}
  18. html{overflow-x:hidden;}
  19. body{*overflow-x:hidden;}
  20. body{font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif; font-size:12px; line-height:1.3;}
  21. .Preserve_main{ text-align: center;}
  22. .Preserve_img{width: 470px; height: auto; margin: 0 auto;}
  23. .Preserve_img img{ width: 100%; height: auto;}
  24. .Preserve_text{font-size: 18px; color: #666;margin-top: 30px;}
  25. @media screen and (min-width: 320px) and (max-width: 750px){
  26. .Preserve_img{width: 90%; height: auto; margin: 0 auto;}
  27. }
  28. </style>
  29. <div class="Preserve">
  30. <div style="height:200px;"></div>
  31. <div class="Preserve_main">
  32. <div class="Preserve_img">
  33. <img src="/ico_502.png" alt="">
  34. </div>
  35. <div class="Preserve_text">系统正在维护中,请稍后再试!</div>
  36. </div>
  37. </div>
  38. </body>
  39. </html>