1234
This commit is contained in:
parent
b26131a184
commit
4b5b0e0110
|
|
@ -44,7 +44,7 @@
|
|||
left: 5px;
|
||||
width: calc(100% - 10px);
|
||||
height: calc(100% - 10px);
|
||||
background: rgb(0, 0, 0);
|
||||
background: rgb(0, 0, 0);
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(0, 0, 0, 1) 0%,
|
||||
|
|
|
|||
|
|
@ -997,11 +997,15 @@ li {
|
|||
z-index: 1;
|
||||
}
|
||||
.newsSlider .newsSlider__item-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;
|
||||
}
|
||||
.newsSlider .newsSlider__item-content-date {
|
||||
display: flex;
|
||||
|
|
@ -1026,9 +1030,6 @@ li {
|
|||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue