From 99634e9914b5b93bf201d4b3d955818ee7fb7fd6 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 2 Aug 2019 11:28:05 +0800 Subject: [PATCH] 首页 banner 更换icon 文字居中 地图 支持收缩 放大 停车服务 bug修复 --- src/assets/login_images/bg4.jpg | Bin 0 -> 490796 bytes src/views/login/index.vue | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 src/assets/login_images/bg4.jpg diff --git a/src/assets/login_images/bg4.jpg b/src/assets/login_images/bg4.jpg new file mode 100644 index 0000000..ba93324 Binary files /dev/null and b/src/assets/login_images/bg4.jpg differ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 89c3d78..8bcd0b2 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -224,9 +224,10 @@ export default { .login-container { /*min-height: 100%;*/ width: 100%; - background: url("../../assets/login_images/login-bg.jpg") no-repeat; + background: url("../../assets/home/hs_bannerico.jpg") no-repeat; background-size: 100% 100%; overflow: hidden; + position: relative; .login-form { position: absolute; @@ -234,9 +235,10 @@ export default { max-width: 100%; /*padding: 160px 35px 0;*/ /*margin: 0 auto;*/ - top: 150px; + top: 50%; left: 50%; margin-left: -200px; + margin-top: -155px; overflow: hidden; background: rgba(26, 29, 41, .6); } -- libgit2 0.21.4