This commit is contained in:
lblblong
2021-10-12 16:59:32 +08:00
commit d3c3707852
70 changed files with 22809 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.index {
width: 70vw;
max-width: 800px;
height: 100vh;
background-color: #fff;
overflow-y: auto;
color: #333;
.content {
padding: 20px;
}
}