From 2627a7ac68f00c061c3cb39e49ae71836d87b389 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 8 Dec 2025 15:10:29 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=ED=92=88=20=EC=83=81=EC=84=B8]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 글자 폰트 변경 및 노출관련하여 margin을 Padding으로 변경. --- .../ProductPriceDisplay/ProductPriceDisplay.module.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductOverview/ProductPriceDisplay/ProductPriceDisplay.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ProductOverview/ProductPriceDisplay/ProductPriceDisplay.module.less index 00ab657b..65e8bbb0 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductOverview/ProductPriceDisplay/ProductPriceDisplay.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductOverview/ProductPriceDisplay/ProductPriceDisplay.module.less @@ -30,7 +30,7 @@ } .name { font-weight: bold; - font-size: 36px; + font-size: 30px; color: @COLOR_GRAY07; } .btmLayer { @@ -188,9 +188,9 @@ .productNm { width: 100%; font-weight: bold; - font-size: 36px; + font-size: 38px; color: @COLOR_WHITE; flex:none; .elip(2); - margin-bottom: 20px; + padding-bottom: 20px; } \ No newline at end of file