Files
tashow-h5/projects/translate-h5/src/view/home/archives/index.module.less
2025-09-13 15:16:23 +08:00

28 lines
390 B
Plaintext

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