完成基本架构

This commit is contained in:
2023-02-15 13:07:17 +08:00
parent 91aa436fe2
commit 1d298727e9
18 changed files with 1490 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
html {
background-color: #8796a6;
}
body {
background-color: #8796a6;
width: calc(100vw - 20px);
height: calc(100vh - 60px);
/* border: 1px solid red; */
}