完成登录功能
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user