쇼핑몰: 표준화 및 스타일 작업 시작

This commit is contained in:
whitedot
2013-04-26 14:01:04 +09:00
parent 478605e149
commit 7031d47e9b
18 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"}
body {margin:0;padding:0;background:#fff;font-size:0.75em;font-family:"dotum"}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

BIN
img/shop/gnb_bg.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

BIN
img/shop/icon_best.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

BIN
img/shop/icon_discount.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

BIN
img/shop/icon_hit.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

BIN
img/shop/icon_new.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

BIN
img/shop/icon_soldout.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

BIN
img/shop/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
img/shop/pointnb_cart.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

BIN
img/shop/pointnb_deli.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

BIN
img/shop/pointnb_help.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

BIN
img/shop/pointnb_wish.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

BIN
img/shop/sns_fb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
img/shop/sns_goo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

BIN
img/shop/sns_twt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<table bgcolor=#FFFFFF width=100% cellpadding=0 cellspacing=0>
<tr><td align=center valign=top height=50><img src='<?=G4_SHOP_URL?>/img/bar_event.gif'></td></tr>
<?
$hsql = " select ev_id, ev_subject from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
$hsql = " select ev_id, ev_subject, ev_subject_strong from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
$hresult = sql_query($hsql);
for ($i=0; $row=sql_fetch_array($hresult); $i++)
{

View File

@ -61,7 +61,7 @@ $sql = " select ca_include_head, ca_include_tail
where ca_id = '{$it['ca_id']}' ";
$ca = sql_fetch($sql);
$g4['title'] = "상품 상세보기 : {$it['ca_name']} - {$it['it_name']} ";
$g4['title'] = $it['it_name'].' 상세보기 &gt; '.$it['ca_name'];
// 분류 상단 코드가 있으면 출력하고 없으면 기본 상단 코드 출력
if ($ca['ca_include_head'])

View File

@ -19,11 +19,12 @@ $table_width = 900;
//$dir = dirname($HTTP_SERVER_VARS["PHP_SELF"]);
?>
<style>
.amount { color:#2266BB; font-weight:bold; font-family:Verdana; }
.c1 { background-color:#94D7E7; }
.c2 { background-color:#E7F3F7; }
</style>
<header id="shd">
<h1><?php echo $config['cf_title'] ?></h1>
<div id="to_content"><a href="#container">내용 바로가기</a></div>
</header>
<!-- 전체 -->
<table align=center cellpadding=0 cellspacing=0 border=0>