.second-line-clamp{
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
/ autoprefixer: off /
display: -moz-box !important;
-moz-box-orient: vertical;
/ Safari、Opera 以及 Chrome /
display: -webkit-box !important;
-webkit-box-orient: vertical;
word-break: break-all;
}
/ autoprefixer: off / 该指令会在打包的时候关闭自动编译,因为一些浏览器上会失效


chenjing
4 声望1 粉丝