|
|
@ -614,6 +614,12 @@ |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
line-height: var(--font-37); |
|
|
line-height: var(--font-37); |
|
|
transition: color var(--duration-fast) var(--easing); |
|
|
transition: color var(--duration-fast) var(--easing); |
|
|
|
|
|
/* 3行 */ |
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
|
-webkit-line-clamp: 3; |
|
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
} |
|
|
} |
|
|
.section-5__featured:hover .section-5__featured-title { |
|
|
.section-5__featured:hover .section-5__featured-title { |
|
|
color: var(--color-primary); |
|
|
color: var(--color-primary); |
|
|
|