21341234
This commit is contained in:
parent
14a6d216b0
commit
b848d82a97
|
|
@ -53,11 +53,15 @@
|
|||
z-index: 1;
|
||||
}
|
||||
&-content {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
bottom: 20px;
|
||||
width: calc(100% - 40px);
|
||||
left: 30px;
|
||||
top: 30px;
|
||||
width: calc(100% - 60px);
|
||||
z-index: 2;
|
||||
height: calc(100% - 60px);
|
||||
display: flex;
|
||||
&-date {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -81,9 +85,6 @@
|
|||
color: $text-color-white;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ $(".swiper-wrapper").slick({
|
|||
slidesToScroll: 1,
|
||||
arrows: true,
|
||||
infinite: true,
|
||||
autoplay: true,
|
||||
speed: 500,
|
||||
|
||||
|
||||
prevArrow: $(".p3"),
|
||||
nextArrow: $(".n3"),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue