CINXE.COM
系统提示
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <style> body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;} .prompt { font-family:"微软雅黑"; padding-top:20px; padding-left:45px; padding-right:30px;} .prompt p { padding-left:12px; margin:0px; background:url(/system/resource/code/auth/images/promptIconP.png) no-repeat left center; line-height:22px; color:#888; font-size:13px;} .promptOne { width:80%; font-size:22px; font-weight:bold; color:#000; line-height:60px; border-bottom:1px solid #b6bcc6;} .promptTwo { padding-left:50px; background:url(/system/resource/code/auth/images/promptIcon.png) no-repeat left center; line-height:60px; font-size:18px; color:#f8930f;} .promptThere { padding-bottom:5px; font-size:14px; color:#000;} @media only screen and (min-width:240px) and (max-width: 480px){ .prompt { font-family:"微软雅黑"; padding-top:20px; padding-left:20px; padding-right:20px;} .prompt p { padding:0px; margin:0px; line-height:24px; color:#888; font-size:13px; background:no-repeat left center;} .promptOne { display:none;} .promptTwo { padding-left:50px; padding-top:20px; padding-bottom:20px; margin-bottom:15px; background:url(/system/resource/code/auth/images/images/promptIcon.png) no-repeat left center; line-height:20px; font-size:18px; font-weight:bold; color:#f8930f; border-bottom:1px solid #b6bcc6;} .promptThere { padding-bottom:8px; font-size:14px; color:#000; font-weight:bold;} } </style> <script language='javascript' src='/_mobile/resource/js/mobiledevice.js'></script> <script language="javascript"> window.setTimeout("window.location.href='/'", 2000); </script> <title>系统提示</title> </head> <body leftmargin="0" topmargin="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="prompt"> <div class="promptOne">系统提示</div> <div class="promptTwo">抱歉</div> <div class="promptThere">可能是由下列问题导致的:</div> <p>您访问的页面未找到, 2秒后自动跳转到首页</p> </td> </tr> </table> </body> </html>