M쇼핑몰: #154 인덱스 스타일 보완

This commit is contained in:
whitedot
2013-05-09 17:16:37 +09:00
parent 3d01580996
commit 8ebe0b79d1
2 changed files with 75 additions and 71 deletions

View File

@ -209,7 +209,7 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
/* ########## 쇼핑몰 컨텐츠 ########## */ /* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */ /* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px} #sidx {padding:1em}
/* 상품 목록 */ /* 상품 목록 */
#sct {} #sct {}

View File

@ -6,6 +6,8 @@ define("_INDEX_", TRUE);
include_once(G4_MSHOP_PATH.'/shop.head.php'); include_once(G4_MSHOP_PATH.'/shop.head.php');
?> ?>
<div id="sidx">
<section class="sct_wrap"> <section class="sct_wrap">
<header> <header>
<h2><a href="<?php echo G4_MSHOP_URL; ?>/listtype.php?type=3">최신상품</a></h2> <h2><a href="<?php echo G4_MSHOP_URL; ?>/listtype.php?type=3">최신상품</a></h2>
@ -81,6 +83,8 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');
?> ?>
</section> </section>
</div>
<?php <?php
include_once(G4_MSHOP_PATH.'/shop.tail.php'); include_once(G4_MSHOP_PATH.'/shop.tail.php');
?> ?>