From becf984efc040569ae6eb010b0ef75852747b928 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 24 Nov 2025 17:47:52 +0900 Subject: [PATCH] [theme]#2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 아이템 및 배경 색상 변경 --- .../ThemeProduct/ThemeContents.module.less | 11 +++-------- .../ThemeProduct/ThemeItemCard.module.less | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less index 2e82ee9c..29889355 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less @@ -10,14 +10,9 @@ justify-content: flex-start; align-items: flex-start; padding: 60px; - background: linear-gradient( - 0deg, - rgba(0, 0, 0, 0.53) 0%, - rgba(20.56, 4.68, 32.71, 0.53) 60%, - rgba(199, 32, 84, 0) 98% - ), - linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%), - rgba(30, 30, 30, 0.8); + background: linear-gradient(0deg, rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8)), + linear-gradient(180deg, rgba(0, 0, 0, 0) 15.39%, rgba(0, 0, 0, 0.4) 53.46%, rgba(0, 0, 0, 0.4) 100%); + overflow: visible; // 포커스 테두리가 잘리지 않도록 > * { diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.module.less index c868a83f..55d5d9a1 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.module.less @@ -6,7 +6,7 @@ height: 180px; padding: 30px; box-sizing: border-box; - background: linear-gradient(0deg, 0%, 100%), #2C2C2C; + background: #2c2c2c; border-radius: 12px; justify-content: flex-start; align-items: flex-start;