Html
    Css
    Js

    
                        
p {
	width:'300px';
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}

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

css多行溢出省略号

更新时间:2024-03-06 08:25:13

文本溢出省略号:垂直方向的溢出省略,当超过行数是,显示省略号

0