This commit is contained in:
李志鹏
2026-04-23 14:28:27 +08:00
12 changed files with 388 additions and 10 deletions

View File

@@ -166,6 +166,7 @@
height: 100%;
overflow: hidden;
--sc-list-title-font-size: 2rem;
--sc-list-title-padding-bottom: 3rem;
--sc-list-list-item-padding: 2rem 0;
--sc-list-list-item-img-width: 10.4rem;
--sc-list-list-item-img-height: 13.2rem;
@@ -218,7 +219,7 @@
}
> .header {
border-bottom: 0.1rem solid #c4c4c4;
padding-bottom: 3rem;
padding-bottom: var(--sc-list-title-padding-bottom, 3rem);
> .title {
display: flex;
justify-content: space-between;