更换登录页面背景图片

This commit is contained in:
RockYang
2024-10-21 18:21:04 +08:00
parent d5eeeea764
commit 43f6bf74f2
5 changed files with 66 additions and 40 deletions

View File

@@ -315,11 +315,11 @@ const doSubmitRegister = (verifyData) => {
top 0
bottom 0
background-color #091519
background-image url("~@/assets/img/reg-bg.jpg")
background-image url("~@/assets/img/reg_bg.png")
background-size cover
background-position center
background-repeat no-repeat
//filter: blur(10px); /* 调整模糊程度,可以根据需要修改值 */
filter: blur(10px); /* 调整模糊程度,可以根据需要修改值 */
}
.register-page {