update at 2026-02-13 23:00:20

This commit is contained in:
douboer@gmail.com
2026-02-13 23:00:20 +08:00
parent 1ef046719c
commit f5f6a42bfa
3 changed files with 188 additions and 40 deletions

View File

@@ -315,6 +315,7 @@
color: #1d2129;
font-size: 14px;
font-weight: 500;
padding: 2px 0;
}
.field-title image {
@@ -322,16 +323,42 @@
height: 14px;
}
.column-list {
position: relative;
display: flex;
flex-direction: column;
gap: 4px;
}
.column-list-line {
position: absolute;
left: 8px;
top: 0;
bottom: 14px;
width: 1px;
background: #c9cdd4;
}
.row {
height: 24px;
border-bottom: 1px solid #c9cdd4;
position: relative;
min-height: 24px;
display: flex;
align-items: center;
gap: 8px;
padding-left: 20px;
padding-bottom: 8px;
box-sizing: border-box;
}
.row-link {
position: absolute;
left: 8px;
top: 9px;
width: 10px;
height: 1px;
background: #c9cdd4;
}
.row image {
width: 18px;
height: 18px;
@@ -385,7 +412,7 @@
bottom: 0;
background: #fff;
border-radius: 16px 16px 0 0;
padding: 12px 12px 16px;
padding: 12px 32px 32px;
z-index: 11;
box-sizing: border-box;
}
@@ -402,6 +429,10 @@
min-height: 216px;
}
.theme-list-spacer {
height: 90px;
}
.theme-row {
display: flex;
align-items: center;