|
@@ -5,7 +5,7 @@
|
|
|
<view @tap="openDrawer" style="color:white; position: relative;left: 0vh;top:5vh;z-index: 99999;">
|
|
|
<image src="../../static/picture/fourLine.png" style="width: 30px;height: 30px;"></image>
|
|
|
</view>
|
|
|
- <view style="color:white; position: relative;left: 21vh;top:1vh;z-index: 99999;">
|
|
|
+ <view style="color:white; position: relative;left: 20vh;top:1vh;z-index: 99999;">
|
|
|
|
|
|
<view class="notice">
|
|
|
<view class="icon cuIcon-notice text-white" v-if="badge != 0">
|
|
@@ -14,9 +14,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <block style="color:white; position: relative;left: 1vh;top:0vh;z-index: 99999;font-size: 15px;">{{address}}</block>
|
|
|
+ <block style="color:white; position: relative;left: -5vh;top:0vh;z-index: 99999;font-size: 15px;">{{address}}</block>
|
|
|
+ <view class="plus" @tap="showModal" data-target="viewModal" style="color:white; position: relative;left: -2vh;top:-2vh;z-index: 99999;">+</view>
|
|
|
</view>
|
|
|
- <view class="plus" @tap="showModal" data-target="viewModal" style="color:white; position: relative;left: 28vh;top:-4.5vh;z-index: 99999;">+</view>
|
|
|
+
|
|
|
|
|
|
<cu-custom bgColor="bg-blacks" :isBack="false" style="height: 180px;">
|
|
|
<block slot="backText">
|
|
@@ -3765,7 +3766,7 @@
|
|
|
}
|
|
|
|
|
|
.time {
|
|
|
- margin-top: 20%;
|
|
|
+ margin-top: 25%;
|
|
|
clear: both;
|
|
|
background-color: #242424;
|
|
|
width: 100%;
|