css, div固定长度,超出部分用省略号表示

 

样式属性:width:500px;text-overflow:ellipsis;overflow: hidden; white-space: nowrap;

<div style="text-align:left;line-height:40px;padding-left:3px;max-width:500px;text-overflow:ellipsis;overflow: hidden; white-space: nowrap;">
<a  style="text-decoration:none;color:#367CE5;cursor:pointer"  ng-bind-html="x.Title" title="{{x.Title}}"></a>
</div >

posted @ 2021-01-05 13:30  pandalight  阅读(1105)  评论(0编辑  收藏  举报