...
|
...
|
@@ -139,6 +139,7 @@ main { |
|
|
background-size: cover !important;
|
|
|
top: inherit !important;
|
|
|
bottom: 20px !important;
|
|
|
outline:none !important;
|
|
|
|
|
|
}
|
|
|
|
...
|
...
|
@@ -314,11 +315,17 @@ main { |
|
|
.Sport .swiper-slide-active .Spot_item,.swiper-slide-prev,.swiper-slide-prev .Spot_item{
|
|
|
height: 780px !important;
|
|
|
}
|
|
|
|
|
|
.Spot_item,.swiper-slide-prev,.swiper-slide-prev .Spot_item img{
|
|
|
max-width: 625px;
|
|
|
}
|
|
|
.main_top img{
|
|
|
max-width: 625px !important;
|
|
|
}
|
|
|
.Sport .swiper-slide-active,
|
|
|
.Sport .swiper-slide-active .Spot_item,
|
|
|
.Sport .swiper-slide-active .Spot_item .Spot_top img {
|
|
|
width: 648px !important;
|
|
|
max-width: 648px !important;
|
|
|
height:648px;
|
|
|
}
|
|
|
/*.swiper-slide-prev .Spot_item .Spot_top img{*/
|
...
|
...
|
@@ -328,9 +335,11 @@ main { |
|
|
.Sport .swiper-slide-next,
|
|
|
.Sport .swiper-slide-next .Spot_item {
|
|
|
width: 500px !important;
|
|
|
max-width: 500px !important;
|
|
|
}
|
|
|
.Sport .swiper-slide-next .Spot_item .Spot_top img {
|
|
|
width: 500px !important;
|
|
|
max-width: 500px !important;
|
|
|
height:500px;
|
|
|
}
|
|
|
.Sport .swiper-button-next,
|
...
|
...
|
|