This commit is contained in:
kbing1981 2024-07-11 16:57:34 +08:00
parent a1cfb217d6
commit 9839e82310
2 changed files with 33 additions and 6 deletions

View File

@ -11,18 +11,20 @@
<span>{{mainData.consortiaName}}</span>
</view>
</view>
<view class="header-bottom-title">
<view class="header-bottom-title-text" style="font-size: 12px;">
<span>商家电话</span>
<span style="margin-left: 10px;font-size: 12px;">{{mainData.phone}}</span>
</view>
</view>
<view class="shop_label" v-if="labels">
<span v-for="(item,index) in labels" :key="index">{{item}}</span>
</view>
<view class="header-bottom-title">
<view class="header-bottom-title-text1">
<span><image src="../../static/phone.png" class="shop-img"></span>
<span>商家电话</span>
<span>{{mainData.phone}}</span>
</view>
</view>
<view class="item-view-jianjie">
{{mainData.consortiaContent}}
</view>
<view class="header-bottom-money-view">
<view class="shop-bottom-money1">
<image src="../../static/clock.png" class="shop-img"></image><span class="shop-bottom-text">营业中</span>
@ -698,6 +700,31 @@
font-size: 35rpx;
color: #13141A;
}
.header-bottom-title-text1{
display: flex;
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
border-radius: 30rpx;
align-items: center;
margin: 10rpx 0;
}
.header-bottom-title-text1 span:nth-child(1){
text-align: center;
color: #fff;
margin-left: 8rpx;
}
.header-bottom-title-text1 span:nth-child(2){
text-align: center;
color: #fff;
margin-left: 8rpx;
font-size: 24rpx;
}
.header-bottom-title-text1 span:nth-child(3){
text-align: center;
color: #fff;
margin-right: 15rpx;
font-size: 24rpx;
}
.header-bottom-title{
width: 100%;
display: flex;

BIN
static/phone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB