Ver código fonte

모바일 테스트

whakdo963 2 anos atrás
pai
commit
a70bd475fe

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

@@ -7,7 +7,7 @@
7 7
 			  	<div class="line header">
8 8
 					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청현황</div>
9 9
 		      	</div>
10
-				<div class="line">
10
+				<div class="line mt5">
11 11
 					<label>반품요청일</label>
12 12
 					<div class="input-group date_to date">
13 13
 						<input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
@@ -36,7 +36,7 @@
36 36
 						<button id="ITP_BTN_MRTNMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
37 37
 					</div>
38 38
 				</div>
39
-				<div class="line" style="height:50px;">
39
+				<div class="line">
40 40
 					<div class="search">
41 41
 						<button id="ITP_BTN_MRTNMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
42 42
 					</div>

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

@@ -347,7 +347,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
347 347
 .content .line .float_right_btn {float: left; margin-top: 3px; margin-left: 5px;}
348 348
 .content .line .float_right_btn button {padding:0; width:34px; height:34px; border-radius:5px; border:1px solid #aaa;}
349 349
 .content .line .float_right_btn button img {width:18px; height:18px;}
350
-.content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
350
+.content .line .float_left select {float: left; width: 100%; height: 34px; margin-top:3px; border: 1px solid #aaa; border-radius:5px; font-size: 14pt;}
351 351
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:57%}
352 352
 .content .line .line_right div {float: right; font-size: 16px; margin-top: 12px; margin-right:3%; color:#555;}
353 353
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
@@ -358,8 +358,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
358 358
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
359 359
 .content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14pt; background: url(../img/calender.png) 95%/18px no-repeat white}
360 360
 .content .line input.full {width: 100%;}
361
-.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
362
-.content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
361
+.content .line div.date_to {display:flex; width:60%; height:34px; float: left; margin-right:0px; margin-top:3px;}
362
+.content .line div.date_to input {font-weight:100; width:47%; height:34px; font-size:14pt; margin:0;}
363 363
 
364 364
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
365 365
 .content .line .search {width: 100%; height: 50px; padding-top:12px;}