쇼핑몰: 상품목록 행간 margin 조정

This commit is contained in:
whitedot
2013-06-26 17:17:09 +09:00
parent 9f6c5b16fa
commit 002ca1f456

View File

@ -363,8 +363,8 @@ td.empty_table {padding:85px 0;text-align:center}
.sct_noitem {padding:100px 0;text-align:center}
/* 상품 목록 스킨 10 */
.sct_10 .sct_li {float:left;margin:0 25px 0 0;width:230px}
.sct_10 .sct_last {margin:0 !important}
.sct_10 .sct_li {float:left;margin:0 25px 15px 0;width:230px}
.sct_10 .sct_last {margin:0 0 15px !important}
.sct_10 .sct_clear {clear:both}
.sct_10 .sct_a {display:block;position:relative;text-decoration:none}
.sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}
@ -377,8 +377,8 @@ td.empty_table {padding:85px 0;text-align:center}
.sct_10 .sct_sns {position:absolute;top:190px;right:20px}
/* 상품 목록 스킨 11 */
.sct_11 .sct_li {float:left;margin:0 25px 0 0;width:230px}
.sct_11 .sct_last {margin:0 !important}
.sct_11 .sct_li {float:left;margin:0 25px 15px 0;width:230px}
.sct_11 .sct_last {margin:0 0 15px !important}
.sct_11 .sct_clear {clear:both}
.sct_11 .sct_a {display:block;position:relative;padding:0 0 5px;background:#f5f6fa;text-decoration:none}
.sct_11 .sct_a:focus, .sct_11 .sct_a:hover {text-decoration:none}
@ -391,8 +391,8 @@ td.empty_table {padding:85px 0;text-align:center}
.sct_11 .sct_sns {position:absolute;bottom:10px;right:10px}
/* 상품 목록 스킨 12 */
.sct_12 .sct_li {float:left;margin:0 16px 16px 0;width:362px}
.sct_12 .sct_last {margin:0 !important}
.sct_12 .sct_li {float:left;margin:0 16px 15px 0;width:362px}
.sct_12 .sct_last {margin:0 0 15px !important}
.sct_12 .sct_clear {clear:both}
.sct_12 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat}
.sct_12 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;width:110px;height:190px;border:1px solid #e9e9e9;background:#f5f6fa;text-decoration:none}