美文网首页
文本超出点点

文本超出点点

作者: sunflower_07 | 来源:发表于2019-09-27 09:58 被阅读0次
<style type="text/css">
      .divBox{
        width: 200px;
        height: 100px;
        margin:  0 auto;
        background-color: pink;
        overflow: auto;
      }
      .item{
        width: 100%;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
</style>
<body>
<div>
    <div class="divBox">
   <div class="item">123555555555555555555555555566666666666666667777777777777777777777</div> 
  </div>
</div>

</body>
效果图.png

喜欢就关注下,谢谢。

相关文章

网友评论

      本文标题:文本超出点点

      本文链接:https://www.haomeiwen.com/subject/xmpouctx.html