diff --git a/src/pages/lotto/Functions.jsx b/src/pages/lotto/Functions.jsx index 9fd5608..53560d2 100644 --- a/src/pages/lotto/Functions.jsx +++ b/src/pages/lotto/Functions.jsx @@ -7,7 +7,7 @@ import SwipeableView from '../../components/SwipeableView'; const TABS = [ { id: 'briefing', label: '๐Ÿ—“ ์ด๋ฒˆ ์ฃผ ๋ธŒ๋ฆฌํ•‘' }, - { id: 'analysis', label: '๐Ÿ“Š ๋ถ„์„ยทํ†ต๊ณ„' }, + { id: 'analysis', label: '๐Ÿ“š ์ž๋ฃŒ์‹ค / Deep Dive' }, { id: 'purchase', label: '๐Ÿ’ฐ ๊ตฌ๋งคยท์„ฑ๊ณผ' }, ]; diff --git a/src/pages/lotto/Lotto.css b/src/pages/lotto/Lotto.css index cdb6d45..4c86bd9 100644 --- a/src/pages/lotto/Lotto.css +++ b/src/pages/lotto/Lotto.css @@ -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; } diff --git a/src/pages/lotto/tabs/AnalysisTab.jsx b/src/pages/lotto/tabs/AnalysisTab.jsx index ed98fde..3ef0d5e 100644 --- a/src/pages/lotto/tabs/AnalysisTab.jsx +++ b/src/pages/lotto/tabs/AnalysisTab.jsx @@ -40,18 +40,21 @@ export default function AnalysisTab() { {/* ์ข…ํ•ฉ ์ถ”๋ก  ๋ฒˆํ˜ธ ์ถ”์ฒœ */} - +
+ ์ข…ํ•ฉ ์ถ”๋ก  ์ถ”์ฒœ + +
- {/* ์ตœ์‹  ํšŒ์ฐจ + ์‹œ๋ฎฌ๋ ˆ์ด์…˜ ์ถ”์ฒœ */} -
- {/* Latest Draw */} + {/* ์ตœ์‹  ํšŒ์ฐจ */} +
+ ์ตœ์‹  ํšŒ์ฐจ
@@ -87,8 +90,11 @@ export default function AnalysisTab() {

์ตœ์‹  ํšŒ์ฐจ ๋ฐ์ดํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.

)}
+
- {/* Simulation Picks */} + {/* Simulation Picks */} +
+ ์‹œ๋ฎฌ๋ ˆ์ด์…˜ ์ถ”์ฒœ
@@ -163,19 +169,24 @@ export default function AnalysisTab() { )}
-
+ {/* ์ด๋ฒˆ ์ฃผ ๊ณต๋žต ๋ฆฌํฌํŠธ */} - +
+ ์ด๋ฒˆ ์ฃผ ๊ณต๋žต ๋ฆฌํฌํŠธ + +
{/* ํ†ต๊ณ„ ๋ถ„์„ */} -
+
+ ํ†ต๊ณ„ ๋ถ„์„ +

Analysis

@@ -237,9 +248,12 @@ export default function AnalysisTab() {

)}
+
{/* ์ „์ฒด ๋ฒˆํ˜ธ ๋ถ„ํฌ */} -
+
+ ์ „์ฒด ํšŒ์ฐจ ๋ฒˆํ˜ธ ๋ถ„ํฌ +

Distribution

@@ -263,12 +277,18 @@ export default function AnalysisTab() {

ํ†ต๊ณ„ ๋ฐ์ดํ„ฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค.

)}
+
{/* ๋‚ด ๋ฒˆํ˜ธ ํŒจํ„ด */} - +
+ ๋‚ด ๋ฒˆํ˜ธ ํŒจํ„ด + +
{/* ์ˆ˜๋™ ์ถ”์ฒœ */} -
+
+ ์ˆ˜๋™ ์ถ”์ฒœ +

Manual Recommendation

@@ -365,9 +385,12 @@ export default function AnalysisTab() {

์•„์ง ์ถ”์ฒœ ๊ฒฐ๊ณผ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.

)}
+
{/* ์ถ”์ฒœ ํžˆ์Šคํ† ๋ฆฌ */} -
+
+ ์ถ”์ฒœ ํžˆ์Šคํ† ๋ฆฌ +

History

@@ -423,6 +446,7 @@ export default function AnalysisTab() {
)}
+
); }