css文字超出div宽度,多余部分显示...

Posted on 2020-07-24 13:54  MrTager  阅读(1462)  评论(0编辑  收藏  举报
.txt{
      width:100px;
      height:30px;
      font-size:20px;
      line-height: 30px;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}