style(frontend): 全站背景图 webp 化(bg.jpg 4MB→251KB 压缩 + bg.webp)+品牌工具页默认策略调优(品牌检测默认改精确匹配 Simple、Terms 后置)+任务面板/登录页/亚马逊控制台观感微调

This commit is contained in:
2026-09-09 18:32:48 +08:00
parent 9a487ae9a7
commit 83cb3ff84e
29 changed files with 565 additions and 570 deletions
@@ -363,14 +363,14 @@ onMounted(async () => {
font-size: 11px;
}
/* Hero 右侧工作台卡(350 宽 / 10px 圆角,对齐 gemini-code hero-right-card */
/* Hero 右侧工作台卡(370 宽 / 10px 圆角,对齐 gemini-code hero-right-card */
.hero-card {
width: 350px;
width: 370px;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px;
padding: 22px;
border: 1px solid #3e4a62;
border-radius: 10px;
background: #2b3447;
@@ -406,15 +406,26 @@ onMounted(async () => {
background: #f59e0b;
}
.hero-card-btn-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.hero-card-btn-row .hero-card-sub {
margin: 0;
}
.hero-card-caption {
color: #a0acbe;
font-size: 11px;
font-size: 13px;
}
.hero-card-title {
margin: 0 0 12px;
color: #f5f8fc;
font-size: 17px;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
}
@@ -428,7 +439,7 @@ onMounted(async () => {
.hero-card-sub {
margin: 0;
color: #c8d2e2;
font-size: 11px;
font-size: 13px;
line-height: 1.5;
}
@@ -448,12 +459,12 @@ onMounted(async () => {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 18px;
padding: 9px 20px;
border: none;
border-radius: 6px;
background: linear-gradient(135deg, #f59e0b, #d97706);
color: #ffffff;
font-size: 12px;
font-size: 13px;
font-weight: 700;
font-family: inherit;
cursor: pointer;
@@ -486,16 +497,16 @@ onMounted(async () => {
.workflow-title {
color: #f5f8fc;
font-size: 14px;
font-size: 16px;
font-weight: 700;
}
.workflow-badge {
padding: 2px 8px;
padding: 3px 10px;
border-radius: 4px;
background: #3a2a10;
color: #f59e0b;
font-size: 10px;
font-size: 11px;
font-weight: 700;
white-space: nowrap;
}
@@ -503,7 +514,7 @@ onMounted(async () => {
.workflow-hint {
margin-left: auto;
color: #a0acbe;
font-size: 11px;
font-size: 12px;
white-space: nowrap;
}
@@ -548,25 +559,25 @@ onMounted(async () => {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
width: 34px;
height: 34px;
border-radius: 50%;
margin-bottom: 6px;
font-size: 12px;
font-size: 13px;
font-weight: 700;
}
.step-name {
margin-bottom: 2px;
color: #c8d2e2;
font-size: 11px;
font-size: 13px;
font-weight: 700;
text-align: center;
}
.step-desc {
color: #a0acbe;
font-size: 9px;
font-size: 11px;
text-align: center;
}
@@ -600,19 +611,19 @@ onMounted(async () => {
.group-name {
color: #f5f8fc;
font-size: 16px;
font-size: 18px;
font-weight: 700;
}
.group-desc {
color: #a0acbe;
font-size: 11px;
font-size: 12px;
}
.group-count {
margin-left: auto;
color: #a0acbe;
font-size: 11px;
font-size: 12px;
}
/* 卡片墙(CARD 底 + 2px #2A3344 边框 + 10px 圆角 min-height 165,对齐 gemini-code tool-card */