换行省略号

  display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

 单行

      .title{
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

 

posted @ 2021-11-02 23:02  从入门到入土  阅读(44)  评论(0编辑  收藏  举报