单行
.single{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
多行
.mutiple{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; // 数字表示多少行
-webkit-box-orient: vertical;
}
.single{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.mutiple{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; // 数字表示多少行
-webkit-box-orient: vertical;
}
上一篇:OSCache-缓存对象
迅为RK3588开发板Android多屏显示之多屏同显和多屏异显
多行溢出文字省略号显示(HTML、CSS)<!DOCTYPE html><html lang="en"><head> <meta charse
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M