前端展示 字数过多 进行隐藏

样式:显示主题(字数太多 超过50%后面变成...)
.style{
margin-bottom: -6px;
display:inline-block
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}

posted on 2019-05-15 14:59  梦回太古  阅读(494)  评论(0编辑  收藏  举报

导航