|
@@ -41,13 +41,17 @@
|
|
|
<view class="h-row" @click="selectStore(item)">
|
|
<view class="h-row" @click="selectStore(item)">
|
|
|
<view class="h-left-value">
|
|
<view class="h-left-value">
|
|
|
<view class="h-text">
|
|
<view class="h-text">
|
|
|
- <image src="../../static/index/u55.png" mode=""></image>
|
|
|
|
|
|
|
+ <image src="../../static/goods/dingwei.png" mode=""></image>
|
|
|
<text>地址:{{item.address}}</text>
|
|
<text>地址:{{item.address}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="h-text">
|
|
<view class="h-text">
|
|
|
- <image src="../../static/me/u1796.png" mode=""></image>
|
|
|
|
|
|
|
+ <image src="../../static/goods/time.png" mode=""></image>
|
|
|
营业时间:<text>{{item.tradeTime}}~{{item.gooutTime}}</text>
|
|
营业时间:<text>{{item.tradeTime}}~{{item.gooutTime}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="h-text">
|
|
|
|
|
+ <image src="../../static/goods/zixun.png" mode=""></image>
|
|
|
|
|
+ 咨询热线:<text>{{item.phone || ''}}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view class="h-right-value h-flex">-->
|
|
<!-- <view class="h-right-value h-flex">-->
|
|
|
<!-- <view class="phone">-->
|
|
<!-- <view class="phone">-->
|
|
@@ -237,23 +241,22 @@ export default {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
.h-left-value{
|
|
.h-left-value{
|
|
|
.h-name{
|
|
.h-name{
|
|
|
- height: 22px;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
- line-height: 22px;
|
|
|
|
|
|
|
+ line-height: 40rpx;
|
|
|
}
|
|
}
|
|
|
.h-text{
|
|
.h-text{
|
|
|
- font-size: 10px;
|
|
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #999999;
|
|
color: #999999;
|
|
|
- line-height: 18px;
|
|
|
|
|
|
|
+ line-height: 40rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
image{
|
|
image{
|
|
|
- margin-right: 6px;
|
|
|
|
|
- height: 12px;
|
|
|
|
|
- width: 12px;
|
|
|
|
|
|
|
+ margin-right: 12rpx;
|
|
|
|
|
+ height: 24rpx;
|
|
|
|
|
+ width: 24rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|