diff --git a/css/default_shop.css b/css/default_shop.css index f50f80753..13ff508a6 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -500,6 +500,10 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7 .sod_bsk_itopt li {padding:3px;border-bottom:1px solid #e9e9e9} .sod_option_btn .mod_options {margin:0;padding:3px 0;width:100%;border:0;background:#333;color:#fff;cursor:pointer} +#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none} +#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} +#sit_opt_added li div {margin:5px 0 0;text-align:right} + #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:#f2f5f9;overflow-y:scroll;overflow-x:none} @@ -551,6 +555,9 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7 #sod_frm_escrow {margin:30px 0 0} +/* 배송지 목록 */ +#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent} + /* 주문내역 */ #sod_v {} #sod_v .basic_tbl {text-align:center} diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 6dbfbac95..c72f2cf41 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -417,7 +417,7 @@ ob_end_clean(); } ?> --> - 이후로 배송 바랍니다. + 이후로 배송 바랍니다. @@ -450,7 +450,7 @@ ob_end_clean(); $row = sql_fetch($sql); if($row['ad_id']) { $val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_subject']; - $addr_list .= ''.PHP_EOL; + $addr_list .= '
'.PHP_EOL; $addr_list .= ''.PHP_EOL; } diff --git a/shop/orderaddress.php b/shop/orderaddress.php index 8c4db26b7..58026e917 100644 --- a/shop/orderaddress.php +++ b/shop/orderaddress.php @@ -50,9 +50,6 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';

배송지 목록

-
- -
@@ -87,7 +84,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php'; @@ -98,8 +95,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
- + 삭제
-
- +
+ +
diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index b1c480cff..2aea1420e 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -212,10 +212,6 @@ .td_sit_sel {position:relative} .sit_sel_submit {position:static !important;position:absolute;float:right !important;float:none;top:8px;right:0} -#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none} -#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} -#sit_opt_added li div {margin:5px 0 0;text-align:right} - #sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} #sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}