diff --git a/src/assets/login_images/bg4.jpg b/src/assets/login_images/bg4.jpg new file mode 100644 index 0000000..ba93324 --- /dev/null +++ b/src/assets/login_images/bg4.jpg 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); }