现象如下:
代码:
<template>
<div class="container">
<div class="wrapper">
<swiper :options="swiperOptions">
<swiper-slide>
<img class="gallary-img" src="http://img1.qunarzz.com/sight/p0/1412/be/c788f0f3767d2ea037b9b66d2010bfa4.water.jpg_r_800x800_2ddc6f15.jpg" />
</swiper-slide>
<swiper-slide>
<img class="gallary-img" src="http://img1.qunarzz.com/sight/p0/1712/67/678aa50844275f8ba3.img.jpg_r_800x800_3b75e50a.jpg" />
</swiper-slide>
<div class="swiper-pagination" slot="pagination"></div>
</swiper>
</div>
</div>
</template>
<script>
export default {
name: 'CommonGallary',
data () {
return {
swiperOptions: {
pagination: '.swiper-pagination',
type: 'fraction'
}
}
}
}
</script>
<style socped>
.container >>> .swiper-container
overflow: inherit
.container
display: flex
flex-direction: column
justify-content: center
z-index: 99
position: fixed
left: 0
right: 0
top: 0
bottom: 0
background: #000
.wrapper
height: 0
width: 100%
padding-bottom: 100%
.gallary-img
width: 100%
.swiper-pagination
color: #fff
bottom: -1rem
</style>
课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握
了解课程