css文字超出一行用点表示
1,css超出一行用点表示
white-space:nowrap;
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。overflow:hidden;
text-overflow:ellipsis;
2,css超出二行用点表示
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;

更多精彩