<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
<style>
.test{
-webkit-line-clamp: 3;
/*限制3行*/    
-webkit-box-orient
: vertical; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; } </style> <div class="test">日照香炉生紫烟遥看瀑布挂前川飞流直下三千尺疑是银河落九天离离原上草一岁一枯荣野火烧不尽春风吹又生</div> </body> </html>

 

相关文章:

  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-09-28
  • 2022-12-23
  • 2022-01-07
  • 2022-03-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-09-03
相关资源
相似解决方案