From 1bc2f4e13d562672810ec798fdb678ea96a0c572 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sat, 11 Jan 2020 13:38:00 +0800 Subject: [PATCH] =?UTF-8?q?feat[litemall-admin]:=20=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=99=BB=E5=BD=95=E9=A1=B5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=89=88=E6=9D=83=E7=A4=BA=E4=BE=8B=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/src/views/login/index.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/litemall-admin/src/views/login/index.vue b/litemall-admin/src/views/login/index.vue index 31496ca2..7e357137 100644 --- a/litemall-admin/src/views/login/index.vue +++ b/litemall-admin/src/views/login/index.vue @@ -36,6 +36,9 @@ + @@ -203,6 +206,21 @@ $light_gray:#eee; font-weight: bold; } } + .copyright { + font-size: 12px; + color: #fff; + position: absolute; + bottom: 0; + left: 50%; + transform: translate(-50%, -50%); + margin-bottom: 20px; + letter-spacing: 0.6px; + a { + font-weight: bold; + border-bottom: 1px solid #fff; + font-family: "PingFangSC-Semibold", sans-serif; + } + } }