display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 60px;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
设置文字下划线和间距
text-decoration: underline;//设置下划线
text-decoration-color: rgba(64, 235, 255, 0.3);//下划线颜色
text-underline-offset: 10px;//下划线和文字间距