From a7a2d07005062af1789fba5c9bd492c3955503d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=A2=A0=E4=B8=89=E5=80=92=E5=9B=9B?= <1350707@qq.com>
Date: Sun, 12 Jun 2022 08:55:13 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E9=99=86?=
=?UTF-8?q?=E9=A1=B5=E6=94=AF=E6=8C=81=E6=89=8B=E6=9C=BA=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
login.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/login.html b/login.html
index f53ea06..66ed531 100644
--- a/login.html
+++ b/login.html
@@ -2,6 +2,7 @@
+
Login Page
--
Gitee
From 05773f762c4523c0dccfb249b4cd504c49b7bd31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=A2=A0=E4=B8=89=E5=80=92=E5=9B=9B?= <1350707@qq.com>
Date: Sun, 12 Jun 2022 08:55:39 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=99=BB=E9=99=86?=
=?UTF-8?q?=E9=A1=B5CSS=EF=BC=8C=E9=81=BF=E5=85=8D=E8=83=8C=E6=99=AF?=
=?UTF-8?q?=E5=B9=B2=E6=89=B0=E7=99=BB=E9=99=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/css/other/login.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/admin/css/other/login.css b/admin/css/other/login.css
index a19f6e9..938f05f 100644
--- a/admin/css/other/login.css
+++ b/admin/css/other/login.css
@@ -91,3 +91,9 @@ body {
height: 42px;
border: #e6e6e6 1px solid;
}
+
+@media (max-width:768px){
+ body{
+ background-position:center;
+ }
+}
--
Gitee