.body { font-size:14px; font-weight:400; line-height:22px; /*! autoprefixer: ignore next */ -webkit-box-orient: vertical; // 避免壓縮後刪除此行 -webkit-line-clamp: 2; // 顯示省略號行數 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }