diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue index e90257b..af84610 100644 --- a/pkg_product/views/healthFoods.vue +++ b/pkg_product/views/healthFoods.vue @@ -108,7 +108,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -140,7 +140,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -371,8 +371,8 @@ export default { position: relative; } .desc-txt { - height: 78rpx; line-height: 40rpx; + max-height: 78rpx; } .address{ position: absolute; @@ -392,9 +392,12 @@ export default { align-items: flex-start; } .waterfall-column { - width: 48%; + width: 49.9%; display: flex; flex-direction: column; + .img{ + height: 670rpx; + } } .atr{ width: 52rpx; diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 68c6bfc..4e61c9d 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -78,7 +78,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -110,7 +110,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -332,8 +332,8 @@ export default { position: relative; } .desc-txt { - height: 78rpx; line-height: 40rpx; + max-height: 78rpx; } .address{ position: absolute; @@ -353,9 +353,12 @@ export default { align-items: flex-start; } .waterfall-column { - width: 48%; + width: 49.9%; display: flex; flex-direction: column; + .img{ + height: 670rpx; + } } .atr{ width: 52rpx;