error.php 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title><?= Yii::$app->params['site_name'] ?></title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <style>*{padding:0;margin:0}a{text-decoration:none}.notfoud-container .img-404{height:155px;background:url(/image/error/page-404_39c5442.png) center center no-repeat;-webkit-background-size:150px auto;margin-top:40px;margin-bottom:20px}.notfoud-container .notfound-p{line-height:22px;font-size:17px;padding-bottom:15px;border-bottom:1px solid #f6f6f6;text-align:center;color:#262b31}.notfoud-container .notfound-reason{color:#9ca4ac;font-size:13px;line-height:13px;text-align:left;width:210px;margin:0 auto}.notfoud-container .notfound-reason p{margin-top:13px}.notfoud-container .notfound-reason ul li{margin-top:10px;margin-left:36px}.notfoud-container .notfound-btn-container{margin:40px auto 0;text-align:center}.notfoud-container .notfound-btn-container .notfound-btn{display:inline-block;border:1px solid #ebedef;background-color:#239bf0;color:#fff;font-size:15px;border-radius:5px;text-align:center;padding:10px;line-height:16px;white-space:nowrap}</style>
  9. </head>
  10. <body>
  11. <div class="notfoud-container">
  12. <div class="img-404">
  13. </div>
  14. <p class="notfound-p">哎呀迷路了...</p>
  15. <div class="notfound-reason">
  16. <p>可能的原因:</p>
  17. <ul>
  18. <li>原来的页面不存在了</li>
  19. <li>我们的服务器被外星人劫持了</li>
  20. </ul>
  21. </div>
  22. <div class="notfound-btn-container">
  23. <a class="notfound-btn" href="/">返回首页</a>
  24. </div>
  25. </div>
  26. </body>
  27. </html>