From 0a1f007c7cbb21b70e8bb591611f4a8db098ddeb Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Wed, 23 Oct 2019 02:39:12 +0800 Subject: [PATCH] =?UTF-8?q?404=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- css/myui.css | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index e4983e8..a7c855e 100644 --- a/404.html +++ b/404.html @@ -34,7 +34,7 @@ permalink: /404.html
- + 即将回到首页。。。
diff --git a/css/myui.css b/css/myui.css index b07c634..ca0e1ca 100644 --- a/css/myui.css +++ b/css/myui.css @@ -316,10 +316,22 @@ body { left: 0px } +.NotFound { + display: block; + position: absolute; + width:100%; + text-align: center; + top:50%; + transform: translateY(-50%); + color: white; + font-size: 24px; +} + .container { max-width: 1440px; margin: 0 auto; - position: relative + position: relative; + min-height: 100%; } .container:before {