同步代码

This commit is contained in:
FishOrBear
2020-05-07 10:51:27 +08:00
parent 85db279fab
commit e712b7b4e2
10 changed files with 492 additions and 17 deletions

12
src/ViewSrc/style.css Normal file
View File

@@ -0,0 +1,12 @@
body {
font-size: 11px;
overflow: hidden;
}
html,
body {
background: #5C7080;
height: 100%;
padding: 0;
margin: 0;
}