From a6275a63e9671060764a22ba77e55b4eca083cff Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 10 Dec 2025 10:46:35 +0900 Subject: [PATCH] =?UTF-8?q?[justforyou]=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EA=B2=89=20=EB=B3=B4=EB=8D=94=20=EC=83=89=EC=83=81=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 색상변경 및 추가. --- .../src/views/HomePanel/HomeBanner/RollingUnit.module.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less index b01fcac3..fb7d83a1 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less @@ -316,7 +316,7 @@ > img { .size(@w: 356px, @h: 356px); border-radius: 12px; - border:6px solid #000; + border:6px solid #DCB9A1; box-sizing: content-box; } } @@ -389,6 +389,9 @@ .size(@w: 326px, @h: 326px); > img { .size(@w: inherit, @h: inherit); + border-radius: 12px; + border:6px solid #DCB9A1; + box-sizing: content-box; } } }