feat: into

This commit is contained in:
2025-09-13 15:16:23 +08:00
parent f46a851ee5
commit bb330be484
22 changed files with 206 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
.archives {
background-color: #f5f5f5;
padding: 12px;
box-sizing: border-box;
min-height: 100%;
.img {
margin-bottom: 16px;
}
.placeholder-bottom {
height: 100px;
width: 100%;
}
}
.bottom {
position: fixed;
bottom: 0;
opacity: 0.98;
}
.archivesAvatar {
width: 100%;
height: 128px;
display: flex;
align-items: center;
justify-content: center;
}