|
@@ -21,7 +21,7 @@
|
|
|
<!-- 内容 -->
|
|
|
<view class="strategy" v-if="strategyIndex >= 4">
|
|
|
<view class="banne-content" v-if="strategyIndex == 4">
|
|
|
- <swiper autoplay :interval="4000" circular indicator-dots>
|
|
|
+ <swiper autoplay :interval="4000" circular>
|
|
|
<view v-for="(bannerItem, index) in bannerDataList" :key="index" @click.native="bannerSwiperHandler(bannerItem)">
|
|
|
<swiper-item>
|
|
|
<image :src="bannerItem.IndexImg"></image>
|
|
@@ -759,11 +759,11 @@ export default {
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
.banne-content {
|
|
|
- height: 110rpx;
|
|
|
+ // height: 110rpx;
|
|
|
width: 100%;
|
|
|
- padding: 0 30rpx;
|
|
|
+ padding: 20rpx 30rpx 0;
|
|
|
overflow: hidden;
|
|
|
- margin: 20rpx auto;
|
|
|
+ margin: 0 auto 20rpx;
|
|
|
border-radius: 8rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|