diff --git a/pages/goods-category/goods-category.css b/pages/goods-category/goods-category.css index bf558a26..88b815ee 100644 --- a/pages/goods-category/goods-category.css +++ b/pages/goods-category/goods-category.css @@ -97,10 +97,6 @@ font-weight: 600; } -.content-item .desc { - margin-bottom: 56rpx; -} - .content-item .icon { width: 92rpx; height: 92rpx; @@ -117,6 +113,13 @@ .model-one .content-item:nth-child(3n) { border-right: 0; +} +.model-one .content .desc { + min-height: 52rpx; + line-height: 26rpx; +} +.model-one .content { + height: 240rpx; } .one-content image { diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue index 623449cd..324c2993 100644 --- a/pages/goods-category/goods-category.vue +++ b/pages/goods-category/goods-category.vue @@ -29,9 +29,9 @@ - + {{ item.name }} - {{ item.describe }} + {{ item.describe }} @@ -227,7 +227,7 @@ - + {{ v.name }} @@ -248,7 +248,7 @@ - + {{ vs.name }}