fix: align growth UX across primary pages
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s

This commit is contained in:
ogt
2026-06-25 11:04:59 +08:00
parent 4290966da8
commit f8c6487c5c
15 changed files with 78 additions and 9 deletions

View File

@@ -161,6 +161,16 @@
line-height: 1.05;
}
.campaign-growth-copy {
max-width: 42ch;
margin: -8px 0 0;
color: var(--momo-text-secondary);
font-size: 0.9rem;
font-weight: 760;
line-height: 1.45;
letter-spacing: 0;
}
.campaign-meta-grid {
display: flex;
gap: 24px;
@@ -784,6 +794,10 @@
font-size: 28px;
}
.campaign-growth-copy {
font-size: 0.84rem;
}
.campaign-kpi-grid {
grid-template-columns: 1fr 1fr;
}

View File

@@ -36,6 +36,15 @@
line-height: var(--momo-line-height-tight);
letter-spacing: 0;
}
.growth-analysis-page .ga-page-head__brief {
max-width: 52ch;
margin: var(--momo-space-1, 4px) 0 0;
color: var(--momo-text-secondary);
font-size: 0.86rem;
font-weight: 760;
line-height: 1.45;
letter-spacing: 0;
}
.growth-analysis-page .ga-page-head__meta {
flex: 0 0 auto;
color: var(--momo-text-secondary);

View File

@@ -32,6 +32,15 @@
gap: 0.6rem;
}
.sa-page-head__title i { color: var(--momo-page-accent); }
.sa-page-head__brief {
max-width: 52ch;
margin: 0;
color: var(--momo-text-secondary);
font-size: 0.86rem;
font-weight: 760;
line-height: 1.45;
letter-spacing: 0;
}
.sa-tag {
display: inline-flex;