Преглед на файлове

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

juney преди 2 години
родител
ревизия
c2e9b15548
променени са 2 файла, в които са добавени 10 реда и са изтрити 6 реда
  1. 3 2
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html
  2. 7 4
      src/main/webapp/mobile/css/style.css

+ 3 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -179,8 +179,9 @@
179 179
 				                 <div class="amt fnUnitAmt">12,000,000</div>
180 180
 			                 </div>
181 181
                         </div>
182
-                        <div class="scroll_right">
183
-                            <button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
182
+                       <div class="scroll_right">
183
+                        	<input id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" type="checkbox">
184
+                            <!-- <button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button> -->
184 185
                         </div>
185 186
 						<div class="right">
186 187
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>

+ 7 - 4
src/main/webapp/mobile/css/style.css

@@ -100,6 +100,7 @@ section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding:
100 100
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
101 101
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
102 102
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
103
+section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{margin:18px 11px 0 11px;}
103 104
 section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 10px;}
104 105
 section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
105 106
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:16px; height:38px;}
@@ -181,6 +182,7 @@ body.eee {height: 700px; background: #eee;}
181 182
 #ITP_LOGIN {
182 183
     transform: translateX(-50%);
183 184
     max-width: 500px;
185
+    height:100%;
184 186
     left: 50%;
185 187
     position: fixed;}
186 188
 #ITP_LOGIN .login_popup {position: relative; width: 350px; text-align: center;}
@@ -419,7 +421,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
419 421
 .button_bar button.col_12 {font-weight:100; width: 100%; height: 40px; font-size: 16px;}
420 422
 
421 423
 /* scroll_area 조정 */
422
-.scroll_area {position: relative; top:0; width: 100%; height: 456px;border-bottom:2px solid #000; bottom: 30px; overflow: auto; background: #fff;}
424
+.scroll_area {position: relative; top:0; width: 100%; height: 456px;border-bottom:2px solid #000; margin-bottom:47px; overflow: auto; background: #fff;}
423 425
 .scroll_area ul {display:grid;}
424 426
 
425 427
 
@@ -430,8 +432,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
430 432
 
431 433
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
432 434
 .scroll_area .itp_non_data {margin:35% auto;}
433
-.scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
434 435
 
436
+.scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
437
+.scroll_area li.check {background:#E6EFF4;}
435 438
 .scroll_area li.list-row {display: inline-flex; height:76px;}
436 439
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
437 440
 
@@ -511,7 +514,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
511 514
 .scroll_area li .left .nomal .col_5{min-width:50px;}
512 515
 
513 516
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
514
-.scroll_area li .right .num {padding:6px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
517
+.scroll_area li .right .num {padding:6px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff;}
515 518
 .scroll_area li .right .fnnum {margin:10px 30px;}
516 519
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
517 520
 .scroll_area li .right button:hover {background:#FCD5C1;}
@@ -570,7 +573,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
570 573
 @media screen and (max-height: 720px) {
571 574
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
572 575
 	.bg_gray {position:relative; top:-90px;}
573
-	.scroll_area {height: 400px;}
576
+	.scroll_area {height: 58vh;}
574 577
 	section .popup2 .pop .popup_scroll {height: 65%;}
575 578
 	}
576 579
 @media screen and (max-height: 550px) {