2017年2月8日
摘要: 阅读全文
posted @ 2017-02-08 19:00 王雪皓 阅读(89) 评论(0) 推荐(0)
摘要: 下面两个 div 包含无法在框中容纳的长文本。正如您所见,文本被修剪了。 这个 div 使用 "text-overflow:ellipsis" : This is some long text that will not fit in the box //超出部分省略号 这个 div 使用 "text-overflow:clip": This is some long... 阅读全文
posted @ 2017-02-08 10:08 王雪皓 阅读(156) 评论(0) 推荐(0)