|
|
@@ -26,15 +26,15 @@
|
|
|
<view class="text"><text>550023532@qq.com</text></view>
|
|
|
</view>
|
|
|
<view class="map">
|
|
|
- <image class="map-box" src="../../static/img/baseaddr.jpg"></image>
|
|
|
+ <image class="map-box" src="../../static/icon/erweima.jpg"></image>
|
|
|
<view class="map-font flex">
|
|
|
<view class="font-left">沙市区红十字会</view>
|
|
|
<view @click="navigation()" class="font-right"><image src="../../static/img/btn.png" mode="aspectFill"></image></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="qrcode">
|
|
|
+ <!-- <view class="qrcode">
|
|
|
<image src="../../static/images/qrcode.jpg" mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<uni-popup ref="popup2" type="bottom" @click="close">
|
|
|
<view class="popup_row">
|
|
|
@@ -125,8 +125,8 @@ export default {
|
|
|
<style lang="scss">
|
|
|
.center {
|
|
|
border: 20rpx solid #e01a1c;
|
|
|
- // height: 100vh;
|
|
|
- min-height: 600px;
|
|
|
+ height: 100%;
|
|
|
+ // min-height: 600px;
|
|
|
}
|
|
|
.flex {
|
|
|
display: flex;
|
|
|
@@ -229,7 +229,7 @@ export default {
|
|
|
line-height: 0;
|
|
|
.map-box {
|
|
|
width: 513rpx;
|
|
|
- height: 286rpx;
|
|
|
+ height: 513rpx;
|
|
|
background: #ffffff;
|
|
|
}
|
|
|
.map-font {
|