Kaynağa Gözat

细节调整

zhengkaixin 3 yıl önce
ebeveyn
işleme
00f4142de1
1 değiştirilmiş dosya ile 12 ekleme ve 13 silme
  1. 12 13
      pages/searchPile/stationAndPile/stationDetails.vue

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

@@ -15,21 +15,21 @@
 			<view class="details-item" style="margin-top: 22px;">
 				<text class="iconfont font5" :style="stationDetail.station.type.indexOf('1')>=0?(stationDetail.station.type.indexOf('2')>=0?'color: #00BAC8;':'color: #9d9fff;'):('color: #00b962;')">&#xe60a;</text> 
 <!--				style="color: #00b962;"-->
-				<text class="item-text">{{(stationDetail.station.type.indexOf('1')>=0?'直流快充':'')}}{{(stationDetail.station.type.indexOf(',')>=0?'/':'')}}{{(stationDetail.station.type.indexOf('2')>=0?'交流慢充':'')}}</text>
+				<text 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?'交流慢充':'')}}</text>
 			</view>
 			<view class="details-item">
 				<text class="iconfont font5" style="color: #4e94ff;">&#xe60e;</text> 
-				<text class="item-text">
+				<text class="item-text oldTextjp2" oldstyle="font-size: 16px;" >
 					{{stationDetail.station.distance!=null&&stationDetail.station.distance>0.1 ? stationDetail.station.distance.toFixed(1)+'公里':'小于100米'}}
 				</text>
 			</view>
 			 <view class="details-item">
 				<text class="iconfont font5" style="color: #ffad79;">&#xe621;</text>
-				 <text class="item-text"> {{stationDetail.station.describe}}</text>
+				 <text class="item-text oldTextjp2" oldstyle="font-size: 16px;" > {{stationDetail.station.describe}}</text>
 			</view> 
 			<view class="station-address" @click="map">
 				<img src="static/img/Frame 201.png" alt="">
-				<view class="address-text" >
+				<view class="address-text  oldTextjp" oldstyle="font-size: 16px;" >
 					{{stationDetail.station.address}}
 				</view>
 				<!--
@@ -78,7 +78,7 @@
 						<view class="name oldTextjp"  oldstyle="font-size: 20px;line-height: 23px;">
 						{{item.channelNo}}号/{{device.name}}
 						</view>
-						<view class="details">
+						<view class="details oldTextjp2"  oldstyle="font-size: 16px;line-height:16px;">
 							<text :style="device.type=='1' ? 'color:#CA9DFF':'color:#00B962'" style="margin-right:4px;">{{device.interfaceType}}{{device.chargingType}}</text> |<text style="margin-left: 4px;">{{device.chargingPower!=null?device.chargingPower+'kW':''}}</text>
 						</view>
 					</view>
@@ -551,7 +551,7 @@
 	.station-details {
 		width: 100%;
 		height: 100%;
-		padding: 20px 16px 16px;
+		padding: 20px 16px 0px;
 		background-color: #fff;
 		position: relative;
      .img{
@@ -572,7 +572,7 @@
 		}
 
 		.details-item {
-			margin-top: 11px;
+			margin-top: 5px;
 			height: 17px;
 
 			@include themeify{
@@ -589,7 +589,7 @@
 			line-height: 17px;
 			position: absolute;
 			left: 24px;
-			top: 2px;
+			top: 1px;
 		}
 
 		.station-address {
@@ -1049,7 +1049,7 @@
 	.charging-gun{
 		background-color: #fff;
 		.item{
-			padding: 24px 0;
+			padding: 12px 0;
 			margin: 0 16px;
 			display: flex;
 			border-bottom: 1px solid rgba(238, 242, 240, 100);
@@ -1080,9 +1080,8 @@
 				margin-left: 8px;
 				.name{
 					
-				 
-					font-size: 18px;
-					line-height: 20px;
+					font-size: 12px;
+					line-height: 16px;
 					color: rgba(16, 16, 16, 100);
 					
 					white-space: nowrap;
@@ -1092,7 +1091,7 @@
 				.details{
 					height: 16px;
 					margin-top: 8px;
-					font-size: 16px;
+					font-size: 12px;
 				}
 			}
 			.tag{