[SHOPTIME-3922] 미국 / webOS4.x플랫폼 / Popular Show 레이아웃 상이

[원인] 아이템에 포커스를 하면 포커스된 아이템을 가운데로 하기위해  자식 높이값이 부모보다 낮게 설정하였음
      해당부분이 4.x 버전에서 문제를 일으키기 때문에 높이값 부모랑 같게 수정
This commit is contained in:
고동영
2025-02-03 17:43:16 +09:00
parent 8ccfe4bb2b
commit 9a7bc7924d
2 changed files with 10 additions and 14 deletions

View File

@@ -7,13 +7,4 @@
justify-content: space-between; justify-content: space-between;
.size(@w:1638px,@h:564px); .size(@w:1638px,@h:564px);
margin: 42px 0 0 90px; margin: 42px 0 0 90px;
&::after {
.position(@position: absolute, @right: 18px, @bottom: -46px);
z-index: 12;
background-size: 100% 100%;
.size(@w: 600px, @h: 279px);
background-image: url("../../../../assets/images/img-topdeals-list-masking.png");
content: "";
}
} }

View File

@@ -7,12 +7,17 @@
.size(@w: 636px, @h: 610px); .size(@w: 636px, @h: 610px);
top: -22px; top: -22px;
// tVirtualGridListContainer &::after {
// > div { .position(@position: absolute, @right: 18px, @bottom: -46px);
// .size(@w: 636px, @h: 564px); z-index: 12;
// } background-size: 100% 100%;
.size(@w: 600px, @h: 279px);
background-image: url("../../../../../assets/images/img-topdeals-list-masking.png");
content: "";
}
> div:nth-child(1) { > div:nth-child(1) {
.size(@w: inherit, @h: 452px); .size(@w: inherit, @h: 610px);
> div:nth-child(1) { > div:nth-child(1) {
padding: 22px 18px; padding: 22px 18px;