모바일쇼핑몰: 관련상품목록 스타일 기본상품목록 스타일과 분리

This commit is contained in:
whitedot
2014-01-16 17:25:50 +09:00
parent 05f56175d3
commit fb919f8efa
2 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($this->css) {
echo "<ul id=\"sct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"sct_wrap\" class=\"sct sct_10\">\n";
echo "<ul id=\"sct_wrap\" class=\"sct scr_10\">\n";
}
}

View File

@ -30,6 +30,18 @@
.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_10 .sct_icon {margin:0 0 10px}
.sct_10 .sct_sns {margin:15px 0 0}
/* 관련상품 목록 스킨 10 */
.scr_10 .sct_li {position:relative;float:left;padding:0 25px 15px 0}
.scr_10 .sct_last {margin:0 0 15px !important}
.scr_10 .sct_clear {clear:both}
.scr_10 .sct_a {display:inline-block;position:relative;margin:0 0 5px;text-decoration:none}
.scr_10 .sct_id {display:block;margin:0 0 5px}
.scr_10 .sct_basic {margin:0 0 10px}
.scr_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.scr_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.scr_10 .sct_icon {margin:0 0 10px}
.scr_10 .sct_sns {margin:15px 0 0}
/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */
/* 상품상세 */