其他分享
首页 > 其他分享> > 多行Text显示...

多行Text显示...

作者:互联网

.lbName {
  font-family: PingFangSC-Regular;
  font-size: 32rpx;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  margin-right: 16rpx;
  max-height: 90rpx;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

 

标签:多行,...,word,Text,box,clamp,webkit,overflow,font
来源: https://www.cnblogs.com/tufei7/p/14513318.html