1

css format description

After the block content text is too long, only one line is displayed, and if it exceeds the width, it is displayed as an ellipsis (...)

html content

 <body>
    <div>这是一段可能慧衣橱的啊kjkad安定客家话接电话发来的易哈佛的环刀法就好啦对焊法兰很骄傲了东航飞机氯化胆碱哈啊达到的</div>
</body>

style

 div {
    width: 300px;
    height: 100px;
    border: 1px solid red;

    /** 只显示一行
        超过显示省略号
    */
    text-overflow: ellipsis; /** 超过显示省略号 */
    white-space: nowrap; /** 禁止文字自动换行 */
    overflow: hidden; /** 超过的隐藏(默认"visible") */
}

original style drawing

image.png

After adding styles:

image.png


丰木
322 声望19 粉丝

遇见超乎想象的自己!