diff --git a/css/mobile_shop.css b/css/mobile_shop.css index b2249f198..c57e6c070 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -83,7 +83,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} .btn02:focus, .btn02:hover {text-decoration:none !important} .btn_confirm {text-align:center} /* 서식단계 진행 */ -.btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none} +.btn_submit {padding:0 1em;height:2.6em;border:0;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.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em} .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_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */ @@ -472,6 +472,8 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei #sod_frm_same {margin:0 0 10px} +#sod_frm #od_memo {height:7em} + #sod_frm_pay .frm_input {background:#fff !important} #sod_frm_pay .frm_input:focus {color:#000} diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index cb1442bc7..9fc1c4ae4 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -127,7 +127,7 @@ $tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정