|
|
@@ -21,7 +21,7 @@
|
|
|
column-gap: 0;
|
|
|
}
|
|
|
.item {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 200px;
|
|
|
height: 130px;
|
|
|
margin-right: 25px;
|
|
|
@@ -74,20 +74,20 @@
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 100%;
|
|
|
height: 300px;
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
}
|
|
|
&.row-type3 {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 270px;
|
|
|
height: 180px;
|
|
|
}
|
|
|
}
|
|
|
&.row-type4 {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
object-fit: contain;
|
|
|
width: 270px;
|
|
|
height: 150px;
|
|
|
@@ -138,14 +138,13 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
flex-shrink: 0;
|
|
|
width: 320px;
|
|
|
height: 180px;
|
|
|
margin-right: 25px;
|
|
|
border-radius: 5px;
|
|
|
object-fit: cover;
|
|
|
- background-color: $border-split-color;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -163,26 +162,26 @@
|
|
|
background-color: $box-color;
|
|
|
|
|
|
&.row-type2 {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 100%;
|
|
|
height: 250px;
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
}
|
|
|
&.row-type3 {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 170px;
|
|
|
height: 90px;
|
|
|
}
|
|
|
}
|
|
|
&.row-type4 {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 180px;
|
|
|
height: 110px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 200px;
|
|
|
height: 140px;
|
|
|
margin-right: 25px;
|
|
|
@@ -191,7 +190,7 @@
|
|
|
|
|
|
&.grid {
|
|
|
.item {
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 120px;
|
|
|
height: 90px;
|
|
|
margin-right: 15px;
|
|
|
@@ -205,7 +204,7 @@
|
|
|
.item {
|
|
|
flex-direction: column;
|
|
|
|
|
|
- img {
|
|
|
+ img, .ImageTitleBlock {
|
|
|
width: 100%;
|
|
|
height: 180px;
|
|
|
|