diff --git a/src/views/login.vue b/src/views/login.vue index 8a8c1d2..58423c5 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,116 +1,138 @@ +
+
+ + 用户登录 +
+
+ + +
+
+ + +
+
+
+
+ 记住密码 +
+
+
登 录
+
+ + + }, +}; + +.login { + width: 100%; + height: 100%; + // min-height: 900px; + background: url(../assets/image/login-bg.png) no-repeat center; + background-size: cover; + background-position: center center; +} + \ No newline at end of file