Html
    Css
    Js

    
                        
span {
	font-size:14px;
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}
div {
	border:1px solid red;
	width:100px;
	height:60px;
	display:flex;
	align-items:center;
	margin-top:1rem;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.4
 立即下载

css单行垂直居中,超过两行显示省略号

更新时间:2019-11-22 09:46:22

0