Ver código fonte

입금등록 팝업 크기 변경

whakdo963 2 anos atrás
pai
commit
33568a07be

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html

@@ -254,7 +254,7 @@
254 254
 		<form id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ" class="form-horizontal" onsubmit="return false;">
255 255
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_BRAND_ID" name="brandId" value="">
256 256
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_STORE_ID" name="storeId" value="">
257
-			<div class="pop">
257
+			<div class="pop" style="height:370px;">
258 258
 				<div class="header">
259 259
 					<div class="header_left">
260 260
 						<label>입금등록</label>
@@ -302,7 +302,7 @@
302 302
 							</select>
303 303
 						</div>
304 304
 					</div>
305
-					<div class="line mt_5" style="height:70px;">
305
+					<div class="line mt_5">
306 306
 						<label>입금계좌번호</label>
307 307
 						<div class="search_wrap itp_ip">
308 308
 							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_ACCT_NO" name="rcvAcctNo" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금계좌번호" type="number" >

+ 2 - 2
src/main/webapp/mobile/css/style.css

@@ -120,7 +120,7 @@ section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17
120 120
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
121 121
 section .popup2 .pop .popup_scroll li .right input {width:43px; height:27px; margin:0; padding:3px; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
122 122
 section .popup2 .pop .popup_scroll li .right input:focus {outline:none;}
123
-section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
123
+section .popup2 .pop .content .line button {width: 35%; height: 26px;font-size: 12pt; font-weight:100; padding-top: 0px; margin: 0 10px;}
124 124
 section .popup2	.list_line {width:98%; float:left; height:30px;display: inline-flex; margin:0 1%; font-size:12px;}
125 125
 section .popup2 .border {border-bottom: 1px solid #000 !important;}
126 126
 section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:30px; padding-top:4px; border-bottom:none; background:#eee;}
@@ -147,7 +147,7 @@ section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;
147 147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148 148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149 149
 section .popup2 .content .line.ml_10 {}
150
-section .popup2 .content .line .search_wrap select {float:right; width:50%; height:34px; margin-right:0px;}
150
+section .popup2 .content .line .search_wrap select {float:right; width:50%; height:26px; margin-right:0px;}
151 151
 
152 152
 
153 153
 section .popup3 {position: absolute; top:0;width: 100%; height: 100vh; background: transparent; z-index: 11;}