更新电商AI平台原型交互

This commit is contained in:
iye
2026-05-25 19:12:56 +08:00
parent 04335f3269
commit 553014cc79
23 changed files with 6661 additions and 860 deletions
+3
View File
@@ -167,6 +167,7 @@ img, svg, video { display: block; max-width: 100%; }
.muted-2 { color: var(--black-alpha-48); }
.spacer { flex: 1; }
.hstack { display: flex; align-items: center; gap: 8px; }
.hstack[hidden], .vstack[hidden] { display: none; }
.vstack { display: flex; flex-direction: column; gap: 8px; }
.divider { height: 1px; background: var(--border-faint); margin: 16px 0; }
@@ -374,6 +375,7 @@ main { position: relative; background: var(--background-base); min-width: 0; }
transition: background var(--t-base), border-color var(--t-base);
}
.queue-chip:hover { background: var(--black-alpha-4); border-color: var(--black-alpha-24); }
.queue-chip[hidden] { display: none; }
.queue-chip svg { width: 14px; height: 14px; color: var(--black-alpha-56); }
.queue-chip .count {
display: inline-flex; align-items: center; justify-content: center;
@@ -481,6 +483,7 @@ main { position: relative; background: var(--background-base); min-width: 0; }
border-color: var(--black-alpha-12);
}
.btn svg { width: 13px; height: 13px; }
.btn[hidden] { display: none; }
.btn-primary {
background: var(--heat);