404.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <html>
  2. <head>
  3. <title>404错误页面</title>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. </head>
  6. <style type="text/css">
  7. body, pre, p, ul, ol, li, dl, dt, dd, form, input, hr, h1, h2, h3, h4,
  8. h5, h6 {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. body {
  13. color: #606060;
  14. display: table;
  15. font-family: "Microsoft YaHei", Arial, sans-serif, 宋体;
  16. font-size: 14px;
  17. width: 100%;
  18. margin: 0 auto;
  19. }
  20. .door_wrapper {
  21. width: 1004px;
  22. margin: 0 auto;
  23. background: url(/assets/images/door-header-bg.png) top right
  24. no-repeat;
  25. }
  26. .door_header {
  27. color: #d7000f;
  28. font-size: 18px;
  29. height: 76px;
  30. padding-bottom: 0px;
  31. padding-left: 2px;
  32. padding-top: 0px;
  33. position: relative;
  34. }
  35. .door_header img {
  36. margin: 0
  37. }
  38. .door_header .head-right-wrapper {
  39. float: right;
  40. padding-right: 70px;
  41. font-size: 14px;
  42. }
  43. .door_footer {
  44. height: 36px;
  45. line-height: 18px;
  46. border-bottom: 5px solid #947443;
  47. text-align: center;
  48. background: #196ccc;
  49. font-size: 12px;
  50. }
  51. .door_footer span {
  52. display: inline-block;
  53. margin-right: 10px;
  54. padding-top: 10px;
  55. color: #fff;
  56. }
  57. .door-frame {
  58. background: url(/assets/images/bg-content.png) no-repeat;
  59. border: 0px solid #ff2222;
  60. }
  61. .doorframe-content {
  62. border-radius: 8px 8px 0 0;
  63. padding: 10px;
  64. }
  65. .information {
  66. width: 430px;
  67. margin: 10px auto;
  68. border: 0px solid #ff2222;
  69. }
  70. .fl {
  71. float: left;
  72. }
  73. .btn-wrapper {
  74. padding: 12px 0 0px 0;
  75. text-align: center;
  76. }
  77. .btn-wrapper .secondary-btn {
  78. margin-left: 12px;
  79. color: #444444;
  80. background: url(/assets/images/gray-btn-bg.png);
  81. }
  82. .ui-btn {
  83. color: #fff;
  84. font-family: "Microsoft yahei";
  85. height: 35px;
  86. line-height: 35px;
  87. width: 110px;
  88. }
  89. button {
  90. border: medium none;
  91. cursor: pointer;
  92. }
  93. .clearfix:after {
  94. clear: both;
  95. content: "";
  96. display: block;
  97. height: 0;
  98. }
  99. </style>
  100. <script type="text/javascript">
  101. function goPer() {
  102. window.location.href = '/index.html';
  103. }
  104. function getClientHeight(){
  105. var clientHeight=0;
  106. if(document.body.clientHeight&&document.documentElement.clientHeight)
  107. clientHeight = (document.body.clientHeight<document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
  108. else
  109. clientHeight = (document.body.clientHeight>document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
  110. if(clientHeight < document.body.scrollHeight)
  111. clientHeight = document.body.scrollHeight;
  112. return clientHeight;
  113. }
  114. </script>
  115. <body>
  116. <table border="0" align="center" cellpadding="0" cellspacing="0"
  117. style="margin: 0 auto">
  118. <tr>
  119. <td>
  120. <div class="door_wrapper" id='door_wrapper_div'>
  121. <div class="door_header">
  122. </div>
  123. <div class="door-frame" id='door-frame_div'>
  124. <div id="door-iframe" class="doorframe-content">
  125. <table border="0" align="center" cellpadding="0" cellspacing="0"
  126. style="margin: 0 auto">
  127. <tr>
  128. <td>
  129. <div id='main-con-div' class="information">
  130. <img id='errorpic' src="/assets/images/404.png"
  131. width=426 height=190 />
  132. <div style="line-height: 24px; margin: 12px 0 0 0;">
  133. 最可能的原因是:
  134. <div style='padding: 0 0 0 24px;'>•在地址中可能存在键入错误。</div>
  135. <div style='padding: 0 0 0 24px;'>•当您点击某个链接时,它可能已过期。</div>
  136. </div>
  137. <div class="clearfix" style="margin: 12px 0 0 0;">
  138. <span class="fl" style="color: red; line-height: 52px;">您可以尝试以下操作:</span>
  139. <div class="btn-wrapper fl">
  140. <button id='entpersonal' type="button"
  141. class="ui-btn secondary-btn" onClick="goPer()">进入首页</button>
  142. </div>
  143. </div>
  144. </div>
  145. </td>
  146. </tr>
  147. </table>
  148. </div>
  149. </div>
  150. <div class="door_footer">
  151. <span>版权所有: 西安前沿动力软件开发有限责任公司
  152. &nbsp;|&nbsp;请使用IE9.0以上版本,分辨率1024x768浏览 </span>
  153. </div>
  154. </div>
  155. </td>
  156. </tr>
  157. </table>
  158. <script>
  159. var bodyh = getClientHeight();
  160. if(bodyh>document.getElementById('door_wrapper_div').offsetHeight){
  161. var crH = bodyh - parseInt(document.getElementById('door_wrapper_div').offsetHeight);
  162. document.getElementById('door_wrapper_div').style.height=bodyh+"px";
  163. var o_dfd = parseInt(document.getElementById('door-frame_div').offsetHeight);
  164. document.getElementById('door-frame_div').style.height = (o_dfd + crH) +'px';
  165. var crHd2 = parseInt(crH/2);
  166. document.getElementById('main-con-div').style.margin = crHd2+"px auto";
  167. }
  168. </script>
  169. </body>
  170. </html>