refine mobile vehicle source evidence

This commit is contained in:
lingniu
2026-07-18 22:15:08 +08:00
parent fd5e16c36c
commit 76d35f54c5
4 changed files with 137 additions and 10 deletions

View File

@@ -16087,6 +16087,86 @@
flex: 0 0 auto;
}
.v2-source-evidence-sidesheet .semi-sidesheet-inner {
overflow: hidden;
border-radius: 16px 16px 0 0;
background: #f4f7fb;
box-shadow: 0 -18px 48px rgba(25, 45, 72, .18);
}
.v2-source-evidence-sidesheet .semi-sidesheet-header {
min-height: 68px;
border-bottom: 1px solid #dfe7f0;
background: rgba(255, 255, 255, .98);
padding: 11px 14px;
}
.v2-source-evidence-sheet-title {
display: grid;
min-width: 0;
gap: 3px;
}
.v2-source-evidence-sheet-title > strong {
color: #1f3046;
font-size: 15px;
font-weight: 750;
letter-spacing: -.015em;
}
.v2-source-evidence-sheet-title > span {
overflow: hidden;
color: #7c899b;
font-size: 10px;
font-weight: 500;
text-overflow: ellipsis;
white-space: nowrap;
}
.v2-source-evidence-sidesheet .semi-sidesheet-body {
overflow: auto;
background: #f4f7fb;
padding: 0;
overscroll-behavior: contain;
}
.v2-source-evidence-sheet-body > .v2-source-evidence-body {
border-top: 0;
padding: 10px 9px 24px;
}
.v2-source-evidence-sidesheet .v2-source-evidence-toolbar {
position: sticky;
z-index: 2;
top: 0;
margin: -10px -9px 10px;
border-bottom: 1px solid #e2e9f1;
background: rgba(255, 255, 255, .97);
padding: 10px 12px;
backdrop-filter: blur(12px);
}
.v2-source-evidence-sidesheet .v2-source-evidence-summary {
border-color: #d9e3ee;
background: #fff;
}
.v2-source-evidence-sidesheet .v2-source-evidence-group > header {
padding-inline: 2px;
}
.v2-source-evidence-sidesheet .v2-source-evidence-group > div {
display: grid;
grid-template-columns: minmax(0, 1fr);
overflow: visible;
}
.v2-source-evidence-sidesheet .v2-source-evidence-card {
width: 100%;
min-width: 0;
flex: none;
}
.v2-vehicle-record-v3.v2-vehicle-record-page {
display: flex;
width: 100%;