feat(platform): add amap vehicle service foundation
This commit is contained in:
@@ -4418,6 +4418,99 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation {
|
||||
margin-bottom: 16px;
|
||||
border: 1px solid rgba(0, 174, 116, 0.22);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
|
||||
overflow: hidden;
|
||||
box-shadow: var(--vp-shadow-sm);
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-summary {
|
||||
padding: 18px;
|
||||
border-right: 1px solid var(--vp-border);
|
||||
background: #f4fbf8;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-summary strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
line-height: 28px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-summary span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-grid {
|
||||
padding: 14px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item {
|
||||
min-height: 148px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: 8px;
|
||||
background: #fbfefd;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.62;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item:not(:disabled):hover,
|
||||
.vp-vehicle-amap-foundation-item:not(:disabled):focus-visible {
|
||||
border-color: rgba(0, 174, 116, 0.42);
|
||||
background: #f3fbf7;
|
||||
box-shadow: 0 0 0 3px rgba(0, 174, 116, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
line-height: 26px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-vehicle-amap-foundation-item em {
|
||||
color: var(--vp-primary);
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-customer-vehicle-service-hub {
|
||||
margin-bottom: 16px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.18);
|
||||
@@ -11532,6 +11625,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-current-service-grid,
|
||||
.vp-fleet-command-center,
|
||||
.vp-fleet-command-grid,
|
||||
.vp-vehicle-amap-foundation,
|
||||
.vp-vehicle-amap-foundation-grid,
|
||||
.vp-customer-vehicle-service-hub,
|
||||
.vp-customer-vehicle-service-grid,
|
||||
.vp-alert-closure-timeline,
|
||||
|
||||
Reference in New Issue
Block a user