要使页面中的
标签中,文字超出 80 像素的部分显示为
2016-11-09 本文已影响0人
olifer
p {
width: 200px;
white-space: nowrap;
over-flow: hidden;
text-overflow: ellipsis;
}
标签中,文字超出 80 像素的部分显示为
p {
width: 200px;
white-space: nowrap;
over-flow: hidden;
text-overflow: ellipsis;
}