diff --git a/pages/shop/yueDaoDianDrtail.vue b/pages/shop/yueDaoDianDrtail.vue index 025fd84..6dbdd2b 100644 --- a/pages/shop/yueDaoDianDrtail.vue +++ b/pages/shop/yueDaoDianDrtail.vue @@ -11,18 +11,20 @@ {{mainData.consortiaName}} - - - 商家电话: - {{mainData.phone}} - - {{item}} + + + + 商家电话: + {{mainData.phone}} + + {{mainData.consortiaContent}} + 营业中 @@ -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; diff --git a/static/phone.png b/static/phone.png new file mode 100644 index 0000000..be6a697 Binary files /dev/null and b/static/phone.png differ