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 18f42751..4267b698 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -253,6 +253,7 @@ color: @COLOR_GRAY06; font-size: 24px; flex-wrap: wrap; + align-content: flex-start; .logo { width: 60px; height: 60px; @@ -275,17 +276,18 @@ .size(@w: 508px, @h: 107px); .title { margin-left: 10px; - .size(@w: 438px, @h: 64px); - align-self: center; + .size(@w: 438px, @h: 60px); + align-self: flex-start; font-weight: bold; - line-height: 1.33; + line-height: 30px; .elip(@clamp: 2); } .hstmNmTitle { margin: 5px 0 0 70px; - .size(@w: 438px, @h: 36px); + .size(@w: 438px, @h: 26px); color: #767676; font-size: 22px; + line-height: 1.18; .elip(@clamp: 1); font-weight: normal; }