From e60a49b3a3ee1bddd90b662f11d84e7c79570b7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Feb 2014 14:20:00 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20#363=20=EB=B0=B0=EC=86=A1?= =?UTF-8?q?=EB=B9=84=20=EC=A7=80=EB=B6=88=EB=B0=A9=EB=B2=95=20=EB=A7=88?= =?UTF-8?q?=ED=81=AC=EC=97=85=20=EB=B0=8F=20=EB=82=B4=EC=9A=A9=EA=B4=80?= =?UTF-8?q?=EB=A6=AC/FAQ=EA=B4=80=EB=A6=AC=20=EC=8A=A4=ED=83=80=EC=9D=BC?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 25 +------------------------ css/mobile_shop.css | 10 +++++----- mobile/shop/cart.php | 2 +- mobile/shop/orderform.php | 2 +- mobile/shop/orderinquiryview.php | 4 ++-- shop/cart.php | 2 +- shop/orderform.php | 2 +- shop/orderinquiryview.php | 2 +- 8 files changed, 13 insertions(+), 36 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 47f560300..f0b39a319 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -311,6 +311,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .td_date {width:60px;text-align:center} .td_datetime {width:110px;text-align:center} .td_default {width:60px;text-align:center} +.td_dvr {width:30px;text-align:center} .td_group {width:100px;text-align:center} .td_imgsmall {width:60px;text-align:center} .td_num {width:50px;text-align:center} @@ -814,30 +815,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sbn_idx ul {margin:0;padding:0;border:0;list-style:none} #sbn_idx li {margin:0 0 1px} -/* 내용관리 */ -#socc {margin:10px 0;padding:10px;border:1px solid #e9e9e9} -.socc_admin {text-align:right} -#socc header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} -#socc_con {padding:10px 0} -.socc_img {text-align:center} - -/* FAQ 관리 */ -#sfaq_wrap {margin:10px 0} -#sfaq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} -.sfaq_admin {text-align:right} -#sfaq_wrap ol {margin:0;padding:0;list-style:none} -#sfaq_list {margin:0 0 10px;border:1px solid #ccc} -#sfaq_list li {border-bottom:1px solid #fff;background:#f2f5f9} -#sfaq_list a {display:block;padding:10px;font-weight:bold;text-decoration:none} -#sfaq_list a:focus, -#sfaq_list a:hover {background:#626870;color:#fff} -#sfaq_con {border:1px solid #e9e9e9;border-top:0} -#sfaq_con li {padding:0 0 10px} -#sfaq_con h3 {padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9} -#sfaq_con p {padding:10px} -.sfaq_tolist {padding:0 10px;text-align:right} -.sfaq_img {text-align:center} - /* 상품검색 */ #ssch_frm {padding:20px;border:1px solid #e9e9e9;background:#f2f5f9;zoom:1} #ssch_frm:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 44977a04a..2d57b85f4 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -234,12 +234,12 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} .sod_list .li_name {margin:0 0 15px} .sod_list .li_name a {display:block;width:90%} .sod_list .li_name strong {display:inline-block;padding:8px 0 10px;font-size:1.167em} -.sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9} +.sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9;text-align:Center} .sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""} -.sod_list .li_prqty span {font-weight:bold} -.sod_list .li_prqty span span {font-weight:normal} -.sod_list .prqty_price {float:left;padding:0 2% 0 0;width:48%;border-right:1px solid #e9e9e9;text-align:right} -.sod_list .prqty_qty {float:right;width:48%;text-align:left} +.sod_list .li_prqty span {display:inline-block;font-weight:bold} +.sod_list .li_prqty span span {margin:0 5px 0 0;font-weight:normal} +.sod_list .prqty_qty {margin:0 20px;padding:0 20px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9} +.sod_list .prqty_stat {margin:0 0 0 20px;padding:0 0 0 20px;border-left:1px solid #e9e9e9} .sod_list .li_cp, .sod_list .li_mod {margin:5px 0 0} .sod_list .li_cp:after {display:block;visibility:hidden;clear:both;content:""} .sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:10px 0;width:100%;border:0;background:#ff882a;color:#fff;font-weight:bold} diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index 5655945ac..15be25550 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -105,7 +105,7 @@ $cart_count = mysql_num_rows($result);
판매가 수량 - 배송비 + 배송비
diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 2233f32b3..7a2fcd20a 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -195,7 +195,7 @@ ob_start();
판매가 수량 - 배송비 + 배송비
diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index 8b73c5a50..9ea2248bd 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -88,8 +88,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
판매가 수량 - 배송비 - 상태 + 배송비 + 상태
diff --git a/shop/cart.php b/shop/cart.php index 6f24161f8..569195ea2 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -127,7 +127,7 @@ include_once('./_head.php'); - + diff --git a/shop/orderform.php b/shop/orderform.php index 96630caba..e5ee8e790 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -337,7 +337,7 @@ function get_intall_file() - + - +