feat(lotto): 구매탭 4주 추세 차트(너 vs 큐레이터 평균 일치)

This commit is contained in:
2026-05-11 09:06:54 +09:00
parent 4ef76f6cce
commit baf34dd7aa
3 changed files with 70 additions and 16 deletions

View File

@@ -1546,3 +1546,9 @@
.lotto-section-fold > summary { cursor: pointer; padding: 12px 16px; background: rgba(255,255,255,0.03);
border-radius: 10px; font-weight: 600; font-size: 14px; opacity: 0.85; }
.lotto-section-fold[open] > summary { margin-bottom: 12px; opacity: 1; }
.trend-chart { display: block; margin: 0 auto; }
.trend-legend { display: flex; gap: 16px; justify-content: center; font-size: 11px; opacity: 0.7; margin-top: 8px; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.dot--curator { background: #b8a8ff; }
.dot--user { background: #76e09a; }