慕前端4408879
2015-03-21 19:19
请教大神??
.test_demo{
text-overflow:ellipsis;
overflow:hidden;
width:200px;
height:99px;//设置高度
background:#ccc;
line-height:33px;//设置行高
position:relative;//设置相对定位
padding-right:30px;//添加一个padding值,为下一步显示...铺垫
}
.test_demo:after{//添加伪类,如果不明白什么是伪类,请搜索w3school~
content:'...';
position:absolute;//设置绝对定位
right:0;
bottom:0;
}
外面包一个标签A, 检查A的高度除以单行高度;
十天精通CSS3
243145 学习 · 2677 问题
相似问题