浏览代码

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
 				                 <div class="amt fnUnitAmt">12,000,000</div>
179
 				                 <div class="amt fnUnitAmt">12,000,000</div>
180
 			                 </div>
180
 			                 </div>
181
                         </div>
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
                         </div>
185
                         </div>
185
 						<div class="right">
186
 						<div class="right">
186
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
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
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
100
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
101
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
101
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
102
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
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
 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
 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
 section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
105
 section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
105
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:16px; height:38px;}
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
 #ITP_LOGIN {
182
 #ITP_LOGIN {
182
     transform: translateX(-50%);
183
     transform: translateX(-50%);
183
     max-width: 500px;
184
     max-width: 500px;
185
+    height:100%;
184
     left: 50%;
186
     left: 50%;
185
     position: fixed;}
187
     position: fixed;}
186
 #ITP_LOGIN .login_popup {position: relative; width: 350px; text-align: center;}
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
 .button_bar button.col_12 {font-weight:100; width: 100%; height: 40px; font-size: 16px;}
421
 .button_bar button.col_12 {font-weight:100; width: 100%; height: 40px; font-size: 16px;}
420
 
422
 
421
 /* scroll_area 조정 */
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
 .scroll_area ul {display:grid;}
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
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
433
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
432
 .scroll_area .itp_non_data {margin:35% auto;}
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
 .scroll_area li.list-row {display: inline-flex; height:76px;}
438
 .scroll_area li.list-row {display: inline-flex; height:76px;}
436
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
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
 .scroll_area li .left .nomal .col_5{min-width:50px;}
514
 .scroll_area li .left .nomal .col_5{min-width:50px;}
512
 
515
 
513
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
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
 .scroll_area li .right .fnnum {margin:10px 30px;}
518
 .scroll_area li .right .fnnum {margin:10px 30px;}
516
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
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
 .scroll_area li .right button:hover {background:#FCD5C1;}
520
 .scroll_area li .right button:hover {background:#FCD5C1;}
@@ -570,7 +573,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
570
 @media screen and (max-height: 720px) {
573
 @media screen and (max-height: 720px) {
571
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
574
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
572
 	.bg_gray {position:relative; top:-90px;}
575
 	.bg_gray {position:relative; top:-90px;}
573
-	.scroll_area {height: 400px;}
576
+	.scroll_area {height: 58vh;}
574
 	section .popup2 .pop .popup_scroll {height: 65%;}
577
 	section .popup2 .pop .popup_scroll {height: 65%;}
575
 	}
578
 	}
576
 @media screen and (max-height: 550px) {
579
 @media screen and (max-height: 550px) {