style:新闻动态
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -136,10 +136,12 @@ div.subject { | ... | @@ -136,10 +136,12 @@ div.subject { |
| 136 | padding-right: 10px; | 136 | padding-right: 10px; |
| 137 | overflow: hidden; | 137 | overflow: hidden; |
| 138 | text-overflow: ellipsis; | 138 | text-overflow: ellipsis; |
| 139 | color: #6D7278; | ||
| 140 | display: -webkit-box; | 139 | display: -webkit-box; |
| 141 | -webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/ | 140 | -webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/ |
| 142 | -webkit-box-orient: vertical; | 141 | -webkit-box-orient: vertical; |
| 142 | font-size: 14px; | ||
| 143 | font-weight: 100; | ||
| 144 | color: #6D7278; | ||
| 143 | } | 145 | } |
| 144 | .leftContainer{ | 146 | .leftContainer{ |
| 145 | border-right: 1px solid #DEDEDE; | 147 | border-right: 1px solid #DEDEDE; |
| ... | @@ -338,7 +340,6 @@ div.subject { | ... | @@ -338,7 +340,6 @@ div.subject { |
| 338 | } | 340 | } |
| 339 | .sticky .xw-right { | 341 | .sticky .xw-right { |
| 340 | font-size: 16px; | 342 | font-size: 16px; |
| 341 | color: #6D7278; | ||
| 342 | height: 60px; | 343 | height: 60px; |
| 343 | float: initial; | 344 | float: initial; |
| 344 | } | 345 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment