diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 15291951d..5ba9c131f 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -269,6 +269,20 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #sod_frm #show_progress {text-align:center} #sod_frm #show_progress span {display:block;margin:5px 0 0} +/* 배송지 목록 */ +#sod_addr {} +#sod_addr ul {margin:0;padding:0;list-style:none} +#sod_addr li {position:relative;padding:5px 0 5px 20px;min-height:35px;border-bottom:1px solid #e9e9e9} +#sod_addr .addr_chk {position:absolute;top:9px;left:0} +#sod_addr .addr_default {position:absolute;top:9px;right:0} +#sod_addr .addr_addr {margin:10px 0 5px} +#sod_addr .addr_name {float:left;margin:0 0 10px} +#sod_addr .addr_tel {float:right;margin:0 0 10px} +#sod_addr .addr_btn {clear:both;text-align:right} +#sod_addr .addr_btn:after {display:block;visibility:hidden;clear:both;content:""} +#sod_addr #btn_sel {width:25%;border:0;line-height:2.5em;background:#626870;color:#fff} +#sod_addr #btn_del {display:inline-block;width:15%;line-height:2.5em;background:#f2f5f9;color:#ff3061;text-align:center} + /* 주문내역 */ #sod_v {} #sod_v .td_stat {width:100px} diff --git a/mobile/shop/orderaddress.php b/mobile/shop/orderaddress.php index 9da376424..eb5db576a 100644 --- a/mobile/shop/orderaddress.php +++ b/mobile/shop/orderaddress.php @@ -5,75 +5,50 @@ $g5['title'] = '배송지 목록'; include_once(G5_PATH.'/head.sub.php'); $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php'; - ?> -
-
+ +

배송지 목록

-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - 기본
배송지
배송지명이름관리
전화번호
주소
- - - - - - > - - - - -
- 삭제 -
/
+
+
    + +
  • +
    + + + +
    +
    + +
    +
    + > + +
    +
    +
    +
    /
    +
    + + + 삭제 +
    +
  • + +
-
- +
+ +
diff --git a/shop/orderaddress.php b/shop/orderaddress.php index a22ad3cf4..8c4db26b7 100644 --- a/shop/orderaddress.php +++ b/shop/orderaddress.php @@ -46,7 +46,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php'; ?>
-
+

배송지 목록

@@ -75,8 +75,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php'; $addr = $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']; ?> - + +