内容过多省略

2018-10-17  本文已影响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>
上一篇下一篇

猜你喜欢

热点阅读