From f8623ee81265dae10b008ba9c96c4107d9905c2e Mon Sep 17 00:00:00 2001 From: yonghyon Date: Fri, 11 Oct 2024 15:07:32 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3730]Hot=20Picks=20/=20FHD=20TV?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=8F=99=EC=98=81=EC=83=81=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=EA=B0=80=20=ED=8B=80=EC=96=B4=EC=A0=B8=EC=84=9C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EB=90=98=EB=8A=94=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=9B=90=EC=9D=B8=20:=20=EC=A0=80=ED=95=B4=EC=83=81=EB=8F=84?= =?UTF-8?q?=20layout=20=EA=B3=84=EC=82=B0=EB=90=98=EB=8A=94=20=EA=B3=BC?= =?UTF-8?q?=EC=A0=95=EC=97=90=EC=84=9C=2016:9=20=EB=B9=84=EC=9C=A8?= =?UTF-8?q?=EC=9D=B4=20=EC=95=84=EB=8B=8C=20=ED=81=AC=EA=B8=B0=EB=A1=9C=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95=EB=90=A8=20=EB=8C=80=EC=B1=85=20:=20FHD=20?= =?UTF-8?q?=EB=AA=A8=EB=8D=B8=EC=9D=98=20=EA=B2=BD=EC=9A=B0=2016:9=20?= =?UTF-8?q?=ED=95=B4=EC=83=81=EB=8F=84=EC=9D=98=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EB=B0=95=EC=8A=A4=ED=81=AC=EA=B8=B0=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HotPicksPanel/Type/TCFV_2/TCFV_2.module.less | 13 ++++++++++++- .../HotPicksPanel/Type/TCFV_4/TCFV_4.module.less | 12 ++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_2/TCFV_2.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_2/TCFV_2.module.less index cae8145b..221089b9 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_2/TCFV_2.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_2/TCFV_2.module.less @@ -20,7 +20,18 @@ } } } - +@media (min-width: 1280px) { + .videoBox { + width: 288apx !important; + height: 162apx !important; + } +} +@media (min-width: 1920px) { + .videoBox { + width: 430px !important; + height: 242px !important; + } +} .videoModal { &::after { .focused(@boxShadow:0px, @borderRadius: 0px); diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_4/TCFV_4.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_4/TCFV_4.module.less index 851760bb..37abede9 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_4/TCFV_4.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_4/TCFV_4.module.less @@ -26,6 +26,18 @@ } } } +@media (min-width: 1280px) { + .videoBox { + width: 288apx !important; + height: 162apx !important; + } +} +@media (min-width: 1920px) { + .videoBox { + width: 430px !important; + height: 242px !important; + } +} .videoModal { &::after { .focused(@boxShadow:0px, @borderRadius: 0px);