Authored by 梁志锋

多行文字只显示两行,多余文字显示成...

@@ -185,6 +185,12 @@ @@ -185,6 +185,12 @@
185 .name { 185 .name {
186 font-size: 28rem / $pxConvertRem; 186 font-size: 28rem / $pxConvertRem;
187 max-width: 70%; 187 max-width: 70%;
  188 + text-overflow: -o-ellipsis-lastline;
  189 + overflow: hidden;
  190 + text-overflow: ellipsis;
  191 + display: -webkit-box;
  192 + -webkit-line-clamp: 2;
  193 + -webkit-box-orient: vertical;
188 } 194 }
189 195
190 .row:nth-child(2) { 196 .row:nth-child(2) {