This commit is contained in:
Dogtiti
2024-11-06 22:07:33 +08:00
parent d544eead38
commit f6e1f8398b
7 changed files with 435 additions and 18 deletions

View File

@@ -24,12 +24,19 @@
.bottom-icons {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
position: absolute;
bottom: 20px;
box-sizing: border-box;
padding: 0 20px;
}
.icon-center {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
}
.icon-left,
.icon-right {