overflow: hidden;
display: -webkit-box;
word-break: break-all;
font-weight: 900;
text-overflow: ellipsis;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
-webkit-line-clamp: 2;
转载请注明:有客帮 » css div 显示两行,超出显示省略号