span设置部分省略…:
span{
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space:nowrap;
width:240px;
height:24px;
display:block;
}
Div设置部分省略…:
Div{
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
width:240px;
height:24px;
}
css小记
最新推荐文章于 2021-07-01 07:09:09 发布