html css 文字超出部分隐藏
css代码如下:
overflow:hidden; #超出部分隐藏,这样子还不够。 white-space: nowrap; # 文字不能自动换行,让文字超出。 text-overflow: ellipsis; # 还可以加点特效,超出部分加省略号。
html 代码如下:
<div class = "weight" style="overflow:hidden; white-space: nowrap; text-overflow: ellipsis; ">