|
|
@ -208,12 +208,12 @@ |
|
|
margin-bottom: 1.5rem; |
|
|
margin-bottom: 1.5rem; |
|
|
color: var(--color-text); |
|
|
color: var(--color-text); |
|
|
font-family: "MiSans VF", "PingFang SC", sans-serif; |
|
|
font-family: "MiSans VF", "PingFang SC", sans-serif; |
|
|
font-size: var(--font-24); |
|
|
|
|
|
|
|
|
font-size: var(--font-18); |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
line-height: var(--font-32); |
|
|
|
|
|
min-height: 4rem; |
|
|
|
|
|
|
|
|
line-height: var(--font-28); |
|
|
|
|
|
min-height:calc(var(--font-28)*4); |
|
|
display: -webkit-box; |
|
|
display: -webkit-box; |
|
|
-webkit-line-clamp: 2; |
|
|
|
|
|
|
|
|
-webkit-line-clamp: 4; |
|
|
-webkit-box-orient: vertical; |
|
|
-webkit-box-orient: vertical; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
|