first commit

This commit is contained in:
2026-02-23 16:25:54 +08:00
commit 328786d9e1
78 changed files with 20840 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
body, html, div {
background: rgba(0, 0, 0, 0);
}
.container {
background: rgba(0, 0, 0, 0);
}
.containerLeft {
width: 500px;
}
.action-list{
display: flex;
flex-direction: column;
}