M쇼핑몰: #154 인덱스 스타일 보완
This commit is contained in:
@ -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 {}
|
||||||
|
|||||||
@ -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');
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user