页面修改
This commit is contained in:
parent
18d3622cff
commit
8203989bff
@ -65,10 +65,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
</transition>
|
||||
<view class="box">
|
||||
<view :class="act_swiper">
|
||||
@ -80,7 +77,6 @@
|
||||
height="998.83rpx"></u--image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
|
||||
</view>
|
||||
<view class="" style="height:998.83rpx;" v-if="act_swiper">
|
||||
|
||||
@ -306,6 +302,7 @@
|
||||
this.cartFn()
|
||||
uni.getSystemInfo({
|
||||
success: (res) => {
|
||||
console.log(res)
|
||||
this.winHeight = res.windowHeight
|
||||
this.appInfo = res.safeAreaInsets
|
||||
},
|
||||
@ -664,7 +661,7 @@
|
||||
}
|
||||
|
||||
.goods_list {
|
||||
min-height: 100vh;
|
||||
min-height: 95vh;
|
||||
padding: 0 10rpx;
|
||||
// background-color: red;
|
||||
|
||||
@ -755,6 +752,7 @@
|
||||
// background-color: green;
|
||||
z-index: 99;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user