个人自学前端44-css-最多显示两行,超过结尾以…显示

        max-width: 160px;
        overflow: hidden; 
        text-overflow: ellipsis;
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        /* autoprefixer: off */ 
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
posted @ 2022-04-11 11:11  暗鸦08  阅读(170)  评论(0)    收藏  举报