zkx 4 лет назад
Родитель
Сommit
f6cbfe828a
1 измененных файлов с 13 добавлено и 26 удалено
  1. 13 26
      pages/route/index.vue

+ 13 - 26
pages/route/index.vue

@@ -109,7 +109,7 @@
 				
 				<template v-for="item,i in stationList">
 					<view   class="scroll-view-item" 
-					:class="{'map-route-origin map-geton ':i==0,'map-route-item':i!=0,'map-geton':downid==item.id,'map-down':downid==item.id}"
+					:class="{'map-route-origin map-geton ':i==0,'map-route-item':i!=0,'map-geton':downid==item.id,'map-down':downid==item.id,'map-now':item.currentStationStatus=='2'}"
 					 >
 						
 						<view class="map-route-car" v-if="showCar(item)">
@@ -117,7 +117,7 @@
 						</view>
 						<view class="map-route-circle"  @click="downBtn(item)" :style="i==0&&downid!=item.id?'border: 3px solid #1e8abd;':''">
 			
-							<img src="static/img/plate.png" style=" width: 12px; margin-top: 3px;" v-if="downid==item.id" alt="">
+							<img src="static/img/plate4.png?v=1" style=" width: 12px; margin-top: 3px;" v-if="downid==item.id" alt="">
 						</view>
 						
 						<view class="map-route-line" @click="downBtn(item)"></view>
@@ -466,7 +466,7 @@
 			.map-route-circle {
 				width: 24px;
 				height: 24px;
-				border: 3px solid #25ad3b;
+				border: 3px solid #FF6200;
 				color:#25ad3b;
 				text-align: center;
 				line-height: 18px;
@@ -476,31 +476,18 @@
 			}
 	
 			.map-route-name {
-				color: #25ad3b
+				color: #FF6200;
+				font-weight:bold;
+				font-size:14px;
 			}
 		}
-	.map-route-item.map-geton1 {
-			.map-geton-mark {
-				width: 20px;
-				height: 20px;
-				right: 0;
-				position: absolute;
-				right: -4px;
-				top: 5px;
-	
-				img {
-					height: 100%;
-					width: 100%;
-				}
-			}
-	
-			.map-route-circle {
-				border: 3px solid #25ad3b;
-			}
-	
-			.map-route-name {
-				color: #25ad3b
-			}
+		.map-down{
+			.map-route-name {
+				color: #FF6200;
+				font-weight:bold;
+				font-size:14px;
+			}
+			
 		}
 		.add-foot {
 			position: fixed;