作者 xuqiang

提交

... ... @@ -23,7 +23,9 @@
</view>
</view>
<view class="empTopH"></view>
<swiper class="imgSwiper" :style="{height:swiperHeight+'px'}" @change="changeImg" :indicator-dots="true" :indicator-active-color="'#fff'" :indicator-color="'rgba(255,255,255,0.30)'" :circular="true">
<!-- @change="changeImg" -->
<!-- :style="{height:swiperHeight+'px'}" -->
<swiper class="imgSwiper" :indicator-dots="false" :indicator-active-color="'#fff'" :indicator-color="''" :circular="true">
<swiper-item v-for="(item,index) in articleInfo.images" :key="index" @click="closeAllAlert">
<view class="swiper-item">
<image :src="item" mode="widthFix"></image>
... ... @@ -549,7 +551,12 @@
height: calc(88rpx + var(--status-bar-height));
}
.imgSwiper{
height: 1028rpx;
.swiper-item{
height: 1028rpx;
display: flex;
justify-content: center;
align-items: center;
image{width: 750rpx;}
}
}
... ...