css 超出隐藏显示...

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.text
{
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>
</head>
<body>
<div class="text">
我是一组测试数据,咿呀咿呀哟!
</div>
</body>
</html>

posted @ 2016-12-14 13:36  红眼睛的兔子  阅读(243)  评论(0编辑  收藏  举报