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

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

<div style="text-align:left;line-height:40px;padding-left:3px;max-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 >

原文地址:https://www.cnblogs.com/xiong89813/p/14235267.html