Authored by 梁志锋

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

... ... @@ -185,6 +185,12 @@
.name {
font-size: 28rem / $pxConvertRem;
max-width: 70%;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.row:nth-child(2) {
... ...