From c71ab3492b1b8342e6f2838eb79dfa5af673f816 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 13 May 2013 18:21:03 +0900 Subject: [PATCH 1/4] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20#167=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 11 ++++++++++- mobile/shop/shop.head.php | 7 +------ mobile/shop/shop.tail.php | 34 +++++++++++++--------------------- 3 files changed, 24 insertions(+), 28 deletions(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 62a1b5ed5..723548289 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -25,12 +25,21 @@ a:focus, a:active {color:#000;text-decoration:underline} /* 상단 레이아웃 */ +#hd {margin:0 0 1em;padding:1em 0;border-bottom:1px solid #e9e9e9} #hd h1, #hd h2, #hd h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#logo {text-align:center} + +/* 중간 레이아웃 */ #wrapper_title {margin-bottom:1em;font-size:1.2em} +/* 하단 레이아웃 */ +#ft {padding:2em 0 0;border-top:1px solid #e9e9e9;font-size:0.6em;text-align:center} +#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#ft_totop {display:block;margin:1em 0 2em} + /* 목록 바로가기 */ .sanchor {margin:0 0 0.5em;padding:0;zoom:1} .sanchor:after {display:block;visibility:hidden;clear:both;content:""} @@ -116,7 +125,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} /* ##### maintype(nn).inc.php, list.skin.(nn).php 공통 적용 끝 ##### */ /* 상품 상세보기 */ -#sit {margin:0.5em 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +#sit {margin:0.5em 0;border-top:1px solid #e9e9e9} .sit_admin {margin:1em 1em 0;text-align:right} .sit_empty {padding:2em 0;text-align:center} diff --git a/mobile/shop/shop.head.php b/mobile/shop/shop.head.php index d37d074d3..9c31693af 100644 --- a/mobile/shop/shop.head.php +++ b/mobile/shop/shop.head.php @@ -53,9 +53,4 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
-

-
- - - -
\ No newline at end of file +

\ No newline at end of file diff --git a/mobile/shop/shop.tail.php b/mobile/shop/shop.tail.php index 451c176d4..2860c49ca 100644 --- a/mobile/shop/shop.tail.php +++ b/mobile/shop/shop.tail.php @@ -12,27 +12,19 @@ $admin = get_admin("super");

정보

-
- - -

- - 전화 - 팩스 - 운영자
- 사업자 등록번호 - 대표 - 개인정보관리책임자
- 통신판매업신고번호 - 부가통신사업신고번호 '.$default['de_admin_buga_no'].''; ?>
- Copyright © 2001-2013 . All Rights Reserved. -

- 상단으로 -
+ +

+ + 대표
+ 전화 + 팩스
+ 사업자 등록번호 + 통신판매업신고번호
+ 부가통신사업신고번호 '.$default['de_admin_buga_no'].''; ?> + 개인정보관리책임자
+ Copyright © 2001-2013 . All Rights Reserved. +

+ 상단으로
Date: Mon, 13 May 2013 18:23:19 +0900 Subject: [PATCH 2/4] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EB=AA=A9=EB=A1=9D=EC=8A=A4=ED=82=A810=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EA=B0=84=EA=B2=A9=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=8C=A8=EB=93=9C=EC=97=90=20=EB=A7=9E=EC=B6=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 723548289..17341fe05 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -94,7 +94,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} /* 상품 목록 스킨 10 */ .sct_10 {padding:1em 0 0} -.sct_10 .sct_li {float:left;margin:0 2em 1em 0;width:230px} +.sct_10 .sct_li {float:left;margin:0 0.9em 1em 0;width:230px} .sct_10 .sct_last {margin:0 !important} .sct_10 .sct_clear {clear:both} .sct_10 .sct_a {display:block;position:relative;text-decoration:none} From 4a5447945cf060f35b0e74a0d39c5f0e2b65f57f Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 13 May 2013 18:25:57 +0900 Subject: [PATCH 3/4] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20#167=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=83=81=EB=8B=A8=20?= =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 17341fe05..dcc11b31e 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -32,6 +32,9 @@ a:active {color:#000;text-decoration:underline} #logo {text-align:center} +#hd_aside_mb ul {margin:0 1em;text-align:right} +#hd_aside_mb li {display:inline-block;margin:0 0 0 1em} + /* 중간 레이아웃 */ #wrapper_title {margin-bottom:1em;font-size:1.2em} From db2a8b8f464a2be2ffe6f540b6430e56f80c46ad Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 13 May 2013 18:29:48 +0900 Subject: [PATCH 4/4] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EB=AA=A9=EB=A1=9D=EC=8A=A4=ED=82=A810=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EA=B0=84=EA=B2=A9=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=8C=A8=EB=93=9C=EC=97=90=20=EB=A7=9E=EC=B6=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index dcc11b31e..05bb0845b 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -97,9 +97,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} /* 상품 목록 스킨 10 */ .sct_10 {padding:1em 0 0} -.sct_10 .sct_li {float:left;margin:0 0.9em 1em 0;width:230px} -.sct_10 .sct_last {margin:0 !important} -.sct_10 .sct_clear {clear:both} +.sct_10 .sct_li {display:inline-block;margin:0 0.8em 1em 0;width:230px} .sct_10 .sct_a {display:block;position:relative;text-decoration:none} .sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}