64 lines
2.5 KiB
HTML
64 lines
2.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
|
<title>用户信息异常</title>
|
|
<style>
|
|
.ele-exception {
|
|
margin: 15px 0;
|
|
text-align: center;
|
|
}
|
|
.ele-exception .ele-exception-img {
|
|
color: #c0c4cc;
|
|
}
|
|
|
|
.ele-exception .ele-exception-content,
|
|
.ele-exception .ele-exception-img {
|
|
margin: 15px 30px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.ele-exception .ele-exception-img img {
|
|
width: 216px;
|
|
height: auto;
|
|
filter: none;
|
|
}
|
|
.ele-exception .ele-exception-content {
|
|
text-align: left;
|
|
}
|
|
.ele-exception .ele-exception-content > h1 {
|
|
font-size: 72px;
|
|
font-weight: 600;
|
|
margin: 0 0 20px 0;
|
|
color: #606266;
|
|
}
|
|
.ele-exception .ele-exception-content > p {
|
|
font-size: 20px;
|
|
margin: 0 0 25px 0;
|
|
color: #909399;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" v-cloak>
|
|
<div class="ele-exception">
|
|
<div class="ele-exception-img"><img alt="" src="/assets/platform/img/404.svg" style="width: 216px; height: 250px" /></div>
|
|
<div class="ele-exception-content">
|
|
<h1>SORRY</h1>
|
|
<p>抱歉, 系统中查询不到您的信息,请联系校工会更新最新人员信息</p>
|
|
<div>
|
|
<a href="/platform/login/logout" class="router-link-active">
|
|
<!-- <button type="button" class="el-button el-button--primary el-button--medium">-->
|
|
<span>退出登录</span>
|
|
<!-- </button>-->
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|