토론방

디자인팜2.0 블록 테두리에 효과 추가 방법 문의

블록형성후 밋밋하여 테두리에보더라던지 css효과를 주려고 합니다.   부탁드립니다.

 

게시글 공유 URL복사
댓글[1]

열기 닫기

  • 이**우 2018-01-04

    해당 부분은 서브스킨의 CSS를 수정을 해야 합니다.

    서브스킨의 CSS를 수정 할 경우 모든 서브페이지에 동시에 적용이 됩니다.

     

    스킨 관리드에서 pc_skin_869_557.css 를 수정해주세요.

     

     

     

     

     

     

    /* PC CSS */
    @media all and (min-width:102*px) {
        /* 음성안내 */
        #voice_guide_wrap {display:inline-block;vertical-align:top}
        #voice_guide_wrap a {display:none;width:16px;height:40px;line-height:40px;font-size:0;text-align:center}
        #voice_guide_wrap a > span {position:absolute;top:-9999px;left:-9999px;text-indent:-9999px}
        #voice_guide_wrap a:before {font-family:'voice_icomoon';font-size:16px}
        #voice_guide_wrap.off a.state_voice_on {display:inline-block}
        #voice_guide_wrap.on a.state_voice_off {display:inline-block}
        #voice_guide_wrap a.state_voice_on:before {
            content:'\e903';color:#168fff;
            transition:all 0.1s ease;
            animation-name:voice_animation;
            animation-duration:1s;
            animation-iteration-count:infinite;
            animation-timing-function:step-end;
        }
        #voice_guide_wrap a.state_voice_off:before {content:'\e902';color:#87909c}

        /* PC viewport - Mobile content display none */
        #header .logo button, .shgroup > a {display:none}

        /* PC display:block */
        #header .header_form, #header .h_cs_tel, .finfo .f_cs_tel, .gnb_p, .shgroup > .shgroup_pc {display:block}

        /* PC 화면 넓이값을 가진 센터유지 */
        #header > .inner, .gnb_p > .inner, .lnb_p_wrap .lnb_p_inner, .sub_location, #footer .fnb > ul, #footer .finfo, .shgroup, .contents_wrap.mypage {margin:0 auto;max-width:1000px}

        #container .contents_wrap {min-height:500px}
        #sub_view #container .contents_wrap .contents {padding-top:0;max-width:1020px;margin:0auto;border:10px solid navy}

댓글작성

열기 닫기

댓글작성
top