行走红色苏州

main
lion 3 months ago
parent 84d894d7d1
commit 3087f791ff

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

@ -54,7 +54,7 @@
<!-- #ifdef H5 -->
<!-- H5端不支持cover-view使用普通view -->
<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>
</view>
<view class="maps-info-pointer" v-if="showPointer && pointer">

Loading…
Cancel
Save