CSS3多行显示省略号._html/css
来源:动视网
责编:小采
时间:2020-11-27 16:07:23
CSS3多行显示省略号._html/css
CSS3多行显示省略号._html/css_WEB-ITnose:不用js也能控制第让他控制第几行省略: text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
导读CSS3多行显示省略号._html/css_WEB-ITnose:不用js也能控制第让他控制第几行省略: text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;

不用js也能控制第让他控制第几行省略:
text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
CSS3多行显示省略号._html/css
CSS3多行显示省略号._html/css_WEB-ITnose:不用js也能控制第让他控制第几行省略: text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;