diff --git a/css/mobile_shop.css b/css/mobile_shop.css index b916b7363..acdf7fafc 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -329,6 +329,9 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #od_addr1, #od_addr2, #od_addr3, #od_email, #od_b_addr1, #od_b_addr2, #od_b_addr3 {width:100%} #sod_frm #od_memo {height:70px} +#sod_frm_pt {margin:10px 0 5px} +#sod_frm_pt_alert, #sod_frm_pt_info {margin:0 0 10px} + #sod_frm #show_progress {text-align:center} #sod_frm #show_progress span {display:block;margin:5px 0 0} diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 0d495ab9b..4d733fdb4 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -608,7 +608,7 @@ ob_end_clean(); 무통장입금 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.

'; + echo '

무통장입금 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.

'; $multi_settle == 0; $checked = ''; @@ -677,8 +677,8 @@ ob_end_clean(); $point_unit = (int)$default['de_settle_point_unit']; $temp_point = (int)((int)($temp_point / $point_unit) * $point_unit); - echo '
결제포인트 : 점 ('.$point_unit.'점 단위로 입력하세요.)
'; - echo '
회원님의 보유포인트('.display_point($member['mb_point']).')중 '.display_point($temp_point).'까지 사용 가능합니다.
'; + echo '
결제포인트 : 점 ('.$point_unit.'점 단위로 입력하세요.)
'; + echo '

회원님의 보유포인트('.display_point($member['mb_point']).')중 '.display_point($temp_point).'까지 사용 가능합니다.

'; $multi_settle++; } }