微信小程序多行省略

.module-news .news-title{
  height: 60px;
  overflow: hidden;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


效果:


你可能感兴趣的:(微信小程序,微信小程序Step,by,step)