모바일 쇼핑몰 메인 swipe 보기 기능 추가 중

This commit is contained in:
chicpro
2013-10-11 17:42:49 +09:00
parent 7cc386d7a8
commit bf6d89c637
6 changed files with 871 additions and 6 deletions

View File

@ -57,6 +57,10 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx {padding:0}
.sidx {position:relative;width:100%;overflow:hidden;}
/* 인덱스 상품 */
.sidx_slide {position:absolute;top:0;left:0;width:100%}
/* 상품 목록 */
#sct {}