From 96d7917bbffe460f9724896220d039b785b45c45 Mon Sep 17 00:00:00 2001 From: yystopf Date: Thu, 25 Nov 2021 17:34:21 +0800 Subject: [PATCH] fix: change 500 html --- public/500.html | 55 +++++++++++++++++++++++++++------- public/images/warn/pic_bg.png | Bin 0 -> 53270 bytes 2 files changed, 45 insertions(+), 10 deletions(-) create mode 100644 public/images/warn/pic_bg.png 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%; + }