<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>test html</title>
<style type="text/css">//页面级CSS
*{
margin:0;
padding:0;
color:#424242;
}
p{
width:300px;
height:20px;
line-height:20px;
white-space:nowrap;
overflow:hidden; //截断
text-overflow:ellipsis;
}
</style>
</head>
<body>
<p>这个是一个测试的网页是否有点点点这个是一个测试的网页是否有点点点</p>
</body>
<html>
web学习 文本 溢出 。。。
最新推荐文章于 2024-08-26 14:18:59 发布