Commit 64d7832d authored by FionaChen's avatar FionaChen

403、404頁面完成

parent 250466d1
This diff is collapsed.
This diff is collapsed.
...@@ -732,6 +732,15 @@ article .welcome-topic .welcome-pic { ...@@ -732,6 +732,15 @@ article .welcome-topic .welcome-pic {
margin-top: 85px; margin-top: 85px;
} }
article .erron-cont {
padding: 0 20px;
font-size: 24px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 98px;
}
article .account-area { article .account-area {
display: none; display: none;
} }
......
This diff is collapsed.
...@@ -819,6 +819,17 @@ article { ...@@ -819,6 +819,17 @@ article {
} }
} }
.erron-cont {
padding: 0 20px;
font-size: 24px;
// display: flex;
// flex-direction: row;
// justify-content: center;
align-items: center;
margin-top: 98px;
}
} }
// nav { // nav {
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<!-- <div class="item-bg"></div> --> <!-- <div class="item-bg"></div> -->
</li> </li>
<li> <li>
<a href="edu-manage.html" class="items active"><img src="images/icon/side-HRM.svg">教育平台管理</a> <a href="edu-manage.html" class="items"><img src="images/icon/side-HRM.svg">教育平台管理</a>
</li> </li>
<li> <li>
<a href="HRMS-manage.html" class="items"><img src="images/icon/side-member.svg">HRMS管理</a> <a href="HRMS-manage.html" class="items"><img src="images/icon/side-member.svg">HRMS管理</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment