|
@@ -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;')"></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;
|