保存进度!

This commit is contained in:
2023-02-17 18:34:10 +08:00
parent 253fc25489
commit a561bc0eaa
3 changed files with 18 additions and 6 deletions

View File

@@ -1,11 +1,19 @@
html {
background-color: #8796a6;
/* background-color: #8796a6; */
background-image: url("./assets/img/bg/bg_01.jpg");
background-attachment: fixed;
background-size: contain;
/* background-position: center; */
/* background-repeat: no-repeat; */
}
body {
background-color: #8796a6;
width: calc(100vw - 20px);
height: calc(100vh - 60px);
/* background-color: #8796a6; */
width: 100vw;
height: 100vh;
/* border: 1px solid red; */
/* overflow: hidden; */
padding: 0px;
margin: 0px;
}