css限制元素内文字显示几行

   overflow: hidden;
    line-height: 1.78;
    /* 最多展示几行就(n*line-height)em, */
    max-height: 5.357em;
    font-size: 0.7rem;

posted @ 2024-03-19 11:18  cluod  阅读(33)  评论(0)    收藏  举报