Commit d2a90663 authored by 肖健's avatar 肖健

首页悬浮z-index先注释了,小屏幕手机有可能会遮挡底部导航栏。个人中心大屏手机广告垂直方向底部对齐

parent b938b434
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
.banner-other{ .banner-other{
position: absolute; position: absolute;
right:-22rpx;top:-80rpx; right:-22rpx;top:-80rpx;
z-index:100; // z-index:100;
} }
} }
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<u-gap bgColor="transparent" v-if="carouselFlag" height="20"></u-gap> <u-gap bgColor="transparent" v-if="carouselFlag" height="20"></u-gap>
</view> </view>
<view v-if="carouselFlag" :class="carouselHeight > 0 ? 'carouselView' : 'carouselView carouselView2'" :style="{height: carouselHeight > 0 ? carouselHeight + 'rpx' : '120px'}"> <view v-if="carouselFlag" :class="carouselHeight > 0 ? 'carouselView' : 'carouselView carouselView2'" :style="{height: carouselHeight > 0 ? carouselHeight + 'rpx' : '120px'}">
<view style="position: relative; width: 100%;"> <view style="position: relative; width: 100%;margin-bottom: 15px;">
<u-swiper radius="12rpx" :height="120" :list="list5" circular @change="e => current = e.current" <u-swiper radius="12rpx" :height="120" :list="list5" circular @change="e => current = e.current"
:autoplay="true" keyName="imageUrl" @click="goOtherLink"> :autoplay="true" keyName="imageUrl" @click="goOtherLink">
</u-swiper> </u-swiper>
...@@ -424,7 +424,7 @@ ...@@ -424,7 +424,7 @@
.carouselView { .carouselView {
width: 700rpx; width: 700rpx;
margin: 0 auto; margin: 0 auto;
display: flex; justify-content: center; align-items: center; display: flex; justify-content: center; align-items: flex-end;
height:120rpx; height:120rpx;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment