列表搜索页面

This commit is contained in:
juguohong
2025-09-01 00:03:43 +08:00
parent 7d4eb3d031
commit fdd6b8f7cb
18 changed files with 315 additions and 83 deletions

View File

@@ -4,5 +4,19 @@
display: flex;
flex-direction: column;
gap: 5px;
background-color: red;
// background-color: red;
.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;
}
}