쇼핑몰: #127 상품상세보기 관련상품 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-05-06 16:29:21 +09:00
parent d8d11c2a3d
commit c615d46ecd
2 changed files with 20 additions and 18 deletions

View File

@ -558,7 +558,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
#sit_ex h2 {margin:0 0 10px} #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} #sit_rel h2 {margin:0 0 10px}
/* 공지사항 및 커뮤니티 새글 */ /* 공지사항 및 커뮤니티 새글 */

View File

@ -477,6 +477,7 @@ else
<h2>관련상품</h2> <h2>관련상품</h2>
<?php echo pg_anchor('rel'); ?> <?php echo pg_anchor('rel'); ?>
<div class="sct_wrap">
<?php <?php
$list_mod = $default['de_rel_list_mod']; $list_mod = $default['de_rel_list_mod'];
$img_width = $default['de_rel_img_width']; $img_width = $default['de_rel_img_width'];
@ -495,6 +496,7 @@ else
else else
echo '이 상품과 관련된 상품이 없습니다.'; echo '이 상품과 관련된 상품이 없습니다.';
?> ?>
</div>
</section> </section>
<script> <script>