lilei vor 4 Jahren
Ursprung
Commit
fd37d75d49
4 geänderte Dateien mit 14 neuen und 8 gelöschten Zeilen
  1. 12 7
      pages/index/index.vue
  2. 2 1
      pages/store/store.vue
  3. BIN
      static/dz-icon.png
  4. BIN
      static/time-icon.png

+ 12 - 7
pages/index/index.vue

@@ -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;

+ 2 - 1
pages/store/store.vue

@@ -8,7 +8,7 @@
 		show-compass 
 		show-location 
 		:markers="markers"
-		style="width: 100%; height:400rpx;">
+		style="width: 100%; height:500rpx;">
 		</map>
 		<!-- 网点信息及设备 -->
 		<view class="details" v-if="stationData">
@@ -129,6 +129,7 @@
 		margin: 20upx;
 		.details-address{
 			display: flex;
+			align-items: center;
 			padding: 20upx;
 			background: #FFFFFF;
 			border-radius: 15upx;

BIN
static/dz-icon.png


BIN
static/time-icon.png