쇼핑몰: #127 상품상세보기 관련상품 표준화 및 스타일 완료
This commit is contained in:
@ -558,7 +558,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
|
||||
#sit_ex h2 {margin:0 0 10px}
|
||||
|
||||
/* 상품 상세보기 - 관련상품 */
|
||||
#sit_rel {margin:0 0 10px;padding:10px 10px 20px}
|
||||
#sit_rel {margin:0 0 10px;padding:10px 10px 0}
|
||||
#sit_rel h2 {margin:0 0 10px}
|
||||
|
||||
/* 공지사항 및 커뮤니티 새글 */
|
||||
|
||||
@ -477,6 +477,7 @@ else
|
||||
<h2>관련상품</h2>
|
||||
<?php echo pg_anchor('rel'); ?>
|
||||
|
||||
<div class="sct_wrap">
|
||||
<?php
|
||||
$list_mod = $default['de_rel_list_mod'];
|
||||
$img_width = $default['de_rel_img_width'];
|
||||
@ -495,6 +496,7 @@ else
|
||||
else
|
||||
echo '이 상품과 관련된 상품이 없습니다.';
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user