Sfoglia il codice sorgente

공지사항 수정

whakdo963 2 anni fa
parent
commit
50c0dc80cc
1 ha cambiato i file con 10 aggiunte e 8 eliminazioni
  1. 10 8
      src/main/webapp/mobile/app/main.html

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

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