行走红色苏州

main
lion 4 months ago
parent 84d894d7d1
commit 3087f791ff

@ -289,12 +289,8 @@
padding-bottom: 0; padding-bottom: 0;
swiper { swiper {
height: calc(50vh - 200rpx) !important; height: calc(50vh - 180rpx) !important;
background-color: transparent !important;
// #ifdef H5
height: 400px !important;
background-color: transparent !important; background-color: transparent !important;
// #endif
image { image {
height: 85%; height: 85%;

@ -54,7 +54,7 @@
<!-- #ifdef H5 --> <!-- #ifdef H5 -->
<!-- H5端不支持cover-view使用普通view --> <!-- H5端不支持cover-view使用普通view -->
<view class="maps-info" v-if="showNear"> <view class="maps-info" v-if="showNear">
<view class="maps-info-near" :style="{'bottom': showPointer ? '420rpx' : '200rpx'}" @click.stop="getNears" v-if="!showLocationTip"> <view class="maps-info-near" :style="{'bottom': showPointer ? '500rpx' : '200rpx'}" @click.stop="getNears" v-if="!showLocationTip">
<image src="../../static/home-near.png" mode=""></image> <image src="../../static/home-near.png" mode=""></image>
</view> </view>
<view class="maps-info-pointer" v-if="showPointer && pointer"> <view class="maps-info-pointer" v-if="showPointer && pointer">

Loading…
Cancel
Save