Commit 99634e9914b5b93bf201d4b3d955818ee7fb7fd6

Authored by Andy
1 parent 9c02a6cd

首页 banner 更换icon 文字居中

地图 支持收缩 放大
停车服务 bug修复
src/assets/login_images/bg4.jpg 0 → 100644

479 KB

src/views/login/index.vue
@@ -224,9 +224,10 @@ export default { @@ -224,9 +224,10 @@ export default {
224 .login-container { 224 .login-container {
225 /*min-height: 100%;*/ 225 /*min-height: 100%;*/
226 width: 100%; 226 width: 100%;
227 - background: url("../../assets/login_images/login-bg.jpg") no-repeat; 227 + background: url("../../assets/home/hs_bannerico.jpg") no-repeat;
228 background-size: 100% 100%; 228 background-size: 100% 100%;
229 overflow: hidden; 229 overflow: hidden;
  230 + position: relative;
230 231
231 .login-form { 232 .login-form {
232 position: absolute; 233 position: absolute;
@@ -234,9 +235,10 @@ export default { @@ -234,9 +235,10 @@ export default {
234 max-width: 100%; 235 max-width: 100%;
235 /*padding: 160px 35px 0;*/ 236 /*padding: 160px 35px 0;*/
236 /*margin: 0 auto;*/ 237 /*margin: 0 auto;*/
237 - top: 150px; 238 + top: 50%;
238 left: 50%; 239 left: 50%;
239 margin-left: -200px; 240 margin-left: -200px;
  241 + margin-top: -155px;
240 overflow: hidden; 242 overflow: hidden;
241 background: rgba(26, 29, 41, .6); 243 background: rgba(26, 29, 41, .6);
242 } 244 }