점선으로 세로 자동으로 조절

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
점선으로 세로 자동으로 조절

QA

점선으로 세로 자동으로 조절

답변 2

본문

아래의 페이지처럼 일정표 부분에서 

좌측에 점선으로 쭈욱 연결되는 표현을 어떻게 할 수 있을까요?

핀 이미지가 보이고 아래로는 점선으로 일정들이 쭈욱 나오는데요.. 

 

https://www.verygoodtour.com/Product/PackageDetail?ProCode=JPP0808-250401LJ&PriceSeq=0&menuCode=101160501

 

도와주시면 감사하겠습니다. 

이 질문에 댓글 쓰기 :

답변 2


<style>
#detail-wrap {
    position: relative;
    height: 20em;
    background-color: #ddd;
}
#detail-wrap .courseWrap {
    padding: 2em;
}
#detail-wrap .courseWrap .course:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(transparent 25%, black 25%);
    border-radius: 50% 50% 0 50%;
    transform: rotate(45deg) scale(0.8);
}
#detail-wrap .courseWrap .course:after {
    display: block;
    content: '';
    height: calc(100% - 36px);
    position: absolute;
    bottom: 5px;
    left: 11px;
    border: 1px dashed #31374f;
}
</style>
<div id="detail-wrap">
    <div class="courseWrap">
        <div class="course region">
            <h4>h4</h4>
            <div class="con">con</div>
        </div>
        <div class="course region">
            <h4>h4</h4>
            <div class="con">con</div>
        </div>
    </div>
</div>
답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로