Fix:【商城小程序】商品详情页—产品参数文字改为居中

This commit is contained in:
modendeveloper
2024-09-13 00:05:47 +08:00
parent 94405b6de9
commit 8f5eca5c62
2 changed files with 5 additions and 6 deletions
-2
View File
@@ -47,8 +47,6 @@ export default {
<style>
.wrap{
height: 388rpx;
height: 120rpx;
background: rgba(197,39,51,0.1);
border-radius: 16rpx;
padding: 20rpx;
+5 -4
View File
@@ -257,12 +257,13 @@
</view>
<!-- v-if="storeInfo.guarantee" -->
<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">
<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>
</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>
@@ -342,12 +343,12 @@
class="row flex ai-center"
>
<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 }}
</view>
</view>
<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 }}
</view>
</view>