[SHOPTIME-3922] 미국 / webOS4.x플랫폼 / Popular Show 레이아웃 상이
[원인] 아이템에 포커스를 하면 포커스된 아이템을 가운데로 하기위해 자식 높이값이 부모보다 낮게 설정하였음
해당부분이 4.x 버전에서 문제를 일으키기 때문에 높이값 부모랑 같게 수정
This commit is contained in:
@@ -7,13 +7,4 @@
|
||||
justify-content: space-between;
|
||||
.size(@w:1638px,@h:564px);
|
||||
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: "";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,12 +7,17 @@
|
||||
.size(@w: 636px, @h: 610px);
|
||||
top: -22px;
|
||||
|
||||
// tVirtualGridListContainer
|
||||
// > div {
|
||||
// .size(@w: 636px, @h: 564px);
|
||||
// }
|
||||
&::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: "";
|
||||
}
|
||||
|
||||
> div:nth-child(1) {
|
||||
.size(@w: inherit, @h: 452px);
|
||||
.size(@w: inherit, @h: 610px);
|
||||
|
||||
> div:nth-child(1) {
|
||||
padding: 22px 18px;
|
||||
|
||||
Reference in New Issue
Block a user