zhengkaixin 2 gadi atpakaļ
vecāks
revīzija
134f5206fc

+ 2 - 2
main.js

@@ -101,7 +101,7 @@ Vue.mixin({
 				var  u_cell_title = document.getElementsByClassName("u-cell_title")
  				style1 ="line-height: 20px;color: rgb(96, 98, 102);  font-size: 16px;    overflow: unset;"
 			
-				style2 ="color: rgb(96, 98, 102); font-size: 13px; font-weight: normal;"
+				style2 ="color: rgb(96, 98, 102); font-size: 16px; font-weight: normal;"
 				styleg(g,style1,style2,list_u_title)
 				styleg(g,style1,style2,u_cell_title)
 				style1 ="line-height: 20px;color: rgb(16, 16, 16);  font-size: 16px;    overflow: unset;"
@@ -112,7 +112,7 @@ Vue.mixin({
 				
 				var list_u_value = document.getElementsByClassName("u-cell__value")
 				style1 ="line-height: 20px;color: rgb(96, 98, 102);  font-size: 16px;    overflow: unset;"
-				style2 ="color: rgb(96, 98, 102); font-size: 13px; font-weight: normal;"
+				style2 ="color: rgb(96, 98, 102); font-size: 15px; font-weight: normal;"
 				
 				styleg(g,style1,style2,list_u_value)
 				

+ 2 - 2
pages/searchPile/searchPile.vue

@@ -159,8 +159,8 @@
 					
 					<view class="free">
 						<text :class="item.type == '快充' ? 'fast-charge':(item.type == '慢充' ? 'trickle-charge':'fast-trickle-charge')">{{item.type}}</text> 
-						<view class="free-nuhttps://t7.baidu.com/it/u=1819248061,230866778&fm=193&f=GIF">
-							<text style="color:#009143;">空闲{{item.idleNum}}</text>/总数{{item.total}}
+				<view class="free-num">			
+				  <text style="color:#009143;">空闲{{item.idleNum}}</text>/总数{{item.total}}
 						</view>
 						<view class="distance">
 							<text class="iconfont distance-font">&#xe615;</text>{{item.distance.toFixed(1)}}公里 {{item.time.toFixed(0)}}分钟

+ 12 - 9
pages/searchPile/stationAndPile/stationDetails.vue

@@ -1,18 +1,20 @@
 <template>
 	<view style="padding-bottom: 28px;">
 		<ujp-navbar title="站点详情">
-			<view slot="right">
+			<view slot="right" style="margin-right: 10px;">
 				<span  style="font-size: 16px; color: rgb(96, 98, 102);" @click="getChargingStationDetail">刷新</span>
 			</view>
 		</ujp-navbar>
 		 
 		<view v-if="stationDetail.station!=null"  class="station-details">
-			<u-image border-radius='15rpx'  v-if="stationDetail.station != null && stationDetail.station.image != null" class="img" width="26.6%" height="75px" :src="stationDetail.station.image" loading-icon="photo" @click="previewImage(stationDetail.station.image)"></u-image>			
+			<u-image border-radius='15rpx'  v-if="stationDetail.station != null && stationDetail.station.image != null" class="img" 
+			width="30.6%" height="150rpx" 
+			:src="stationDetail.station.image" loading-icon="photo" @click="previewImage(stationDetail.station.image)"></u-image>			
 			<view class="station-name" >
 				{{stationDetail.station.name}}
 			</view>
 			
-			<view class="details-item" style="margin-top: 22px;">
+			<view class="details-item" style="margin-top: 16px;">
 				<view class="iconfont font5" :style="stationDetail.station.type.indexOf('1')>=0?(stationDetail.station.type.indexOf('2')>=0?'color: #00BAC8;':'color: #9d9fff;'):('color: #00b962;')">&#xe60a;</view> 
 <!--				style="color: #00b962;"-->
 				<view class="item-text oldTextjp2" oldstyle="font-size: 16px;" >{{(stationDetail.station.type.indexOf('1')>=0?'直流快充':'')}}{{(stationDetail.station.type.indexOf(',')>=0?'/':'')}}{{(stationDetail.station.type.indexOf('2')>=0?'交流慢充':'')}}</view>
@@ -730,12 +732,12 @@
 	.station-details {
 		width: 100%;
 		height: 100%;
-		padding: 20px 16px 0px;
+		padding: 16px 16px 0px;
 		background-color: #fff;
 		position: relative;
      .img{
 		 position: absolute;
-		 top: 13px;right: 16px;
+		 top: 16px;right: 16px;
 	 }
 		.station-name {
 			//line-height: 18px;
@@ -746,6 +748,7 @@
 				font-size: themed('font-size4');
 				letter-spacing: themed('letterSpacing');
 			}
+			width: 65%;
 /*			line-height: 18px;*/
  			margin-bottom: 11px;
 		}
@@ -772,7 +775,7 @@
 			
 			color: rgba(102, 102, 102, 100);
 			margin-left: 10px;
-			
+			font-size: 14px;
 			// position: absolute;
 			// left: 24px;
 			// top: 1px;
@@ -1268,7 +1271,7 @@
 				margin-left: 8px;
 				.name{
 					
-					font-size: 12px;
+					font-size: 14px;
 					line-height: 16px;
 					color: rgba(16, 16, 16, 100);
 					
@@ -1325,8 +1328,8 @@
 		border-bottom: 1px solid rgba(238, 242, 240, 100);
 		padding-left: 76px;
 		padding-bottom: 19px;
-		line-height: 24px;
-		font-size: 16px;
+		line-height: 18px;
+		font-size: 14px;
 		color: rgb(136, 136, 136);
 		p{
 		text-indent: 112px;