404.blade.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8" http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>404-对不起!您访问的页面不存在</title>
  6. <style type="text/css">
  7. .head404{ width:580px; height:234px; margin:50px auto 0 auto; background:url(https://www.daixiaorui.com/Public/images/head404.png) no-repeat; }
  8. .txtbg404{ width:499px; height:169px; margin:10px auto 0 auto; background:url(https://www.daixiaorui.com/Public/images/txtbg404.png) no-repeat;}
  9. .txtbg404 .txtbox{ width:390px; position:relative; top:30px; left:60px;color:#eee; font-size:13px;}
  10. .txtbg404 .txtbox p {margin:5px 0; line-height:18px;}
  11. .txtbg404 .txtbox .paddingbox { padding-top:15px;}
  12. .txtbg404 .txtbox p a { color:#eee; text-decoration:none;}
  13. .txtbg404 .txtbox p a:hover { color:#FC9D1D; text-decoration:underline;}
  14. </style>
  15. </head>
  16. <body bgcolor="#494949">
  17. <div class="head404"></div>
  18. <div class="txtbg404">
  19. <div class="txtbox">
  20. <p>对不起,您请求的页面不存在、或已被删除、或暂时不可用</p>
  21. <p class="paddingbox">您可以尝试联系管理员</p>
  22. </div>
  23. </div>
  24. </body>
  25. </html>
  26. </html>