css 文字...

.text-one-hd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}//单行

.text-hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}//多行

 

posted @ 2022-04-29 14:51  前端路远且长  阅读(448)  评论(0)    收藏  举报