文本超出点点

2019-09-27  本文已影响0人  sunflower_07
<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

喜欢就关注下,谢谢。

上一篇 下一篇

猜你喜欢

热点阅读