상품이미지 슬라이더 추가

This commit is contained in:
chicpro
2013-05-10 13:32:17 +09:00
parent 81aa44ebd2
commit 5f638ea8a0
2 changed files with 43 additions and 21 deletions

View File

@ -302,10 +302,10 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
#sit_pvi_prev {position:absolute;top:0;left:0}
#sit_pvi_next {position:absolute;top:0;right:0}
.sit_pvi_btn {width:2em;height:280px;border:0;background:#f5f6fa}
.sit_pvi_btn {width:2em;height:280px;border:0;background:#f5f6fa;display:none;}
#sit_pvi_slide {margin:0;padding:0;list-style:none}
#sit_pvi_slide li {display:none}
#sit_pvi_slide {position:relative;margin:0 auto;padding:0;list-style:none;width:280px;height:280px;overflow-x:hidden}
#sit_pvi_slide li {display:none;position:absolute;left:0;top:0}
#sit_pvi_slide img {width:280px;height:280px}
#sit_pvi_nw h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
@ -442,7 +442,7 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
#smb_my_od .td_stat {width:100px}
#smb_my_wish h2 {margin:0 0 10px}
.smb_my_img {width:90px;text-align:center}
/* 장바구니 */