Initial commit

This commit is contained in:
MuHua-123
2025-06-17 11:09:05 +08:00
commit 5e7fa2ef57
247 changed files with 22582 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.document-page {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: flex;
opacity: 1;
}
.document-page-hide {
display: none;
opacity: 0;
}