美文网首页
text-overflow

text-overflow

作者: 在路上_W | 来源:发表于2016-07-12 10:17 被阅读11次
Paste_Image.png
text-overflow只是用来说明文字溢出时用什么方式显示,要实现溢出时产生省略号的效果。
{
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}

相关文章

网友评论

      本文标题:text-overflow

      本文链接:https://www.haomeiwen.com/subject/eohorttx.html