diff --git a/css/default_shop.css b/css/default_shop.css index 55c230ac3..d39f0c6ba 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -223,8 +223,8 @@ fieldset .btn_submit {height:22px;font-size:1em} .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em;cursor:pointer} button.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:1.9em} .btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important} -.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ -.btn_frmline2 {display:inline-block;padding:0 7px 0 5px;height:20px;border:1px solid #e9e9e9;background:#f5f6fa;color:#ff3061 !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.7em} +.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:2em} /* 우편번호검색버튼 등 */ +.btn_frmline2 {display:inline-block;padding:0 7px 0 5px;height:20px;border:1px solid #e9e9e9;background:#f5f6fa;color:#ff3061 !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:1.7em} button.btn_frmline {font-size:1em;cursor:pointer} button.btn_frmline2 {font-size:1em;cursor:pointer} .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ @@ -302,6 +302,7 @@ td.empty_table {padding:85px 0;text-align:center} .td_mb_id {width:100px;text-align:center} .td_nick {width:100px;text-align:center} .td_name {width:100px;text-align:left} +.td_smallname {width:50px;text-align:left} .td_date {width:60px;text-align:center} .td_datetime {width:110px;text-align:center} .td_smallmng {width:50px;text-align:center} @@ -669,6 +670,9 @@ td.empty_table {padding:85px 0;text-align:center} #sod_frm_orderer {margin:20px 0 40px} +#sod_frm_addr div {position:relative} /* FF 포지션 */ +#sod_frm_addr div div {position:absolute;top:-20px;left:170px} + #sod_frm_same {margin:0 0 10px} #sod_frm #od_memo {height:50px} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index a7f5e23d2..627934967 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -556,7 +556,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f .btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 1em;height:2.6em;border:1px solid #333;background:#333;color:#fff;font-size:1em;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none} .btn_cancel {display:inline-block;padding:0 1em;height:2.6em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.6em} -.btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */ +.btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:1.9em} /* 우편번호검색버튼 등 */ .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */ .btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em;cursor:pointer} /* 게시판용 버튼 */ @@ -628,7 +628,8 @@ td.empty_table {padding:5em 0;text-align:center} .td_mb_id {width:100px;text-align:center} .td_nick {width:100px;text-align:center} .td_name {width:100px;text-align:left} -.td_date {width:100px;text-align:center} +.td_smallname {width:100px;text-align:left} +.td_date {width:50px;text-align:center} .td_datetime {width:170px;text-align:center} .td_smallmng {width:50px;text-align:center} .td_mng {width:80px;text-align:center} diff --git a/mobile/shop/orderaddress.php b/mobile/shop/orderaddress.php index 74a4318a0..1ee55cd21 100644 --- a/mobile/shop/orderaddress.php +++ b/mobile/shop/orderaddress.php @@ -5,15 +5,17 @@ $g4['title'] = '배송지 목록'; include_once(G4_PATH.'/head.sub.php'); ?> -
- +
+

+ +
- - - - + + + + + @@ -23,11 +25,11 @@ include_once(G4_PATH.'/head.sub.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']; ?> - - - + + + - diff --git a/mobile/skin/shop/basic/img/personal.jpg b/mobile/skin/shop/basic/img/personal.jpg new file mode 100644 index 000000000..6c21f566a Binary files /dev/null and b/mobile/skin/shop/basic/img/personal.jpg differ diff --git a/shop/orderaddress.php b/shop/orderaddress.php index 6bb27b6dc..a12224bcc 100644 --- a/shop/orderaddress.php +++ b/shop/orderaddress.php @@ -28,15 +28,18 @@ $g4['title'] = '배송지 목록'; include_once(G4_PATH.'/head.sub.php'); ?> -
-
배송지명 - 이름전화번호주소관리배송지명이름전화번호주소관리


+ 삭제 diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index a49933de2..c9b84137d 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -472,7 +472,7 @@ ob_end_clean(); 배송지선택 - 배송지목록 + 배송지목록
+
+ +

배송지 목록

+ +
- - - - + + + + + @@ -46,13 +49,13 @@ include_once(G4_PATH.'/head.sub.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']; ?> - - - + + + - diff --git a/shop/orderform.php b/shop/orderform.php index 415d0bf4a..9318547dd 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -708,7 +708,7 @@ function get_intall_file() @@ -733,7 +733,7 @@ function get_intall_file() -
배송지명 - 이름전화번호주소관리배송지명이름전화번호주소관리


+ - + 삭제
배송지선택 - 배송지목록 + 배송지목록
주소 + - @@ -741,10 +741,14 @@ function get_intall_file() - - - - +
+
+ + + + +
+
diff --git a/skin/shop/basic/img/personal.jpg b/skin/shop/basic/img/personal.jpg new file mode 100644 index 000000000..6c21f566a Binary files /dev/null and b/skin/shop/basic/img/personal.jpg differ