Clarify official and feature categories

This commit is contained in:
Jacky Ser
2026-08-11 00:14:20 +08:00
parent 0351c47684
commit 66ef28bdeb
3 changed files with 35 additions and 17 deletions

View File

@@ -246,7 +246,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(8, 1fr);
grid-template-columns: repeat(7, 1fr);
gap: 9px;
margin-bottom: 22px;
}
@@ -266,6 +266,7 @@ select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shado
.catalog-summary button.active { border-color: var(--blue); background: var(--blue-soft); }
.catalog-summary strong { color: var(--blue); font-size: 19px; }
.catalog-summary span { color: #748196; font-size: 10px; }
.catalog-category-note { margin: -8px 2px 18px; color: #8792a3; font-size: 10px; line-height: 1.6; }
.catalog-toolbar {
position: sticky;
top: 74px;
@@ -311,6 +312,7 @@ select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shado
font-size: 10px;
}
.category-pills button.active { border-color: var(--blue); color: white; background: var(--blue); }
.category-pills button.feature-filter:not(.active) { border-color: #f1bf92; color: #a75a19; background: #fff9f3; }
.catalog-result-count { margin: 11px 2px 0; color: #8792a3; font-size: 10px; }
.catalog-result-count strong { color: var(--blue); font-size: 12px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@@ -492,6 +494,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-toolbar { top: 64px; }
.catalog-grid { grid-template-columns: 1fr; gap: 15px; }
.catalog-image-button { height: 280px; }