404.htm 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="renderer" content="webkit|ie-comp|ie-stand">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  8. <title>404</title>
  9. <link rel="stylesheet" type="text/css" href="/statics/layui/css/layui.css">
  10. <style type="text/css">
  11. body {
  12. line-height: 1.6;
  13. }
  14. .page-404 {
  15. color: #afb5bf;
  16. padding-top: 60px;
  17. padding-bottom: 90px;
  18. }
  19. .text-c {
  20. text-align: center;
  21. }
  22. .ml-20 {
  23. margin-left: 20px;
  24. }
  25. .va-m {
  26. vertical-align: middle!important;
  27. }
  28. .page-404 .error-title {
  29. font-size: 80px;
  30. }
  31. .page-404 .error-description {
  32. font-size: 24px;
  33. }
  34. .page-404 .error-info {
  35. font-size: 14px;
  36. }
  37. .c-primary{
  38. color:#5a98de
  39. }
  40. .c-primary:hover{
  41. text-decoration: underline;
  42. color:#5a98de
  43. }
  44. p {
  45. margin-bottom: 10px;
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <div class="page-404 text-c">
  51. <p class="error-title">
  52. <span class="va-m"> 404</span>
  53. </p>
  54. <p class="error-description">不好意思,您访问的页面不存在~</p>
  55. <p class="error-info">您可以:
  56. <a href="javascript:;" onclick="history.go(-1)" class="c-primary">&lt; 返回上一页</a>
  57. <span class="ml-20">|</span>
  58. <a href="/" class="c-primary ml-20">去首页 &gt;</a>
  59. <span class="ml-20">|</span>
  60. <a href="http://www.yunucms.com/Help/index.html" target="_blank" class="c-primary ml-20">寻求帮助 &gt;</a>
  61. </p>
  62. </div>
  63. </body>
  64. </html>