|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<view class="station-details">
|
|
<view class="station-details">
|
|
<u-image v-if="stationDetail.station.image != null" class="img" width="26.6%" height="75px" :src="stationDetail.station.image" loading-icon="photo"></u-image>
|
|
<u-image v-if="stationDetail.station.image != null" class="img" width="26.6%" height="75px" :src="stationDetail.station.image" loading-icon="photo"></u-image>
|
|
- <view class="station-name">
|
|
|
|
|
|
+ <view class="station-name" >
|
|
{{stationDetail.station.name}}
|
|
{{stationDetail.station.name}}
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -194,6 +194,11 @@
|
|
},
|
|
},
|
|
onLoad(op){
|
|
onLoad(op){
|
|
_self = this;
|
|
_self = this;
|
|
|
|
+
|
|
|
|
+ document.getElementsByTagName('body')[0].style.setProperty('--test', 'yellow');
|
|
|
|
+ window.document.getElementsByTagName('body')[0].style.setProperty('--test', 'yellow');
|
|
|
|
+
|
|
|
|
+// document.getElementsByTagName('body')[0].style.setProperty('--mode',1)
|
|
_self.processStationsInfo();
|
|
_self.processStationsInfo();
|
|
|
|
|
|
if(op!=null){
|
|
if(op!=null){
|
|
@@ -453,7 +458,7 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
// 站点信息
|
|
// 站点信息
|
|
.station-details {
|
|
.station-details {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -466,9 +471,10 @@
|
|
top: 13px;right: 16px;
|
|
top: 13px;right: 16px;
|
|
}
|
|
}
|
|
.station-name {
|
|
.station-name {
|
|
|
|
+ //line-height: 18px;
|
|
|
|
+ color: #101010;
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
- color: #101010;
|
|
|
|
- margin-bottom: 11px;
|
|
|
|
|
|
+ margin-bottom: 11px;
|
|
}
|
|
}
|
|
|
|
|
|
.details-item {
|
|
.details-item {
|