Quellcode durchsuchen

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

yhl88 vor 2 Jahren
Ursprung
Commit
32d4d3143c

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

@@ -10,7 +10,7 @@
10 10
 					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">입금관리</div>
11 11
 		      	</div>
12 12
 				<div class="line">
13
-				  <label>매장선</label>
13
+				  <label>매장선</label>
14 14
 				  <div class="float_left">
15 15
 					<input id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_STORE_NM" name="sstoreNm" type="text" placeholder="" readonly>
16 16
 					<div class="itp_input_btn">	
@@ -279,7 +279,7 @@
279 279
 					<div class="line mt_5">
280 280
 						<label>입금금액</label>
281 281
 						<div class="search_wrap itp_ip">
282
-							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_AMT" name="dpstAmt" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금금액" type="text" >
282
+							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_AMT" name="dpstAmt" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금금액" type="number" >
283 283
 						</div>
284 284
 					</div>
285 285
 					<div class="line mt_5">
@@ -305,7 +305,7 @@
305 305
 					<div class="line mt_5" style="height:70px;">
306 306
 						<label>입금계좌번호</label>
307 307
 						<div class="search_wrap itp_ip">
308
-							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_ACCT_NO" name="rcvAcctNo" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금계좌번호" type="text" >
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" >
309 309
 						</div>
310 310
 					</div>
311 311
 					<div class="line">

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

@@ -60,12 +60,12 @@ section .popup2 .pop .search_bar button {position:relative; width:34px; height:3
60 60
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
61 61
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
62 62
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
63
-section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0; font-size:12px;}
64
-section .popup2 .pop .search_item_bar select {width:22%; height:34px; padding:0; border-radius:5px; margin-right:5px;}
63
+section .popup2 .pop .search_item_bar input {width:40%; height:26px; border-radius:5px; margin:0; font-size:12px;}
64
+section .popup2 .pop .search_item_bar select {width:22%; height:26px; padding:0; border-radius:5px; margin-right:5px;}
65 65
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
66 66
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
67
-section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
68
-section .popup2 .pop .search_btn_bar .btn_right button {height:34px; padding:5px 12px; font-size:12pt; font-weight:100; border-radius:3px; border:1px solid #333;}
67
+section .popup2 .pop .search_btn_bar .btn_right button img{width:16px; height:16px; margin-right:5px;}
68
+section .popup2 .pop .search_btn_bar .btn_right button {height:26px; padding:1px 12px; font-size:10pt; font-weight:100; border-radius:3px; border:1px solid #333;}
69 69
 section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
70 70
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
71 71
 section .popup2 .pop .table .table_tr {display:flex;}
@@ -375,7 +375,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
375 375
 .content .line .line_right input.m9 {margin-right:93px;}
376 376
 .content .line .line_right input.left {text-align: left;}
377 377
 .content .line .line_right input.mg0 {margin-right:10px;}
378
-.content .line .line_right input.date{width:194px; margin-right:132px; height:35px; margin-left:3px;} 
378
+.content .line .line_right input.date{width:194px; margin-right:132px; height:26px; margin-left:3px;} 
379 379
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
380 380
 .content .line input.date {width: 168px; height: 26px; float: left; text-align:center; font-size:12pt; background: url(../img/calender.png) 95%/18px no-repeat white}
381 381
 .content .line input.full {width: 100%;}
@@ -489,7 +489,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
489 489
 
490 490
 
491 491
 .scroll_area li.history_list9 .button_right {float: right; display: grid;}
492
-.scroll_area li.history_list9 .button_right button {width: 45px; height: 85px; font-size: 10pt; font-weight:100; margin: 0; padding:0; border-radius: 0;}
492
+.scroll_area li.history_list9 .button_right button {width: 45px; height: 85px; font-size: 12pt; font-weight:100; margin: 0; padding:0; border-radius: 0;}
493 493
 
494 494
 .scroll_area li.history_list1 {height: 120px;}
495 495
 .scroll_area li.history_list2 {height: 160px; padding-top:5px;}