.description {
border-top: 1px solid #fff;
padding: 25px 10px;
margin-top: 5px;
height: 135px;
width: 100px;
position: relative;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
<div class="description"><a href="https://allescortsankara.com/girl/vera/" title="Vera" data-wpel-link="internal"></a><a href="/">test test testes tsets test test testes tsets test test testes tsets test test testes tsetstest test testes tsets test test testes tsets test test testes tsetstest test testes tsets .</div>
它应该可以在 Chrome、Opera、Google 浏览器中运行。
text-overflow: ellipsis;
仅适用于铬。在其他浏览器中不起作用。修剪后,此文本应保留在代码中。

可能是这样 ?资源
这是一个拐杖选项。