mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
修改轮播图
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
class="swiper-slide games pointer">
|
||||
<div class="bannbox" :style="{
|
||||
background: `url(${fileBaseUrl + item.image
|
||||
}) no-repeat 100% / 100%`,
|
||||
}) center center no-repeat`,
|
||||
}"></div>
|
||||
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||
<!-- <img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" /> -->
|
||||
</swiper-slide>
|
||||
</swiper>
|
||||
</div>
|
||||
@@ -20,9 +20,9 @@
|
||||
class="swiper-slide games pointer">
|
||||
<div class="bannbox" :style="{
|
||||
background: `url(${fileBaseUrl + item.image
|
||||
}) no-repeat 100% / 100%`,
|
||||
}) center center no-repeat`,
|
||||
}"></div>
|
||||
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||
<!-- <img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" /> -->
|
||||
</swiper-slide>
|
||||
<div class="swiper-pagination" slot="pagination"></div>
|
||||
</swiper>
|
||||
@@ -412,9 +412,9 @@ export default {
|
||||
width: 100%;
|
||||
height: 420px;
|
||||
text-align: center;
|
||||
filter: blur(5px);
|
||||
// filter: blur(5px);
|
||||
z-index: -1;
|
||||
background-size: 100% 100%;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
::v-deep.swiper-slide .games .swiper-slide-active {
|
||||
|
||||
Reference in New Issue
Block a user