digital item 页面

This commit is contained in:
X1627315083@163.com
2026-04-23 14:08:35 +08:00
parent 7ca69021c4
commit 45298e5f23
12 changed files with 388 additions and 10 deletions

View File

@@ -137,6 +137,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;
@@ -184,7 +185,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;