CINXE.COM
NOT FOUND
<!DOCTYPE html> <html> <head> <title>NOT FOUND</title> <style> .notFound { min-height: 100%; background: url("https://fhk.ais.cn/file/web/images/404/404_01.png"), url("https://fhk.ais.cn/file/web/images/404/404_02.png"), url("https://fhk.ais.cn/file/web/images/404/404_03.png"), url("https://fhk.ais.cn/file/web/images/404/404_04.png"); background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; background-position: center top, center 270px, center 540px, center 810px; } .container { width: 1200px; margin: 0 auto; padding-top: 190px; } .c-93 { color: #939393; } .btn { display: inline-block; vertical-align: middle; border-radius: 2px; padding: 7px 16px; } .fs28 { font-size: 28px; } .c-b65 { color: #505b65; } .pt5 { padding-top: 5px; font-size: 14px; } .pt15 { padding-top: 15px; } dl { display: block; margin-block-start: 0em; margin-block-end: 0em; margin-inline-start: 0px; margin-inline-end: 0px; } p { display: block; margin-block-start: 0em; margin-block-end: 0em; } dd { display: block; margin-inline-start: 0; } .btn { display: inline-block; vertical-align: middle; border-radius: 2px; padding: 7px 16px; } .c-main-btn { background: #4a90e2; border-color: #4a90e2; cursor: pointer; height: 17px; margin-right: 20px; display: inline-block; vertical-align: middle; border-radius: 2px; } .c-main-btn:hover { color: #fff; } .c-ff { color: #fff; } .not-fount-button { width: 95px; vertical-align: middle; padding-left: 10px !important; height: 33px; line-height: 33px; white-space: nowrap; cursor: pointer; background: #fff; border: 1px solid #dcdfe6; border-color: #dcdfe6; color: #606266; display: inline-block; vertical-align: middle; border-radius: 2px; } .not-fount-bottom { padding-top: 15px; } .not-fount-button:hover { color: #1f68ac; border-color: #bcd2e6; background-color: #e9f0f7; } a { text-decoration: none; } </style> </head> <body> <div class="notFound"> <div class="container"> <p class="fs28 c-b65">你要找的网页潜水了</p> <dl class="pt15 c-93 fs14"> <dt style="font-size: 14px;">可能的原因:</dt> <dd class="pt5">* 网页不存在;</dd> <dd class="pt5">* 网络出现问题;</dd> <dd class="pt5">* 找不到请求页面;</dd> <dd class="pt5">* 输入不正确。</dd> </dl> <div class="not-fount-bottom"> <a href="/" class="c-main-btn btn c-ff">返回首页</a> <button type="button" class="layui-btn layui-btn-fluid not-fount-button" onclick="window.location.reload()"> 重新加载 <i class="layui-icon layui-icon-refresh not-fount-i" style="font-size: 12px; color: #606266;"></i> </button> </div> </div> </div> </body> </html>