商品手机端详情内容优化
parent
1f725caee4
commit
0f44d37f37
|
|
@ -235,10 +235,11 @@
|
||||||
/**
|
/**
|
||||||
* app独立内容
|
* app独立内容
|
||||||
*/
|
*/
|
||||||
.goods-detail-app .content-items view {
|
.goods-detail-app .content-items .item {
|
||||||
padding: 15rpx 10rpx;
|
padding: 4rpx 10rpx;
|
||||||
line-height: 44rpx;
|
line-height: 40rpx;
|
||||||
font-size: 32rpx;
|
font-size: 28rpx;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -399,7 +399,7 @@
|
||||||
<view v-for="(item, index) in goods_content_app" :key="index" class="goods-detail-app">
|
<view v-for="(item, index) in goods_content_app" :key="index" class="goods-detail-app">
|
||||||
<image v-if="(item.images || null) != null" @tap="goods_detail_images_view_event" :data-value="item.images" class="wh-auto dis-block" :src="item.images" mode="widthFix"></image>
|
<image v-if="(item.images || null) != null" @tap="goods_detail_images_view_event" :data-value="item.images" class="wh-auto dis-block" :src="item.images" mode="widthFix"></image>
|
||||||
<view v-if="(item.content || null) != null" class="content-items">
|
<view v-if="(item.content || null) != null" class="content-items">
|
||||||
<view v-for="(items, index2) in item.content" :key="index2">{{ items }}</view>
|
<view v-for="(items, index2) in item.content" :key="index2" class="item">{{ items }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue