style:政策法规
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -173,6 +173,11 @@ div.subject { | ... | @@ -173,6 +173,11 @@ div.subject { |
| 173 | font-weight: 400; | 173 | font-weight: 400; |
| 174 | color: #6D7278; | 174 | color: #6D7278; |
| 175 | line-height: 25px; | 175 | line-height: 25px; |
| 176 | overflow : hidden; | ||
| 177 | text-overflow: ellipsis; | ||
| 178 | display: -webkit-box; | ||
| 179 | -webkit-line-clamp: 2; | ||
| 180 | -webkit-box-orient: vertical; | ||
| 176 | } | 181 | } |
| 177 | 182 | ||
| 178 | .left-buttom { | 183 | .left-buttom { | ... | ... |
-
Please register or sign in to post a comment