完成登录功能

This commit is contained in:
2023-03-02 19:48:08 +08:00
parent 1ef1329495
commit e8c230211b
6 changed files with 195 additions and 107 deletions

View File

@@ -1,5 +1,4 @@
html {
/* background-color: #8796a6; */
background-image: url("./assets/img/bg/bg_01.jpg");
background-attachment: fixed;
background-size: contain;
@@ -8,11 +7,8 @@ html {
}
body {
/* background-color: #8796a6; */
width: 100vw;
height: 100vh;
border: 1px solid green;
/* overflow: hidden; */
padding: 0px;
margin: 0px;
overflow: hidden;