сделал swiper-reviews-img

This commit is contained in:
Kirill Pet
2024-12-20 17:00:34 +03:00
parent 81faffc0a1
commit 74fb21358e
4 changed files with 80 additions and 2 deletions

View File

@@ -859,6 +859,26 @@
flex-shrink: 0;
}
.reviews-item__img-block{
margin-left: 164px;
width: 577px;
height: 600px;
border-radius: 4px;
object-fit: cover;
flex-shrink: 0;
position: relative;
}
.reviews .reviews-item__img-block .swiper-pagination{
bottom: 16px;
padding-right: 0px;
text-align: center;
}
.reviews .swiper-pagination{
position: absolute;
right: 32px;

View File

@@ -665,6 +665,26 @@ main{
height: 300px;
width: 100%;
}
.reviews-item__img-block{
margin-top: 24px;
margin-left: 0;
height: 300px;
width: 100%;
}
.swiper-reviews-img{
height: 100%;
}
.reviews-item__img-block .swiper-slide{
width: 100%;
height: 100%;
}
.reviews-item__img-block .swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover;
}
.reviews .swiper-pagination{
bottom: 87px;