애니빌드.LAB
토론방
디자인팜 홈페이지 메인에 세로줄을 넣고 싶은데요
- l**ancafe
- 2017-01-03 11:27:10
- hit4672
- http://lab.anybuild.co.kr/bbs/qna/6605
메인에 세로로 줄을 넣고 싶은데 잘 안돼고 있는데 어떻게 해야 하나요
소스를 넣어서 하면 될것 같은데 죄송하지만 소스좀 알려주시면 안될까요?
너무 많은 소스가 들어가면 그냥 내버려 두시고 간단한거면 알려주시면 감사하겠습니다.^^
새해 복 많이 받으시고 2017년 한해는 애**빌드 대박나시고 저희들도 대박나서 서로 크게 사업을 이끌어가는 회사가 되길 바랍니다.^^
밑에 빨간줄로 그은부분을 회색으로 줄을 넣고 싶어요??

게시글 공유
URL복사
댓글작성
열기 닫기
열기 닫기
3칸 레이아웃 소스에 다음을 추가하였습니다.
<style>
.layout_35788_ {clear:both; {$minWidth} {$maxWidth} margin:0 auto;}
.layout_35788_ > div {{$lMargin}}
.layout_35788_ > div:after {content:''; display:block; clear:both;}
.layout_35788_ > div > [class^=container_] {float:left; position:relative; width:100%; {$lPadding} box-sizing:border-box;}
.layout_35788_ > div > .container_1 {width:{$gWidth[0]}%;}
.layout_35788_ > div > .container_2 {width:{$gWidth[1]}%; position:relative;}
.layout_35788_ > div > .container_2:before {content:''; position:absolute; top:0; left:25px; width:1px; height:100%; background:#ccc;}
.layout_35788_ > div > .container_2:after {content:''; position:absolute; top:0; right:15px; width:1px; height:100%; background:#ccc;}
.layout_35788_ > div > .container_3 {width:{$gWidth[2]}%;}
<!--@if($farm_skin_layout[layout_type] == 'RES')-->
@media (max-width:102*px){
.layout_35788_ > div > .container_1 {{$clear[0]} width:{$mWidth[0]}%; {$tPadding[0]}}
.layout_35788_ > div > .container_2 {{$clear[1]} width:{$mWidth[1]}%; {$tPadding[1]}}
.layout_35788_ > div > .container_3 {{$clear[2]} width:{$mWidth[2]}%; {$tPadding[2]}}
}
<!--@end-->
@media \0screen{
.layout_35788_ {{$ie8Width}}
}
</style>