This commit is contained in:
parent
a1cfb217d6
commit
9839e82310
|
@ -11,18 +11,20 @@
|
||||||
<span>{{mainData.consortiaName}}</span>
|
<span>{{mainData.consortiaName}}</span>
|
||||||
</view>
|
</view>
|
||||||
</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">
|
<view class="shop_label" v-if="labels">
|
||||||
<span v-for="(item,index) in labels" :key="index">{{item}}</span>
|
<span v-for="(item,index) in labels" :key="index">{{item}}</span>
|
||||||
</view>
|
</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">
|
<view class="item-view-jianjie">
|
||||||
{{mainData.consortiaContent}}
|
{{mainData.consortiaContent}}
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="header-bottom-money-view">
|
<view class="header-bottom-money-view">
|
||||||
<view class="shop-bottom-money1">
|
<view class="shop-bottom-money1">
|
||||||
<image src="../../static/clock.png" class="shop-img"></image><span class="shop-bottom-text">营业中</span>
|
<image src="../../static/clock.png" class="shop-img"></image><span class="shop-bottom-text">营业中</span>
|
||||||
|
@ -698,6 +700,31 @@
|
||||||
font-size: 35rpx;
|
font-size: 35rpx;
|
||||||
color: #13141A;
|
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{
|
.header-bottom-title{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue