From 7e22bed507ad0269a60dbff851b7bbc8b4f5bbfc Mon Sep 17 00:00:00 2001 From: hdm Date: Tue, 14 Jun 2022 17:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=88=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=92=8C=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/login/index.html | 19 ++++++++----------- app/home/view/login/reg.html | 19 ++++++++----------- public/static/home/images/login_img.jpg | Bin 0 -> 65970 bytes public/static/home/images/login_img.png | Bin 252739 -> 0 bytes 4 files changed, 16 insertions(+), 22 deletions(-) create mode 100644 public/static/home/images/login_img.jpg delete mode 100644 public/static/home/images/login_img.png diff --git a/app/home/view/login/index.html b/app/home/view/login/index.html index bcdf53f..386788a 100644 --- a/app/home/view/login/index.html +++ b/app/home/view/login/index.html @@ -12,7 +12,7 @@ body { width: 100%; height: 100%; - background: #34a853; + background: #EAF3FF; margin: 0; padding: 0; border: 0; @@ -28,19 +28,15 @@ -webkit-box-shadow: 0 0 0px 1000px white inset; } - #container { - width: 100%; + #container {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; overflow: hidden; + background: url({__IMG__}/bg.png); background-size: cover; - background: url("{__ADMIN__}/images/bg_pattern.png"), - -webkit-linear-gradient(to left, #34a853, #4285f4); - background: url("{__ADMIN__}/images/bg_pattern.png"), - linear-gradient(to left, #34a853, #4285f4); } .login { @@ -63,7 +59,8 @@ } .login-img { - width: 420px; + width: 436px; + height:492px; border-radius: 12px 0 0 12px; } @@ -162,7 +159,7 @@ bottom: 28px; text-align: center; width: 100%; - color: #d3e8fa; + color: #458BF3; } @@ -170,7 +167,7 @@