|
@@ -1,6 +1,10 @@
|
|
|
<template>
|
|
|
<view style="padding-bottom: 138px;">
|
|
|
- <u-navbar title="站点详情"></u-navbar>
|
|
|
+ <u-navbar title="站点详情">
|
|
|
+ <view class="iconfont qr-code">
|
|
|
+ 
|
|
|
+ </view>
|
|
|
+ </u-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>
|
|
@@ -623,7 +627,14 @@
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import "@/_theme.scss";
|
|
|
+ .qr-code{
|
|
|
+ font-size: 24px;
|
|
|
+ color: #666666;
|
|
|
+ position: absolute;
|
|
|
+ right: 16px;
|
|
|
+ }
|
|
|
// 站点信息
|
|
|
+
|
|
|
.station-details {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -1195,8 +1206,8 @@
|
|
|
/deep/.u-tab-bar{
|
|
|
height: 4px !important;
|
|
|
background-color: #00b962 !important;
|
|
|
- // width: 50px !important;
|
|
|
- // left: -15px !important;
|
|
|
+ width: 50px !important;
|
|
|
+ left: -15px !important;
|
|
|
bottom: -5px !important;
|
|
|
|
|
|
}
|