Browse Source

모바일 수정

whakdo963 2 years ago
parent
commit
8f2a2fba7a

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

@@ -16,8 +16,8 @@
16 16
 				</div>
17 17
 				<div class="line">
18 18
 					<label>반품요청금액</label>
19
-					<div class="line_right">
20
-						<div class="fnRtnReqAmt">0원</div>
19
+					<div class="float_left">
20
+						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_RTN_REQ_AMT" placeholder="테스트" name="rtnReqAmt" class="itp_input" data-check-required="empty" readonly>
21 21
 					</div>
22 22
 				</div>
23 23
 				<div class="line">

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

@@ -241,8 +241,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
241 241
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
242 242
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
243 243
 #ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
244
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:115%; font-size:18px;}
245
-#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
244
+#ITP_WRAPPER header .header_wrap .name_info .bn {padding-top:0; text-align:right; width:115%; font-size:18px;}
245
+#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; padding-top:2px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
246 246
 
247 247
 #ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
248 248
 #ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
@@ -326,7 +326,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
326 326
 .content .line .float_left.name {width:60%;}
327 327
 .content .line .float_left button {float:right; left:-2px; position:relative; background:transparent; border:none; width:34px; height:34px; padding:0;} 
328 328
 .content .line .float_left button img {width:18px;}
329
-.content .line .float_left input {width:100%; font-size:14px;}
329
+.content .line .float_left input {width:100%; font-size:9pt;}
330 330
 .content .line .float_left.note {width: 100%; padding: 10px;}
331 331
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
332 332
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}