Browse Source

修改登录背景

develop
叙述、别离 2 weeks ago
parent
commit
bf9a771a3d
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/static/web/css/admin.css
  2. BIN
      src/static/web/img/login_bg.jpg
  3. BIN
      src/static/web/img/login_bg.png

+ 1
- 1
src/static/web/css/admin.css View File

@@ -33,7 +33,7 @@ input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white
.install-box label{margin-bottom:0.25rem}
.install-box .form-control{height:36px}
.login-step{height:100vh;overflow-x:hidden}
.login-step .login-bg{height:100%;background:var(--gray-300) url(../img/login_bg.png)no-repeat top center;background-size:cover}
.login-step .login-bg{height:100%;background:var(--gray-300) url(../img/login_bg.jpg)no-repeat top center;background-size:cover}
.login-box{padding:80px 100px}
.login-box .logo{margin-bottom:60px}
.login-box .logo a{font-size:18px;font-weight:600;color:var(--gray-dark)}


BIN
src/static/web/img/login_bg.jpg View File

Before After
Width: 1260  |  Height: 870  |  Size: 406KB

BIN
src/static/web/img/login_bg.png View File

Before After
Width: 1260  |  Height: 870  |  Size: 209KB

Loading…
Cancel
Save