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() - + - +