qr login page /reset password page

This commit is contained in:
landaiqing
2024-08-11 18:11:15 +08:00
parent ff6a4a5d09
commit b40c9c3036
20 changed files with 580 additions and 65 deletions

View File

@@ -5,7 +5,7 @@
width: 100vw;
height: 100vh;
/* 加载背景图 */
background-image: url("@/assets/images/login-back.png");
background-image: url("@/assets/images/background.png");
/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
@@ -82,10 +82,6 @@
.login-form-bottom-button {
color: #999ba1;
}
.login-form-bottom-button:hover {
color: rgba(15, 15, 16, 0.3);
}
}
}