Skip to content
目录

css

css省略号

css
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
/* 可以显示的行数,超出部分用...表示*/
-webkit-box-orient: vertical;
/*控制显示行数*/
-webkit-line-clamp: 1;