feat(platform): add vehicle detail customer questions
This commit is contained in:
@@ -5585,6 +5585,53 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-item {
|
||||
min-height: 118px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.16);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 9px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-item:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.58;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-item:not(:disabled):hover,
|
||||
.vp-vehicle-question-item:not(:disabled):focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-vehicle-question-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-unified-service-main {
|
||||
min-height: 178px;
|
||||
padding: 14px;
|
||||
@@ -6491,6 +6538,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-live-view .semi-card-body,
|
||||
.vp-vehicle-live-main,
|
||||
.vp-vehicle-live-facts,
|
||||
.vp-vehicle-question-grid,
|
||||
.vp-unified-service-board,
|
||||
.vp-unified-service-grid,
|
||||
.vp-service-dossier,
|
||||
|
||||
Reference in New Issue
Block a user