省略号

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
p{
width: 100px;
height: 100px;
border: 1px solid #000;
/* 文字不换行 */
white-space: nowrap;
/* 想要省略号这个必须加上 */
overflow: hidden;
/* 省略号 */
text-overflow:ellipsis;
}
</style>
</head>
<body>
<p>
达克罗宁反馈放到了 发的那个接口你赶紧就
</p>
</body>
</html>

posted on 2017-02-17 11:24  萧皓灏博客园  阅读(125)  评论(0编辑  收藏  举报

导航