diff --git a/public/500.html b/public/500.html
index 3069df5ae..feb564d76 100644
--- a/public/500.html
+++ b/public/500.html
@@ -12,12 +12,27 @@
body {
font-family: "微软雅黑","宋体";
background: #fff;
+ margin: 0px;
+ padding: 0px;
}
h1 {
font-size: 1.5em;
}
- p {
- font-size: 0.8em;
+ img{
+ vertical-align: middle;
+ border-style: none;
+ }
+ a{
+ text-decoration: none;
+ }
+ .font-16{
+ font-size: 16px !important;
+ }
+ .mt56{
+ margin-top: 56px;
+ }
+ .color-blue{
+ color:#466AFF !important;
}
.h_content{
text-align: center;
@@ -33,6 +48,21 @@
align-items: center;
display: -webkit-flex;
}
+ .edu-txt-center {
+ text-align: center !important;
+ }
+ .newTable{
+ background-color: #F0F5FF;
+ position: relative;
+ height: 100vh;
+ text-align: center;
+ }
+ .newMargin{
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ }