Files
mini-programs/src/container/listContainer/index.scss
2025-09-14 01:18:23 +08:00

35 lines
652 B
SCSS

.listContentWrapper {
padding: 0 5px;
background: #fafafa;
display: flex;
flex-direction: column;
gap: 5px;
padding-bottom: 34px;
min-height: 100vh;
.recommendTextWrapper {
display: flex;
align-items: center;
justify-content: center;
padding: 22px 10px;
}
.recommendText {
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-weight: 500;
line-height: 24px;
}
.bottomTextWrapper {
height: 68px;
padding: 0 16px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-weight: 500;
line-height: 24px;
}
}