1. 程式人生 > >css 文本溢出時顯示省略號

css 文本溢出時顯示省略號

滾動 clas spl src ips eight text alt bsp

.text-ellipsis
{
       width:100px;
       height:60px;
       overflow: hidden;//隱藏滾動條
       text-overflow:ellipsis;
       white-space: nowrap;
}
.span-text
{
 display: block;
}

技術分享圖片

css 文本溢出時顯示省略號