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 f97d9135..18f42751 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -248,8 +248,8 @@ .descWrap { display: flex; - .size(@w: 438px, @h: 64px); - margin-top: 35px; + .size(@w: 508px, @h: 64px); + margin-top: 10px; color: @COLOR_GRAY06; font-size: 24px; flex-wrap: wrap; @@ -263,6 +263,7 @@ } .title { .size(@w: 438px, @h: 64px); + margin-left: 10px; align-self: center; font-weight: bold; line-height: 1.33; @@ -332,7 +333,7 @@ color: @COLOR_GRAY06; font-size: 24px; .size(@w: 276px, @h: 100%); - padding: 18px 12px; + padding: 0px 12px 18px; .logo { width: 60px; height: 60px;