保存进度!

This commit is contained in:
2023-03-31 19:53:12 +08:00
parent 1b37ae5c97
commit 6d24626478
6 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
/* html {
background-image: url("@/assets/img/bg/bg_01.jpg");
background-attachment: fixed;
background-size: contain;
} */
body {
width: 100vw;
height: 100vh;
padding: 0px;
margin: 0px;
overflow: hidden;
@include no-select;
}