css: 最多显示两行

.text {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

 

posted @ 2020-10-21 14:50  Nyan  阅读(4554)  评论(0编辑  收藏  举报