p:first-child {
background-color: pink;
150px;
line-height: 28px;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
p:last-child {
background-color: pink;
150px;
line-height: 28px;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
![](https://images2017.cnblogs.com/blog/1215657/201708/1215657-20170814234810568-152632630.png)