Explorar o código

주요업무 추가

whakdo963 %!s(int64=2) %!d(string=hai) anos
pai
achega
f02e853269
Modificáronse 2 ficheiros con 10 adicións e 2 borrados
  1. 8 1
      src/main/webapp/mobile/app/main.html
  2. 2 1
      src/main/webapp/mobile/css/style.css

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

@@ -140,13 +140,20 @@
140 140
 		<div class="itp_mobile_contents"> 
141 141
 			<div id="ITP_MAIN_CONTAINER" class="itp_main_box" >
142 142
 				<div class="itp_note_header">
143
-					<h1>> 공지사항</h1>
143
+					<h1>공지사항</h1>
144 144
 				</div>				
145 145
 				<div class="itp_note_bar">
146 146
 					<ul id="ITP_NOTE_ROW" class="mb_0 panel-group itp_nav">
147 147
 						
148 148
 					</ul>
149 149
 				</div>
150
+				<div class="itp_note_header Work">
151
+					<h1>주요업무</h1>
152
+				</div>			
153
+				
154
+				
155
+				
156
+				
150 157
 				
151 158
 				<!-- 나중에 다른 화면으로 옮기면됨 -->
152 159
 				

+ 2 - 1
src/main/webapp/mobile/css/style.css

@@ -689,9 +689,10 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
689 689
 #ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto;}
690 690
 #ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:37spx; padding:11px 4%;}
691 691
 #ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:12pt; text-align:left; margin:0;}
692
+#ITP_MAIN_CONTAINER .Work {color:#000; padding:11px 4%;}
692 693
 #ITP_MAIN_CONTAINER .itp_note_bar {width:92%; height: auto; margin:0 4%; padding:5px; background:#f5f5f5; max-height:180px;}
693 694
 #ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; font-weight:700; font-size:14pt; margin:0; height:60px; padding-top:20px; border-bottom:1px solid #aaa;}
694
-#ITP_MAIN_CONTAINER .itp_note_bar li {padding:0 5px; height:30px;}
695
+#ITP_MAIN_CONTAINER .itp_note_bar li {padding:0 5px; height:24px;}
695 696
 /* #ITP_MAIN_CONTAINER .itp_note_bar li:first-child  {border-top:none;} */
696 697
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info {display:flex; height:24px;}
697 698
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info label {font-size:12pt; text-align:left; width:62px;}