feat(lotto): 분석탭 → 자료실 라벨 + 첫 진입 모든 패널 접힘

This commit is contained in:
2026-05-11 09:03:10 +09:00
parent ff7ac48c6b
commit 0bf1233e96
3 changed files with 55 additions and 26 deletions

View File

@@ -1526,3 +1526,8 @@
font-size: 13px;
}
}
.lotto-section-fold { margin-bottom: 14px; }
.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; }