|
@@ -325,7 +325,7 @@ export default {
|
|
|
/* 媒体查询(手机) */
|
|
/* 媒体查询(手机) */
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
|
#swiper {
|
|
#swiper {
|
|
|
- height: auto;
|
|
|
|
|
|
|
+ height: 300px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#swiper .banner-swiper .swiper-slide-title > h1 {
|
|
#swiper .banner-swiper .swiper-slide-title > h1 {
|
|
@@ -431,7 +431,7 @@ export default {
|
|
|
/* 媒体查询(平板) */
|
|
/* 媒体查询(平板) */
|
|
|
@media screen and (min-width: 768px) and (max-width: 996px) {
|
|
@media screen and (min-width: 768px) and (max-width: 996px) {
|
|
|
#swiper {
|
|
#swiper {
|
|
|
- height: auto;
|
|
|
|
|
|
|
+ height: 400px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#swiper .banner-swiper .swiper-slide-title > h1 {
|
|
#swiper .banner-swiper .swiper-slide-title > h1 {
|