diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index c358fc8d..285bf996 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -195,10 +195,10 @@ export default memo(function TItemCard({ )} -

+
{catNm !== null &&

{catNm}

}

{productName}

-

+ {priceInfo ? (

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 2d708aab..6feddf3a 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -49,16 +49,22 @@ .flex(@direction: column, @justifyCenter: space-between, @alignCenter: flex-start); width: 404px; padding: 12px 0; - - > h3 { + > div.title { font-weight: bold; font-size: 24px; color: @COLOR_GRAY06; .elip(@clamp:2); overflow: hidden; - } + > h3 { + font-weight: bold; + font-size: 24px; + color: @COLOR_GRAY06; + .elip(@clamp:2); + overflow: hidden; + } + } > p { font-weight: bold; font-size: 30px; @@ -146,18 +152,7 @@ .flex(@direction: column, @alignCenter: flex-start); width: 100%; - > h3 { - height: 64px; - font-weight: bold; - line-height: 1.33; - font-size: 24px; - color: @COLOR_GRAY06; - .elip(@clamp:2); - - overflow: hidden; - } - - > h3 { + > div.title { height: 64px; font-weight: bold; line-height: 1.33; @@ -177,6 +172,7 @@ overflow: hidden; } } + > p { font-weight: bold; font-size: 30px;