|
@@ -3,6 +3,7 @@
|
|
<u-navbar title="站点详情"></u-navbar>
|
|
<u-navbar title="站点详情"></u-navbar>
|
|
|
|
|
|
<view class="station-details">
|
|
<view class="station-details">
|
|
|
|
+ <u-image class="img" width="26.6%" height="75px" :src="src" loading-icon="photo"></u-image>
|
|
<view class="station-name">
|
|
<view class="station-name">
|
|
{{stationDetail.station.name}}
|
|
{{stationDetail.station.name}}
|
|
</view>
|
|
</view>
|
|
@@ -458,7 +459,11 @@
|
|
height: 100%;
|
|
height: 100%;
|
|
padding: 20px 16px 16px;
|
|
padding: 20px 16px 16px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
-
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ .img{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 13px;right: 16px;
|
|
|
|
+ }
|
|
.station-name {
|
|
.station-name {
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
color: #101010;
|
|
color: #101010;
|