美文网首页
单行文本溢出…三件套

单行文本溢出…三件套

作者: sr_www | 来源:发表于2018-07-13 11:20 被阅读0次
    p{
      width:100px;
      height:20px;
      /*三件套*/
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    

    相关文章

      网友评论

          本文标题:单行文本溢出…三件套

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