This commit is contained in:
@@ -58,7 +58,7 @@ body {
|
||||
//swiper
|
||||
.swiper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100vh - 54px);
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
@@ -75,6 +75,12 @@ body {
|
||||
.swiper-slide img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100vh - 54px);
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.swiper-pagination {
|
||||
position: absolute;
|
||||
bottom: 200px !important;
|
||||
--swiper-pagination-bullet-size: 4px
|
||||
}
|
||||
Reference in New Issue
Block a user