美文网首页
内容过多省略

内容过多省略

作者: 第三只筷子 | 来源:发表于2018-10-17 18:10 被阅读16次

    效果图:

    image.png

    代码:

    <!DOCTYPE html>
    <html>
    <head>
        <title> </title>
        <style type="text/css">
            .wscont{
        margin:12px;
        padding:12px;
        width:300px;
        background:#f1f1f1;
        border:1px solid #bababa;
        line-height:32px;
        font-size: 15px;
        font-family: "微软雅黑";
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        }
        </style>
    </head>
    <body>
    <div class="wscont">
        妹纸前端测试white-space属性,
        white-space属性的keywrod值。
    </div>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:内容过多省略

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