diff --git a/adm/css/admin.css b/adm/css/admin.css index bbbe5b7f1..3e8c2b0c4 100644 --- a/adm/css/admin.css +++ b/adm/css/admin.css @@ -876,20 +876,6 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} .sbn_img {text-align:center} .sbn_image {display:none;margin:0 0 10px;text-align:left} -/* SMS문자전송 */ -#sms_send {padding-bottom:100px;zoom:1} -#sms_send:after {display:block;visibility:hidden;clear:both;content:""} - -#sms_frm {float:left;width:650px} -#sms_frm table {margin:0 0 30px} -#sms_frm textarea {height:70px} - -#sms_sm {position:relative;float:left;width:229px;height:418px;background:url('../shop_admin/img/mobilebg.jpg') no-repeat} -#sms_sm_text {position:absolute;top:75px;left:27px;width:180px;color:#fff;font-size:2em;word-break:break-all} -#sms_sm p {position:absolute;bottom:-70px;left:0;font-size:0.95em;letter-spacing:-0.1em} - -#sms_send .local_desc01 {min-width:320px} - /* 가격비교사이트 */ #anc_pricecompare_info li {margin:5px 0 5px -1px} diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index fa5be32ea..74498f808 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -156,32 +156,32 @@ $cart_count = sql_num_rows($result);
쇼핑 계속하기
- 0 || $send_cost > 0) { - ?> -
- 0) { // 배송비가 0 보다 크다면 (있다면) ?> -
배송비
-
+ 0 || $send_cost > 0) { + ?> +
+ 0) { // 배송비가 0 보다 크다면 (있다면) ?> +
배송비
+
+ + + 0) { ?> +
포인트
+
+
총계
+
+ +
- 0) { ?> -
포인트
-
-
총계
-
- -
- - -
-
총계 +
+
총계
+ + + +
- - - -
diff --git a/shop/kcp/orderform.1.php b/shop/kcp/orderform.1.php index ee584380b..2c6e29adc 100644 --- a/shop/kcp/orderform.1.php +++ b/shop/kcp/orderform.1.php @@ -25,6 +25,12 @@ function m_Completepayment( FormOrJson, closeEvent ) /********************************************************************/ GetField( frm, FormOrJson ); + $("body").css({ + "position": "", + "width": "", + "top" : "" + }); + if( frm.res_cd.value == "0000" ) { document.getElementById("display_pay_button").style.display = "none" ; @@ -49,6 +55,11 @@ function jsf__pay( form ) try { KCP_Pay_Execute( form ); + $("body").css({ + "position": "fixed", + "width": "100%", + "top" : "0" + }); } catch (e) {