This commit is contained in:
= 2021-06-17 16:19:38 +05:00
parent 14a6d216b0
commit b848d82a97
2 changed files with 9 additions and 8 deletions

View File

@ -53,11 +53,15 @@
z-index: 1; z-index: 1;
} }
&-content { &-content {
flex-direction: column;
justify-content: space-between;
position: absolute; position: absolute;
left: 20px; left: 30px;
bottom: 20px; top: 30px;
width: calc(100% - 40px); width: calc(100% - 60px);
z-index: 2; z-index: 2;
height: calc(100% - 60px);
display: flex;
&-date { &-date {
display: flex; display: flex;
align-items: center; align-items: center;
@ -81,9 +85,6 @@
color: $text-color-white; color: $text-color-white;
font-size: 16px; font-size: 16px;
line-height: 25px; line-height: 25px;
height: 50px;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 700; font-weight: 700;
display: block; display: block;
} }

View File

@ -19,8 +19,8 @@ $(".swiper-wrapper").slick({
slidesToScroll: 1, slidesToScroll: 1,
arrows: true, arrows: true,
infinite: true, infinite: true,
autoplay: true,
speed: 500,
prevArrow: $(".p3"), prevArrow: $(".p3"),
nextArrow: $(".n3"), nextArrow: $(".n3"),
}); });