功能:完善车辆地图合作站信息与缓存刷新
This commit is contained in:
@@ -919,6 +919,15 @@ body {
|
||||
font: 600 10px/1.35 'JetBrains Mono', -apple-system, sans-serif;
|
||||
}
|
||||
|
||||
.detail-phone-link {
|
||||
color: var(--accent-primary);
|
||||
font: inherit;
|
||||
font-weight: 700;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: color-mix(in srgb, var(--accent-primary) 35%, transparent);
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
.detail-field.is-extra { display: none; }
|
||||
.map-detail-card.is-expanded .detail-field.is-extra { display: block; }
|
||||
|
||||
@@ -1216,6 +1225,21 @@ body {
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.r-value-stack {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
justify-content: flex-end;
|
||||
gap: 7px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.station-list-price {
|
||||
color: var(--accent-primary);
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Custom Scrollbars */
|
||||
::-webkit-scrollbar { width: 3px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
@@ -1578,6 +1602,16 @@ body {
|
||||
max-height: none;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.rank-glass-row {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.r-value-stack {
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 390px) {
|
||||
|
||||
Reference in New Issue
Block a user