更新 static

This commit is contained in:
李强
2024-06-21 08:14:11 +08:00
parent 57d90e8a71
commit 500433e06f
127 changed files with 13543 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}