加油 吧 啥时候能到这种程度

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://www.cnblogs.com/1swqd/p/7361648.html