refactor: login page

This commit is contained in:
xiaoxian521
2021-10-24 13:48:33 +08:00
parent 2d9c185b4e
commit c5d6d2c76e
6 changed files with 92 additions and 55 deletions

View File

@@ -75,7 +75,7 @@ ul {
width: 100vw;
height: 100vh;
overflow-x: hidden;
background: url("../assets/bg.png") no-repeat center;
background: url("../assets/bg.jpg") no-repeat center;
background-size: cover;
}