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 >

css, div里的内容,超出部分用省略号表示

上一篇:linix_centos7_编译安装php7


下一篇:路由文件,配置着 url 路径 和 页面的关系