css 文本溢出时显示省略号

.text-ellipsis
{
       width:100px;
       height:60px;
       overflow: hidden;//隐藏滚动条
       text-overflow:ellipsis;
       white-space: nowrap;
}
.span-text
{
 display: block;
}

 

posted @ 2017-12-20 17:03  LBO.net  阅读(206)  评论(0编辑  收藏  举报
//返回顶部