CINXE.COM

404

<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="shortcut icon" href="http://www.buildnet.cn/Application/Theme/Content/default/images/favicon.ico" /> <title>404</title> <style type="text/css"> * { margin: 0; padding: 0; } html, body { height: 100%; } body { background: #fdfdfb; font-family: "微软雅黑" ,Arial; } .err-web { width: 1000px; margin: 150px auto; box-sizing: border-box; background: #fefefe; box-shadow: 0 1px 2px #7986a7; border-radius: 10px; padding: 20px; zoom: 1; overflow: hidden; } .err-web h2 { padding: 60px 0 10px; } .err-web p { line-height: 28px; margin-top: 10px; } .err-web p a { text-decoration: none; padding: 0 10px; color: #047abe; } .err-web p a:hover { color: #f9980d; } .err-digital { float: left; margin-right: 80px; padding-left: 100px; position: relative; width: 250px; height: 300px; font-size: 90px; text-align: center; color: #e5d5bf; } .err-digital span { position: absolute; z-index: 10; width: 250px; height: 275px; padding-top: 40px; text-align: center; } </style> </head> <body> <div class="err-web"> <div class="err-digital"> <span>404</span> <img alt="404" src="/Areas/main/Content/image/cry.png" /> </div> <h2> 对不起,您访问的页面不存在。</h2> <p> 您访问的页面可能已经删除、更名或暂时不可用</p> <p> 您可以: <a href="/">返回首页</a></p> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10