店铺

parent cbc02621
...@@ -40,11 +40,18 @@ ...@@ -40,11 +40,18 @@
<text class="tj">推荐</text> <text class="tj">推荐</text>
</view> </view>
<view class="score-icon"> <view class="score-icon">
<wd-rate v-model="value" size="22rpx" space="8rpx" :active-color="['#FA5151']" /> <wd-rate
color="#fff"
readonly
v-model="value"
size="22rpx"
space="8rpx"
:active-color="['#FA5151']"
/>
</view> </view>
</view> </view>
<view class="shop-business-hours"> <view class="shop-business-hours">
<texe>营业时间: 11:00-2230</texe> <texe>营业时间: 11:00-22:30</texe>
</view> </view>
</view> </view>
</view> </view>
...@@ -53,10 +60,14 @@ ...@@ -53,10 +60,14 @@
<text class="shop-distance">距您<150米 南明区</text> <text class="shop-distance">距您<150米 南明区</text>
<text class="shop-address-detail">南明区后巢乡花果园中环广场3号(M区3栋)一层104 号</text> <text class="shop-address-detail">南明区后巢乡花果园中环广场3号(M区3栋)一层104 号</text>
</view> </view>
<view class="shop-map-phone"></view> <view class="shop-map-phone">
<image class="img1" src="@/static/shop/map.png"></image>
<image src="@/static/shop/phone.png"></image>
</view> </view>
</view> </view>
</view> </view>
<view class="subsidy-content"></view>
</view>
</view> </view>
</template> </template>
...@@ -78,6 +89,9 @@ const onChange = (e) => { ...@@ -78,6 +89,9 @@ const onChange = (e) => {
</script> </script>
<style lang="scss"> <style lang="scss">
page {
background-color: #f9f9f9;
}
.shop-pages { .shop-pages {
width: 375 * 2rpx; width: 375 * 2rpx;
margin: 0 auto; margin: 0 auto;
...@@ -94,7 +108,7 @@ const onChange = (e) => { ...@@ -94,7 +108,7 @@ const onChange = (e) => {
.content { .content {
width: 750rpx; width: 750rpx;
// 商家信息
.shop-info { .shop-info {
width: 750rpx; width: 750rpx;
background-color: #fdfdfd; background-color: #fdfdfd;
...@@ -203,7 +217,24 @@ const onChange = (e) => { ...@@ -203,7 +217,24 @@ const onChange = (e) => {
color: #abaaaa; color: #abaaaa;
} }
} }
.shop-map-phone {
display: flex;
align-content: center;
.img1 {
margin-right: 48rpx;
}
image {
width: 20 * 2rpx;
height: 20 * 2rpx;
}
}
}
} }
// 补贴
.subsidy-content {
width: 100%;
box-sizing: border-box;
padding: 10rpx 40rpx 14rpx 12rpx;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment