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

.txt{
      width:100px;
      height:30px;
      font-size:20px;
      line-height: 30px;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}
原文地址:https://www.cnblogs.com/MrTager/p/13371538.html