diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less index e3163331..e5ed6b6d 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less @@ -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: ""; - } } diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less index 88ac27de..d3f41eb2 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less @@ -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;