Add steering wheel accessories to catalog

This commit is contained in:
Jacky Ser
2026-08-11 15:54:35 +08:00
parent c9e20bdb1e
commit ca423b3be7
9 changed files with 157 additions and 8 deletions

View File

@@ -242,7 +242,7 @@ select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shado
.section-heading > p { max-width: 480px; margin: 0; color: #6e7a8e; line-height: 1.8; font-size: 13px; }
.catalog-summary {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-columns: repeat(8, 1fr);
gap: 9px;
margin-bottom: 22px;
}
@@ -516,7 +516,7 @@ footer > span { color: #9aa4b2; font-size: 10px; }
.capability-strip div:nth-child(2) { border-right: 0; }
.section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
.catalog-summary { grid-template-columns: repeat(2, 1fr); }
.catalog-summary button:last-child { grid-column: 1 / -1; }
.catalog-summary button:last-child { grid-column: auto; }
.catalog-toolbar { top: 64px; }
.catalog-scale-filter { grid-template-columns: 1fr; align-items: stretch; }
.catalog-grid { grid-template-columns: 1fr; gap: 15px; }