width: 324px;
height: 66px;
font-size: 28px;
font-weight: 400;
color: #666666;
line-height: 34px;
overflow: hidden;
display: -webkit-box;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 2; // 最多显示2行
Taro+react开发(49) 控制一行显示省略号
