Browse Source

공지사항 수정

whakdo963 2 years ago
parent
commit
50c0dc80cc
1 changed files with 10 additions and 8 deletions
  1. 10 8
      src/main/webapp/mobile/app/main.html

+ 10 - 8
src/main/webapp/mobile/app/main.html

@@ -32,9 +32,10 @@
32
 		.itp_notify_row {
32
 		.itp_notify_row {
33
 			display: flex;
33
 			display: flex;
34
 			margin-top: 10px;
34
 			margin-top: 10px;
35
+			width:100%;
35
 		}
36
 		}
36
 		.noti_label  {
37
 		.noti_label  {
37
-			width: 65px;
38
+			min-width: 55px;
38
 			text-align: left;
39
 			text-align: left;
39
 			margin-left: 8px;
40
 			margin-left: 8px;
40
 		}
41
 		}
@@ -46,13 +47,13 @@
46
 			margin-left: 10px;
47
 			margin-left: 10px;
47
 		}
48
 		}
48
 		.noti_content  {
49
 		.noti_content  {
49
-			width: 98%;
50
+			width: 96%;
50
 			overflow: auto;
51
 			overflow: auto;
51
 			padding:5px;
52
 			padding:5px;
52
 			height: 170px; 
53
 			height: 170px; 
53
 			text-align: left;
54
 			text-align: left;
54
 			word-break:break-all;
55
 			word-break:break-all;
55
-			margin:0 1%;
56
+			margin:0 2%;
56
 			border:1px solid #aaa;
57
 			border:1px solid #aaa;
57
 		}
58
 		}
58
 	</style>
59
 	</style>
@@ -348,7 +349,7 @@
348
 	<aside id="ITP_ASIDE"></aside>
349
 	<aside id="ITP_ASIDE"></aside>
349
 	<section>
350
 	<section>
350
 		<div id="ITP_POP_NOTICE" class="popup2 mobile-pop-close" style="display: none;">
351
 		<div id="ITP_POP_NOTICE" class="popup2 mobile-pop-close" style="display: none;">
351
-			<div class="pop" style="height:400px;">
352
+			<div class="pop" style="height:340px;">
352
 				<div class="header">
353
 				<div class="header">
353
 					<div class="header_left">
354
 					<div class="header_left">
354
 						<label>공지내용</label>
355
 						<label>공지내용</label>
@@ -357,9 +358,9 @@
357
 						<button type="button" class="btn-pop-close"><img src="../img/close.png"></button>
358
 						<button type="button" class="btn-pop-close"><img src="../img/close.png"></button>
358
 					</div>
359
 					</div>
359
 				</div>
360
 				</div>
360
-				<div id="ITP_POP_NOTICE_AREA" class="popup_scroll">
361
+				<div id="ITP_POP_NOTICE_AREA" style="position:relative; top:-40px;">
361
 					<div class="itp_notify_row">
362
 					<div class="itp_notify_row">
362
-						<span class="noti_label">공지제목</span>
363
+						<label class="noti_label">공지제목</label>
363
 						<span>:</span>
364
 						<span>:</span>
364
 						<div class="fnNoteNm noti_text"></div>
365
 						<div class="fnNoteNm noti_text"></div>
365
 					</div> 
366
 					</div> 
@@ -367,12 +368,13 @@
367
 						<div class="fnNote noti_content"></div>
368
 						<div class="fnNote noti_content"></div>
368
 					</div>
369
 					</div>
369
 					<div class="itp_notify_row">
370
 					<div class="itp_notify_row">
370
-						<span class="noti_label">공지일</span>
371
+						<label class="noti_label">공지일</label>
371
 						<span>:</span>
372
 						<span>:</span>
372
 						<div class="fnNoteFromTo noti_text"></div>
373
 						<div class="fnNoteFromTo noti_text"></div>
373
 					</div>
374
 					</div>
374
 					<div class="itp_notify_row">
375
 					<div class="itp_notify_row">
375
-						<span class="noti_label">첨부파일</span>
376
+						<label class="noti_label">첨부파일</label>
377
+						<span>:</span>
376
 						<table></table>
378
 						<table></table>
377
 					</div>
379
 					</div>
378
 				</div>
380
 				</div>