css 여러 줄 텍스트 생략 끝

1531 단어 css3
예.
.text{
    display: -webkit-box;
    height: 2.6rem;
    line-height: 1.3rem;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

기타: 웹팩 패키지 해결 후 - 웹키트-box-orient:vertical;실효 문제는 다음과 같습니다. 주석도/*!autoprefixer: off/-webkit-box-orient: vertical;/autoprefixer: on */

좋은 웹페이지 즐겨찾기