Fix:【商城小程序】商品详情页—产品参数文字改为居中
This commit is contained in:
@@ -47,8 +47,6 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.wrap{
|
.wrap{
|
||||||
height: 388rpx;
|
|
||||||
height: 120rpx;
|
|
||||||
background: rgba(197,39,51,0.1);
|
background: rgba(197,39,51,0.1);
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
|
|||||||
@@ -257,12 +257,13 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- v-if="storeInfo.guarantee" -->
|
<!-- v-if="storeInfo.guarantee" -->
|
||||||
<view class="cell flex jc-between ai-center" v-if="storeInfo.guarantee" @click="showService">
|
<view class="cell flex jc-between ai-center" v-if="storeInfo.guarantee" @click="showService">
|
||||||
<view class="flex ai-center" >
|
<view class="flex v12-align-start" >
|
||||||
<view class="after-title flex-0 v12-dark-text v12-font-28 v12-align-center">
|
<view class="after-title flex-0 v12-dark-text v12-font-28 v12-align-center">
|
||||||
<image class="logo" :src="webUrl+'/orderIcon/服务.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
<image class="logo" :src="webUrl+'/orderIcon/服务.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
||||||
<text class="v12-ml-1 v12-font-28">服务</text>
|
<text class="v12-ml-1 v12-font-28">服务</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="title v12-secondary-dark-text v12-font-28">{{ storeInfo.guarantee }}</view>
|
<!-- <view class="title v12-secondary-dark-text v12-font-28">{{ storeInfo.guarantee }}</view> -->
|
||||||
|
<rich-text class='title v12-secondary-dark-text v12-font-28' :nodes="storeInfo.guarantee" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -342,12 +343,12 @@
|
|||||||
class="row flex ai-center"
|
class="row flex ai-center"
|
||||||
>
|
>
|
||||||
<view class="title tc">
|
<view class="title tc">
|
||||||
<view class="title-cont v12-font-24 v12-text-right.">
|
<view class="title-cont v12-font-24 v12-text-center">
|
||||||
{{ item.key }}
|
{{ item.key }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="value tc v12-font-weight-500">
|
<view class="value tc v12-font-weight-500">
|
||||||
<view class="value-cont v12-font-24 v12-text-left">
|
<view class="value-cont v12-font-24 v12-text-center">
|
||||||
{{ item.value }}
|
{{ item.value }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user