|
@@ -46,7 +46,7 @@
|
|
|
<image src="/static/time-icon.png" class="item-icon"></image>
|
|
|
<view class="s-time item-main">
|
|
|
<view>
|
|
|
- 营业时间:
|
|
|
+ <text>营业时间:</text>
|
|
|
<text v-for="(tItem, tInd) in item.deliveryTimeRuleItemList" :key="tInd">
|
|
|
{{ tItem.openTime }} - {{ tItem.closeTime }}{{ tInd == item.deliveryTimeRuleItemList.length - 1 ? '' : ',' }}
|
|
|
</text>
|
|
@@ -307,7 +307,7 @@
|
|
|
}
|
|
|
}
|
|
|
.storeList {
|
|
|
- padding: 25upx 20upx 20upx;
|
|
|
+ padding: 25upx 0 20upx;
|
|
|
.store-section {
|
|
|
display: block;
|
|
|
margin-bottom: 20rpx;
|
|
@@ -326,25 +326,30 @@
|
|
|
}
|
|
|
.item-con {
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
&:last-child {
|
|
|
.item-main {
|
|
|
border: none;
|
|
|
}
|
|
|
}
|
|
|
.item-icon {
|
|
|
- width: 34rpx;
|
|
|
- height: 34rpx;
|
|
|
+ width: 30rpx;
|
|
|
+ height: 30rpx;
|
|
|
margin-right: 10rpx;
|
|
|
flex-shrink: 0;
|
|
|
- padding: 18rpx 0;
|
|
|
+ padding: 22rpx 0;
|
|
|
}
|
|
|
.item-main {
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
color: #666;
|
|
|
- padding: 18rpx 0;
|
|
|
+ padding: 22rpx 0;
|
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
|
flex-grow: 1;
|
|
|
}
|
|
|
+ .s-name{
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
.s-address {
|
|
|
display: flex;
|
|
|
align-items: center;
|