|
@@ -185,8 +185,6 @@ export default {
|
|
|
|
|
|
|
|
/* 轮播图 */
|
|
/* 轮播图 */
|
|
|
#swiper {
|
|
#swiper {
|
|
|
- width: 100%;
|
|
|
|
|
- height: 500px;
|
|
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
@@ -198,15 +196,8 @@ export default {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#swiper .banner-swiper .swiper-slide {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
#swiper .banner-swiper .swiper-slide img {
|
|
#swiper .banner-swiper .swiper-slide img {
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- object-fit: cover;
|
|
|
|
|
|
|
+ max-width: 100%;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
}
|
|
}
|
|
|
|
|
|