瀏覽代碼

모바일 위쪽 컨텐츠 고정 테스트

whakdo963 2 年之前
父節點
當前提交
e099d7d422
共有 2 個文件被更改,包括 39 次插入34 次删除
  1. 30 28
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html
  2. 9 6
      src/main/webapp/mobile/css/style.css

+ 30 - 28
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -7,40 +7,42 @@
7 7
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_DVSN" name="whsDvsn" value="">
8 8
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_RTN_REQ_ST_CD" name="rtnReqStCd" value="">
9 9
 			<div class="content">
10
-				<div class="line header">
11
-					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
12
-		      	</div>
13
-				<div class="line mt5">
14
-					<label>반품요청일</label>
15
-					<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
16
-				</div> 
17
-				<div class="line">
18
-					<label>반품요청금액</label>
19
-					<div class="float_left">
20
-						<div class="input_text">
21
-							<div class="fnRtnReqAmt">1,000,000원</div>
10
+				<div class="content_fix">
11
+					<div class="line header">
12
+						<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
13
+			      	</div>
14
+					<div class="line mt5">
15
+						<label>반품요청일</label>
16
+						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
17
+					</div> 
18
+					<div class="line">
19
+						<label>반품요청금액</label>
20
+						<div class="float_left">
21
+							<div class="input_text">
22
+								<div class="fnRtnReqAmt">1,000,000원</div>
23
+							</div>
22 24
 						</div>
23 25
 					</div>
24
-				</div>
25
-				<div class="line">
26
-					<label>반품장소</label>
27
-					<div class="float_left">
28
-						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" placeholder="" readonly />
29
-						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
30
-						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" name="rtnLocation" value="" />
31
-       					<div class="itp_input_btn">
32
-							<button id="ITP_BTN_MRTNMNG01010_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG01010_WHS_AREA"><img src="../img/search.png" alt=""></button>
26
+					<div class="line">
27
+						<label>반품장소</label>
28
+						<div class="float_left">
29
+							<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" placeholder="" readonly />
30
+							<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
31
+							<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" name="rtnLocation" value="" />
32
+	       					<div class="itp_input_btn">
33
+								<button id="ITP_BTN_MRTNMNG01010_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG01010_WHS_AREA"><img src="../img/search.png" alt=""></button>
34
+							</div>
35
+						</div>
36
+						<div class="float_right_btn">
37
+							<button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
33 38
 						</div>
34 39
 					</div>
35
-					<div class="float_right_btn">
36
-						<button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
40
+					<div class="table_header">
41
+						<h1><반품 품목></h1>
42
+						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
43
+						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
37 44
 					</div>
38 45
 				</div>
39
-				<div class="table_header">
40
-					<h1><반품 품목></h1>
41
-					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
42
-					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
43
-				</div>
44 46
 			</div>
45 47
 			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-7">
46 48
 				<ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>

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

@@ -97,7 +97,7 @@ section .popup2 .pop .popup_scroll li .scroll_left {float: left; display:grid; w
97 97
 section .popup2 .pop .popup_scroll li .scroll_left div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; float: left; font-size: 18px; font-weight: 100; width: 100%; margin:8px 6px -6px 10px;}
98 98
 section .popup2 .pop .popup_scroll li .scroll_left .con_2 {padding-top:0px;}
99 99
 section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0;}
100
-section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:46%; margin:0; padding: 8px 2px 0px 2px;}
100
+section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:43%; margin:0; padding: 8px 2px 0px 2px;}
101 101
 section .popup2 .pop .popup_scroll li .scroll_left .mg_0 .type_hide {width:auto;}
102 102
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14pt; color:gray; width:auto !important;}
103 103
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14pt; color:#b88278;}
@@ -318,7 +318,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
318 318
   padding-top: 49px;
319 319
   font-size: 16px;
320 320
 }
321
-.content {position: fixed; z-index: 10; width:100%; background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
321
+.content {position: fixed; display:contents; z-index: 10; width:100%; background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
322
+.content .content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
322 323
 .content .content_inside {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
323 324
 .content .header {width:100% !important; margin:0 !important;}
324 325
 .content .line {position: relative; display: inline-block; width: 332px; margin:0 auto; height: 40px; margin-bottom: -10px;}
@@ -412,7 +413,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
412 413
 } */
413 414
 
414 415
 .button_bar {width: 100%; height: 47px; background: #ccc; position: fixed; bottom: 0px; z-index: 10;}
415
-.button_bar button.col_3{float: left; height: 47px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: 1px solid #aaa;}
416
+.button_bar button.col_3{float: left; height: 47px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: none;}
416 417
 .button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
417 418
 .button_bar button.btn-gray:active {border:3px solid #858076; background-color: #fff; color:#B7B8B8;}
418 419
 .button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
@@ -566,15 +567,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
566 567
 	.content .line .search_wrap select {width:78%;}	
567 568
 	
568 569
 }
569
-@media screen and (min-width: 500px) {
570
-	.content .line {margin:-4px 0px; width:625px;}
571
-}
570
+
572 571
 @media screen and (max-width: 380px) {
573 572
 	section .popup2 .barcode_area {width: 250px; height: 250px;}
574 573
 /* 	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
575 574
 	.type_hide {display:none;}
576 575
 	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 4px 8px 0px 2px;} */
577 576
 }
577
+@media screen and (min-width: 650px) {
578
+	.content .line {margin:-5px 100px;}
579
+	
580
+}
578 581
 @media screen and (max-height: 720px) {
579 582
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
580 583
 	.bg_gray {position:relative; top:-90px;}