From 323dc130d8b96a7734dbaf96156235fcb6f7c392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Sun, 11 Aug 2024 16:12:21 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 234 ++++++++++++++++++++++++-------------------- 1 file changed, 128 insertions(+), 106 deletions(-) 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 -- 2.40.1