master
wangbing 5 years ago
parent 02eaadf05b
commit 6ef383c556

@ -6,39 +6,53 @@
<title>404-对不起!您访问的页面不存在</title>
<style type="text/css">
* {
box-sizing: border-box;
}
body {
background-color: #dfdfdf;
}
.box {
border: 10px solid #0000002b;
margin: 100px auto;
padding: 50px;
width: 700px;
margin: 50px auto;
background-color: #ffffff;
display: table;
}
.box div {
vertical-align: top;
display: table-cell;
width: 920px;
height: 320px;
overflow: hidden;
border: 10px solid #0000002b;
position: relative;
}
.box div.img {
width: 200px;
width: 300px;
height: 300px;
margin-top: 50px;
margin-left: 50px;
}
.box div.info {
width: 500px;
padding-left: 50px;
padding-top: 20px;
width: 600px;
position: absolute;
right: 0;
top: 50px;
height: 200px;
overflow: auto;
}
.box div.info {
font-size: 14px;
}
.box div.info a {
.control {
position: absolute;
bottom: 0;
right: 0;
margin-right: 20px;
margin-bottom: 20px;
}
.control a {
margin-top: 50px;
text-decoration: none;
background: #f2f2f2;
@ -47,7 +61,7 @@
padding: 5px;
}
.box div.info a:hover {
.control a:hover {
background: #e6e6e6;
border: 3px solid #0000002b
}
@ -67,11 +81,12 @@
<div class="info">
<p>抱歉!您尚未登录或登录信息已失效,或尚未授权!</p>
</div>
<br>
<div class="control">
<a onclick="history.back()">返回上页</a> <a id="login" href="${context}/login.htm"">登录</a>
</div>
<script>
window.onload = function () {
var count = 3;
@ -93,42 +108,3 @@
</div>
</body>
</html>
<head>
</head>
<body>
<div class="box">
<div class="container">
<div class="door-frame">
<div class="door">
<div class="rectangle">
</div>
<div class="handle">
</div>
<div class="window">
<div class="eye">
</div>
<div class="eye eye2">
</div>
<div class="leaf">
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="code">403</div>
<div class="message">您没有足够的权限哦!</div>
<div class="message2">您正在试图访问一个没有事先授权的页面.或登录已失效。</div>
<div class="message3" id="timer">5 秒后自动跳转登录页</div>
<a class="login" href="${context}/login.htm">立即跳转</a>
</div>
</div>
</body>

@ -6,39 +6,53 @@
<title>404-对不起!您访问的页面不存在</title>
<style type="text/css">
* {
box-sizing: border-box;
}
body {
background-color: #dfdfdf;
}
.box {
border: 10px solid #0000002b;
margin: 100px auto;
padding: 50px;
width: 700px;
margin: 50px auto;
background-color: #ffffff;
display: table;
}
.box div {
vertical-align: top;
display: table-cell;
width: 920px;
height: 320px;
overflow: hidden;
border: 10px solid #0000002b;
position: relative;
}
.box div.img {
width: 200px;
width: 300px;
height: 300px;
margin-top: 50px;
margin-left: 50px;
}
.box div.info {
width: 500px;
padding-left: 50px;
padding-top: 20px;
width: 600px;
position: absolute;
right: 0;
top: 50px;
height: 200px;
overflow: auto;
}
.box div.info {
font-size: 14px;
}
.box div.info a {
.control {
position: absolute;
bottom: 0;
right: 0;
margin-right: 20px;
margin-bottom: 20px;
}
.control a {
margin-top: 50px;
text-decoration: none;
background: #f2f2f2;
@ -47,7 +61,7 @@
padding: 5px;
}
.box div.info a:hover {
.control a:hover {
background: #e6e6e6;
border: 3px solid #0000002b
}
@ -67,12 +81,10 @@
<div class="info">
<p>抱歉,您所请求的页面不存在或暂时不可用、也可能已被永久移除!</p>
<br>
</div>
<div class="control">
<a onclick="history.back()">返回上页</a> <a href="/">返回首页</a>
</div>
</div>
</body>
</html>

@ -6,41 +6,54 @@
<title>500-服务器走了下神!</title>
<style type="text/css">
* {
box-sizing: border-box;
}
body {
background-color: #dfdfdf;
}
.box {
border: 10px solid #0000002b;
margin: 100px auto;
padding: 50px;
width: 700px;
margin: 50px auto;
background-color: #ffffff;
display: table;
width: 920px;
height: 320px;
overflow: hidden;
border: 10px solid #0000002b;
position: relative;
}
.box > div {
vertical-align: top;
display: table-cell;
.box div.img {
width: 300px;
height: 300px;
margin-top: 50px;
margin-left: 50px;
}
.box > div.img {
width: 200px;
.box div.info {
width: 600px;
position: absolute;
right: 0;
top: 50px;
height: 200px;
overflow: auto;
}
.box > div.info {
width: 500px;
overflow: hidden;
padding-left: 50px;
padding-top: 20px;
.box div.info {
font-size: 14px;
}
.box > div.info {
font-size: 14px;
.control {
position: absolute;
bottom: 0;
right: 0;
margin-right: 20px;
margin-bottom: 20px;
}
.box > div.info a {
display: inline-block;
.control a {
margin-top: 50px;
text-decoration: none;
background: #f2f2f2;
cursor: pointer;
@ -48,7 +61,7 @@
padding: 5px;
}
.box > div.info a:hover {
.control a:hover {
background: #e6e6e6;
border: 3px solid #0000002b
}
@ -59,23 +72,23 @@
<body>
<div class="box">
<div class="img">
<svg t="1571233328721" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
p-id="4252" width="198" height="198">
<path d="M969.143 548.571q0 14.848-10.862 25.71t-25.71 10.862h-128q0 97.719-38.29 165.705L885.138 870.29Q896 881.152 896 896t-10.862 25.71q-10.276 10.861-25.71 10.861t-25.71-10.861L720.568 809.143q-2.853 2.852-8.558 7.424t-23.99 16.274-37.157 20.846-46.848 16.567-55.443 7.424v-512H475.43v512q-29.148 0-58.003-7.717t-49.7-18.87-37.705-22.273-24.869-18.578l-8.558-8.01-104.557 118.273q-11.447 11.995-27.429 11.995-13.714 0-24.576-9.143-10.862-10.276-11.703-25.417t8.85-26.587L252.6 741.632q-33.134-65.134-33.134-156.562h-128q-14.848 0-25.71-10.862t-10.861-25.71 10.861-25.71 25.71-10.861h128v-168.01l-98.852-98.852q-10.862-10.862-10.862-25.71t10.862-25.71 25.71-10.861 25.709 10.862l98.853 98.852h482.304l98.852-98.852q10.862-10.862 25.71-10.862t25.71 10.862 10.861 25.71-10.861 25.71l-98.853 98.852v168.009h128q14.848 0 25.71 10.862t10.861 25.71zM694.857 219.43H329.143q0-75.996 53.43-129.427T512 36.572t129.426 53.43 53.431 129.427z"
fill="" p-id="4253"></path>
<svg t="1571230949474" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
p-id="793" width="200" height="200">
<path d="M931.6 585.6v79c28.6-60.2 44.8-127.4 44.8-198.4C976.4 211 769.4 4 514.2 4S52 211 52 466.2c0 3.2 0.2 6.4 0.2 9.6l166-206h96.4L171.8 485.6h46.4v-54.8l99.2-154.6V668h-99.2v-82.4H67.6c43 161 170.6 287.4 332.4 328.6-10.4 26.2-40.6 89.4-90.8 100.6-62.2 14 168.8 3.4 333.6-104.6C769.4 873.6 873.6 784.4 930.2 668h-97.6v-82.4H666.4V476l166.2-206.2h94L786.2 485.6h46.4v-59l99.2-154v313zM366.2 608c-4.8-11.2-7.2-23.2-7.2-36V357.6c0-12.8 2.4-24.8 7.2-36 4.8-11.2 11.4-21 19.6-29.2 8.2-8.2 18-14.8 29.2-19.6 11.2-4.8 23.2-7.2 36-7.2h81.6c12.8 0 24.8 2.4 36 7.2 11 4.8 20.6 11.2 28.8 19.2l-88.6 129.4v-23c0-4.8-1.6-8.8-4.8-12-3.2-3.2-7.2-4.8-12-4.8s-8.8 1.6-12 4.8c-3.2 3.2-4.8 7.2-4.8 12v72L372.6 620c-2.4-3.8-4.6-7.8-6.4-12z m258.2-36c0 12.8-2.4 24.8-7.2 36-4.8 11.2-11.4 21-19.6 29.2-8.2 8.2-18 14.8-29.2 19.6-11.2 4.8-23.2 7.2-36 7.2h-81.6c-12.8 0-24.8-2.4-36-7.2-11.2-4.8-21-11.4-29.2-19.6-3.6-3.6-7-7.8-10-12l99.2-144.6v50.6c0 4.8 1.6 8.8 4.8 12 3.2 3.2 7.2 4.8 12 4.8s8.8-1.6 12-4.8c3.2-3.2 4.8-7.2 4.8-12v-99.6L601 296.4c6.6 7.4 12 15.8 16 25.2 4.8 11.2 7.2 23.2 7.2 36V572z"
p-id="794"></path>
</svg>
</div>
<div class="info">
<p style="font-size: 18px;font-weight: bold">服务器内部错误,错误信息如下:</p>
<p>${msg}</p>
<br>
<p style="color: red">${msg}</p>
</div>
<div class="control">
<a onclick="history.back()">返回上页</a> <a href="/">返回首页</a>
</div>
</div>
</body>
</html>

Loading…
Cancel
Save

Powered by TurnKey Linux.