Files
2026-02-23 16:25:54 +08:00

16 lines
205 B
CSS

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;
}