店铺

parent cbc02621
......@@ -40,11 +40,18 @@
<text class="tj">推荐</text>
</view>
<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 class="shop-business-hours">
<texe>营业时间: 11:00-2230</texe>
<texe>营业时间: 11:00-22:30</texe>
</view>
</view>
</view>
......@@ -53,9 +60,13 @@
<text class="shop-distance">距您<150米 南明区</text>
<text class="shop-address-detail">南明区后巢乡花果园中环广场3号(M区3栋)一层104 号</text>
</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 class="subsidy-content"></view>
</view>
</view>
</template>
......@@ -78,6 +89,9 @@ const onChange = (e) => {
</script>
<style lang="scss">
page {
background-color: #f9f9f9;
}
.shop-pages {
width: 375 * 2rpx;
margin: 0 auto;
......@@ -94,7 +108,7 @@ const onChange = (e) => {
.content {
width: 750rpx;
// 商家信息
.shop-info {
width: 750rpx;
background-color: #fdfdfd;
......@@ -203,8 +217,25 @@ const onChange = (e) => {
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;
}
}
}
</style>
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