超过指定宽度的文字缩略为省略号“...”特效的实现代码

css中设置为:

  .bulletin-wrapper
    position: relative
    height: 28px
    line-height: 28px
    padding: 0 20px 0 12px
    white-space: nowrap // 下面3行代码实现...效果
    overflow: hidden
    text-overflow: ellipsis
    background-color: rgba(7, 17, 27, 0.2)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章