|
@@ -56,7 +56,7 @@
|
|
|
<view class="bmTitle">活动门店</view>
|
|
|
<img src="../../static/img/chahao.png" alt="" class="bmChimg" @click="noShowShop2">
|
|
|
</view>
|
|
|
- <view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
|
|
|
+ <view style="padding: 0 24rpx; height: 65vh;overflow-y: scroll;">
|
|
|
<view class="ckshopLine" v-for="(item,index) in shopckList" >
|
|
|
<view class="shoplineLeft">
|
|
|
<image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
|
|
@@ -334,13 +334,14 @@
|
|
|
.baomingCont{
|
|
|
position: absolute;
|
|
|
width: 750rpx;
|
|
|
- height:850rpx;
|
|
|
- padding-bottom: constant(safe-area-inset-bottom);
|
|
|
- padding-bottom: env(safe-area-inset-bottom);
|
|
|
+ /* height:850rpx; */
|
|
|
+ /* padding-bottom: constant(safe-area-inset-bottom);
|
|
|
+ padding-bottom: env(safe-area-inset-bottom); */
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
background: #ffffff;
|
|
|
border-radius: 24rpx 24rpx 0px 0px;
|
|
|
+ padding-bottom: 10rpx;
|
|
|
}
|
|
|
.shopRightIcon{
|
|
|
width: 44rpx;
|