175 lines
3.6 KiB
PHP
175 lines
3.6 KiB
PHP
<!DOCTYPE html>
|
|
<!--[if IE 6]>
|
|
<html class="ie lt-ie8"><![endif]-->
|
|
<!--[if IE 7]>
|
|
<html class="ie lt-ie8"><![endif]-->
|
|
<!--[if IE 8]>
|
|
<html class="ie ie8"><![endif]-->
|
|
<!--[if IE 9]>
|
|
<html class="ie ie9"><![endif]-->
|
|
<!--[if !IE]><!-->
|
|
<html> <!--<![endif]-->
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
|
|
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
|
<title>您要找的页面不存在</title>
|
|
|
|
<style type="text/css" media="all" rel="stylesheet">
|
|
a {
|
|
color: #333333;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover, a:focus {
|
|
color: #2F2F2F;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.error-page-logo {
|
|
position: absolute;
|
|
left: 40px;
|
|
top: 40px;
|
|
width: 300px;
|
|
}
|
|
|
|
.error {
|
|
width: 100%;
|
|
max-width: 1440px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.error-block {
|
|
padding-top: 80px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.main-img {
|
|
width: 220px;
|
|
}
|
|
|
|
h3 {
|
|
margin: 40px 0 20px 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sub-title {
|
|
margin: 10px 0 30px 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sub-title a {
|
|
color: #3194D0;
|
|
}
|
|
|
|
.follow {
|
|
padding: 13px 0;
|
|
width: 160px;
|
|
font-size: 15px;
|
|
border-radius: 40px;
|
|
color: #ffffff;
|
|
background-color: #42C02E;
|
|
border-color: #42C02E;
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
white-space: nowrap;
|
|
user-select: none;
|
|
}
|
|
|
|
.follow:hover, .follow:focus {
|
|
color: #ffffff;
|
|
background-color: #28A014;
|
|
border-color: #28A014;
|
|
}
|
|
|
|
.error-footer {
|
|
margin-top: 40px;
|
|
border-top: 1px solid #F0F0F0;
|
|
}
|
|
|
|
.part {
|
|
float: left;
|
|
width: 33%;
|
|
padding: 30px 0;
|
|
}
|
|
|
|
.part:nth-child(2) {
|
|
border-left: 1px solid #F0F0F0;
|
|
border-right: 1px solid #F0F0F0;
|
|
}
|
|
|
|
.part:last-child {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.res-warp {
|
|
display: inline-block;
|
|
}
|
|
|
|
.res-warp img {
|
|
margin-right: 15px;
|
|
width: 80px;
|
|
height: 80px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.res-warp .app, .res-warp .weibo {
|
|
width: auto;
|
|
height: 60px;
|
|
}
|
|
|
|
.info {
|
|
padding-top: 10px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
|
|
.info {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.info p {
|
|
font-size: 12px;
|
|
color: #9B9B9B;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.error-page-logo, .error-footer {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body lang="zh-CN" class="reader-black-font">
|
|
|
|
<div class="error">
|
|
<div class="error-block">
|
|
|
|
<h3>{!! ($exception->getMessage()) !!} </h3>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- zhenggai -->
|
|
<!-- zhenggai -->
|
|
|
|
</body>
|
|
</html>
|