CINXE.COM
网页维护中
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>网页维护中</title> <style type="text/css"> body { background-color #ECECEC; font:18px/1.5 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0; color:#3c3c3c; } h1{font-size:55px;line-height:180px;margin-top:100px;} h2{font-size:18px;} p{font-size:14px;} a,a:hover{color:#50b590;text-decoration: none;} .notfound{text-align:center;} .button{display:inline-block;padding:6px 20px;background:#fff;border:1px solid #50b590;border-radius:4px;-webkit-transition:background 0.3s,color 0.3s;transition:background 0.3s,color 0.3s;} .button:hover{background:#50b590;color:#fff;} </style> </head> <body> <div class="notfound"> <h1>网页维护中</h1> <h2>抱歉! 您访问的网页可能正在维护中...</h2> <p><strong>可能原因:</strong><br>网址有错误>请检查地址是否完整或存在多余字符。<br>网页维护>可能网页正在维护中,请稍后重试。</p> <p><a class="button" href="/">去首页看看</a></p> </div> </body> </html>