diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index 3283c0db..a8a08646 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -52,7 +52,7 @@ width: 404px; padding: 12px 0; - h3 { + > h3 { .font(@fontFamily: @baseFontBold, @fontSize: 24px); color: @COLOR_GRAY06; .elip(@clamp:2); @@ -133,7 +133,7 @@ .flex(@direction: column, @alignCenter: flex-start); flex-grow: 1; - h3 { + > h3 { height: 60px; margin-bottom: 6px; .font(@fontFamily: @baseFontBold, @fontSize: 24px); diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveVideoCard/LiveVideoCard.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveVideoCard/LiveVideoCard.module.less index 54810b1a..f6c11c40 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveVideoCard/LiveVideoCard.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveVideoCard/LiveVideoCard.module.less @@ -25,13 +25,13 @@ // top part (live info) > div:nth-child(1) { .flex(@justifyCenter: flex-start); - gap: 12px; width: 100%; padding: 18px; color: @COLOR_WHITE; img { .size(@w: 108px, @h: 48px); + margin-right: 12px; } div { diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/Series/SeriesContents/SeriesContents.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/Series/SeriesContents/SeriesContents.module.less index c6cee15b..98ec4016 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/Series/SeriesContents/SeriesContents.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/Series/SeriesContents/SeriesContents.module.less @@ -4,7 +4,7 @@ .container { padding-left: 60px; - h3 { + > h3 { .font(@fontFamily: @arialFontBold, @fontSize: 36px); color: @COLOR_GRAY08; } @@ -26,7 +26,7 @@ &.listContainer { margin-bottom: 14px; - h3 { + > h3 { margin-bottom: -4px; } @@ -39,7 +39,7 @@ &.gridContainer { margin-bottom: 36px; - h3 { + > h3 { margin-bottom: 18px; } diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less index cdbc0455..304967bc 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less @@ -33,7 +33,7 @@ color: @PRIMARY_COLOR_RED; } - h3 { + > h3 { margin-bottom: 15px; .font(@fontFamily: @baseFontBold, @fontSize: 30px); color: @COLOR_GRAY06;