상품명 css 수정

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
상품명 css 수정

QA

상품명 css 수정

본문


.sct_10 .sct_sns img{width:18px}
.sct_10 .sct_icon {margin:10px 0}
.sct_10 .sct_cost {margin:10px 0;font-size:22px;font-weight:bold;color: red; border-top: 1px solid #e5e5e5;}
.sct_10 .sct_cost .sct_discount{display:inline-block;color:#999;font-size:0.92em;text-decoration:line-through;font-weight:normal}
.sct_10 .sct_txt{margin:25px 0; font-size:18px;font-weight: 400; -webkit-line-clamp: 2;}
.sct_10 .sct_basic{color:#888;margin:5px 0;font-size:0.92em}
.sct_10 .sct_star {display:none; margin-top:5px;width:75px}
.sct_10 .sct_star img{width:100%;height:auto}
 

이부분에서 .sct_txt 부분이 상품명인데 

 

1891205994_1717398012.9349.png

 

최대 2줄 까지 입력이 가능하고, 1줄 일때는 공백 처럼 보여주고 싶습니다.

어느 부분의 css를 바꾸면 될까요?

이 질문에 댓글 쓰기 :

답변 2

아래의 내용을 한번 참고를 해보세요..

 

.sct_10 .sct_sns img {
    width: 18px;
}
.sct_10 .sct_icon {
    margin: 10px 0;
}
.sct_10 .sct_cost {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: red;
    border-top: 1px solid #e5e5e5;
}
.sct_10 .sct_cost .sct_discount {
    display: inline-block;
    color: #999;
    font-size: 0.92em;
    text-decoration: line-through;
    font-weight: normal;
}
.sct_10 .sct_txt {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.6em; /* 2줄 높이 계산 */
    line-height: 1.8em; /* 한 줄의 높이 */
}
.sct_10 .sct_basic {
    color: #888;
    margin: 5px 0;
    font-size: 0.92em;
}
.sct_10 .sct_star {
    display: none;
    margin-top: 5px;
    width: 75px;
}
.sct_10 .sct_star img {
    width: 100%;
    height: auto;
}
 

답변을 작성하시기 전에 로그인 해주세요.
전체 126,805 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT