<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="http://www.51texiao.cn/" />
<title>标题</title>
<style type="text/css">
div{
overflow:hidden;
white-space:nowrap;
height:30px;
width:230px;
border:1px solid red;
line-height:30px;
margin-top:10px;
text-overflow:ellipsis;
}
</style>
</head>
<body>
<div class="first">每一天都是新的,所以生活要和昨天有所不同!</div>
</body>
</html>
复制代码
相关文章
- 11-21CSS实现标题超出宽度省略号来表示