只顯示一行,超出用...表示
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> .row { width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background-color:#CCC; } </style> </head> <body> <div class="row"> 衣帶漸寬終不悔,為伊消得人憔悴 </div> </body> </html>
white-space 屬性設置如何處理元素內的空白
nowrap:文本不會換行,文本會在在同一行上繼續,直到遇到 <br> 標簽為止
text-overflow 屬性規定當文本溢出包含元素時發生的事情
clip:修剪文本
ellipsis:顯示省略符號來代表唄修剪的文本