Authored by biao

update for limit the good name length for display

... ... @@ -23,6 +23,13 @@
color: #fff;
}
.good-name-text {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.good-name-text:hover,
.check-detail:hover {
text-decoration: underline;
... ... @@ -128,7 +135,7 @@
.detail {
width: calc($bigWidth - $goodImgWidth - $space);
padding: $bigSpace $smallSpace 0 0;
padding: $bigSpace 5px 0 0;
float: right;
box-sizing: border-box;
line-height: 1.4;
... ...