feat: main layout

This commit is contained in:
tim
2025-07-02 21:44:30 +08:00
parent 7519ec760c
commit bfc0f95c8f
6 changed files with 37 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
:root {
--header-height: 60px;
--header-background-color: gray;
--menu-background-color: darkgray;
--normal-background-color: lightgray;
--menu-width: 200px;
--page-max-width: 1200px;
}
body {
margin: 0;
padding: 0;
}