Server : nginx/1.20.2 System : Linux VM-4-4-centos 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/greatapp.cn/error/ |
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>网页不存在</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <style type="text/css"> html, body, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img { margin: 0; padding: 0; } img { border: none; } body { color: #333; font: 12px/20px 'Microsoft Yahei', 'Simsun', 'Arial', sans-serif; background-color: #fff; } .clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear:both; } .clearfix { zoom:1; } .clearit { clear: both; height: 0; font-size: 0; overflow: hidden; } a, a:link { color: #0d99ff; text-decoration:none; } a:visited { color: #0d99ff; } a:hover, a:active, a:focus { color: #0d99ff; text-decoration:none; } .main { margin: 30px auto; width: 80%; min-width: 1000px; min-height: 300px; position: relative; } .main .border { position: absolute; } .main .top-border, .main .bottom-border { height: 15px; width: 100%; z-index: 1; } .main .top-border { background-position: -15px 0; } .main .bottom-border { bottom: 0; } .main .left-border, .main .right-border { width: 15px; height: 100%; } .main .left-border { background-position: 0 -14px; } .main .right-border { right: 0; } .main .content { padding: 40px 75px; text-align: center; } .main .content h1 { font-size: 250px; font-weight: bold; line-height: 250px; color: #CCCCCC; } .main .content h2 { font-size: 20px; font-weight: normal; line-height: 50px; color: #CCCCCC; } .main .line { left: 6px; top: 0; position: absolute; width: 3px; height: 100%; background-color: #f0aa08; } .main .line .top, .main .line .bottom { position: absolute; display: block; left: 0; width: 3px; } .main .line .top { top: -5px; height: 20px; background-image: -webkit-linear-gradient(top, #fff, #f0aa08); background-image: -moz-linear-gradient(top, #fff, #f0aa08); background-image: -moz-linear-gradient(to bottom, #fff, #f0aa08); background-image: -o-linear-gradient(to bottom, #fff, #f0aa08); background-image: linear-gradient(to bottom, #fff, #f0aa08); background-repeat: repeat; } .main .line .bottom { bottom: -5px; height: 80px; background-image: -webkit-linear-gradient(top, #f0aa08, #1ab76a, #fff); background-image: -moz-linear-gradient(top, #f0aa08, #1ab76a, #fff); background-image: -moz-linear-gradient(to bottom, #f0aa08, #1ab76a, #fff); background-image: -o-linear-gradient(to bottom, #f0aa08, #1ab76a, #fff); background-image: linear-gradient(to bottom, #f0aa08, #1ab76a, #fff); background-repeat: repeat; } .main .intruduction { } .main .intruduction p.title { color: #6f6f6f; padding: 14px 0; } .main .footer { margin-top: 33px; border-top: 1px solid #f1f1f1; } .main .footer p { color: #6f6f6f; padding: 28px 0 17px; } .main .footer .links a{} .main .footer .links span{margin-left:30px; color:#999999;} </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body> <div class="main"> <div class="border top-border"></div> <div class="border bottom-border"></div> <div class="border left-border"></div> <div class="border right-border"></div> <div class="content"> <h1>404</h1> <h2>您访问的网页不存在</h2> </div> </div> </body> </html>