diff --git a/css/default_shop.css b/css/default_shop.css index 829f1d2f5..7492299ef 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -638,10 +638,13 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col #sod_bsk_list {position:relative} #sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f5f6fa;overflow-y:scroll} -#sod_bsk_dvr {padding:5px 0 12px;border-bottom:1px solid #e9e9e9} -#sod_bsk_cnt {margin:0 0 10px;padding:12px 0 12px;border-bottom:1px solid #e9e9e9;background:#f5f6fa} -.sod_bsk_tot span {display:inline-block;width:64%;text-align:right} -.sod_bsk_tot strong {display:inline-block;width:35%;text-align:right} +#sod_bsk_tot {margin:0;padding:10px;border:1px solid #e9e9e9;background:#f5f6fa;zoom:1} +#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""} +#sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:12px 0;border-bottom:1px solid #e9e9e9} +#sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold} +#sod_bsk_tot dd {margin:0;padding-right:2%;width:47%;text-align:right} +.sod_bsk_cnt {background:#333;color:#fff} +.sod_bsk_point {border-bottom:0 !important} #sod_bsk_act {text-align:center} #sod_bsk_act p {margin:0 0 10px} @@ -684,10 +687,12 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col /* 주문상세내역 */ #sod_fin {} -#sod_fin_list dl {padding:7px 5px 0;border:1px solid #e9e9e9;zoom:1} -#sod_fin_list dl:after {display:block;visibility:hidden;clear:both;content:''} -#sod_fin_list dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold} -#sod_fin_list dd {float:left;margin:0} +#sod_fin_legend {padding:7px 5px 0;border:1px solid #e9e9e9;zoom:1} +#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''} +#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold} +#sod_fin_legend dd {float:left;margin:0} + +#sod_fin #sod_bsk_tot {border-bottom:0 !important} #sod_ul {margin:10px 0;padding:0;border-top:1px solid #565e60;list-style:none} #sod_ul li {border-bottom:1px solid #565e60} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 7ea1f3c49..62bbd2300 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -313,10 +313,13 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} #sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:320px;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f5f6fa;overflow-y:scroll} html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !important} -#sod_bsk_dvr {padding:0.3em 0 1em;border-bottom:1px solid #e9e9e9} -#sod_bsk_cnt {margin:0 0 1em;padding:1em 0;border-bottom:1px solid #e9e9e9;background:#f5f6fa} -.sod_bsk_tot span {display:inline-block;width:64%;text-align:right} -.sod_bsk_tot strong {display:inline-block;width:35%;text-align:right} +#sod_bsk_tot {margin:0;padding:1em;border:1px solid #e9e9e9;background:#f5f6fa;zoom:1} +#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""} +#sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:1em 0;border-bottom:1px solid #e9e9e9} +#sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold} +#sod_bsk_tot dd {margin:0;padding-right:2%;width:47%;text-align:right} +.sod_bsk_cnt {background:#333;color:#fff} +.sod_bsk_point {border-bottom:0 !important} #sod_bsk_act {margin:0 0 2em;text-align:center} #sod_bsk_act p {margin:0} @@ -362,13 +365,13 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f /* 주문상세내역 */ #sod_fin {} -#sod_fin_list dl {padding:0.6em 0.3em 0;border:1px solid #e9e9e9;zoom:1} -#sod_fin_list dl:after {display:block;visibility:hidden;clear:both;content:''} -#sod_fin_list dt {clear:both;float:left;margin:0 0 0.3em;width:50px;font-weight:bold} -#sod_fin_list dd {float:left;margin:0} +#sod_fin_legend {margin:1em;padding:0.6em 0.3em 0;border:1px solid #e9e9e9;zoom:1} +#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''} +#sod_fin_legend dt {clear:both;float:left;margin:0 0 0.3em;width:50px;font-weight:bold} +#sod_fin_legend dd {float:left;margin:0} #sod_ul {margin:0 0 0.5em;padding:0;border-top:1px solid #565e60;list-style:none} -#sod_ul li {border-bottom:1px solid #565e60} +#sod_ul li {padding:0 1em;border-bottom:1px solid #565e60} #sod_ul table {margin:0} #sod_ul th {text-align:center} #sod_ul td {background:#fff;color:#000} diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 890b001a9..670b26014 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -195,35 +195,22 @@ ob_start(); -
- 주문 - -
+
+
주문
+
+
쿠폰
+
0 원
+
배송비
+
+
총계
+
+ + +
+
+
+
-
- 쿠폰 - 0 원 -
- -
- 배송비 - -
- - - -
- 총계 - -
- -
- - -

주문하신 상품

상품 상태 설명 -
+
주문
주문이 접수되었습니다.
준비
@@ -127,48 +127,36 @@ include_once(G4_MSHOP_PATH.'/_head.php'); $tot_amount = $tot_sell_amount + $send_cost - $tot_cp_amount - $od_coupon; ?> -
- 주문총액 - -
+
+
주문총액
+
- 0) { ?> -
- 상품할인 - -
- + 0) { ?> +
상품할인
+
+ - 0) { ?> -
- 결제할인 - -
- + 0) { ?> +
결제할인
+
+ - 0) { ?> -
- 배송비 - -
- + 0) { ?> +
배송비
+
+ - 0) { ?> -
- 배송비할인 - -
- + 0) { ?> +
배송비할인
+
+ -
- 총계 - -
+
총계
+
-
- 포인트 - -
+
포인트
+
+
diff --git a/shop/orderform.php b/shop/orderform.php index 40b9c8f85..7a3ab0cb5 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -270,35 +270,21 @@ setTimeout("init_pay_button();",300); -
- 주문 - -
- -
- 쿠폰 - 0 원 -
- -
- 배송비 - -
- - - -
- 총계 - -
- -
- - -
+
+
주문
+
+
쿠폰할인
+
0 원
+
배송비
+
+
총계
+
+ + +
+
+
+
diff --git a/shop/orderinquiry.sub.php b/shop/orderinquiry.sub.php index 2da599b76..88faf6113 100644 --- a/shop/orderinquiry.sub.php +++ b/shop/orderinquiry.sub.php @@ -39,7 +39,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) () - + diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index 349ec07a1..880b15603 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -45,7 +45,7 @@ if(openwin != null) {

주문하신 상품

상품 상태 설명 -
+
주문
주문이 접수되었습니다.
준비
@@ -139,48 +139,37 @@ if(openwin != null) { $tot_amount = $tot_sell_amount + $send_cost - $tot_cp_amount - $od_coupon; ?> -
- 주문총액 - -
+
+
주문총액
+
- 0) { ?> -
- 상품할인 - -
- + 0) { ?> +
상품할인
+
+ - 0) { ?> -
- 결제할인 - -
- + 0) { ?> +
결제할인
+
+ - 0) { ?> -
- 배송비 - -
- + 0) { ?> +
배송비
+
+ - 0) { ?> -
- 배송비할인 - -
- + 0) { ?> +
배송비할인
+
+ -
- 총계 - -
+
총계
+
+ +
포인트
+
+
-
- 포인트 - -