Przeglądaj źródła

메인 디자인 변경

whakdo963 2 lat temu
rodzic
commit
49d3b0f2b1

+ 5 - 2
src/main/webapp/mobile/app/main.html

@@ -147,7 +147,10 @@
147 147
 						
148 148
 					</ul>
149 149
 				</div>
150
-				<div class="itp_note_header">
150
+				
151
+				<!-- 나중에 다른 화면으로 옮기면됨 -->
152
+				
153
+				<!-- <div class="itp_note_header">
151 154
 					<h1>> 운영정보</h1>
152 155
 				</div>
153 156
 				<div id="ITP_MAIN_HEADER_BRAND" class="itp_oper_info_area" style="display: none;">
@@ -271,7 +274,7 @@
271 274
 						<label>안전재고</label>
272 275
 					</div>
273 276
 					<div id="ITP_SAFE_STCK_GRAPH"></div>
274
-				</div>
277
+				</div> -->
275 278
 			</div>
276 279
 		</div>
277 280
 		

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

@@ -687,9 +687,9 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
687 687
 
688 688
 /* 메인화면 공지사항 추가 */
689 689
 #ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto;}
690
-#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:37spx; padding:9px; border-bottom:1px solid #aaa; background:#dce6f2;}
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 .itp_note_bar {height: auto; max-height:180px;}
692
+#ITP_MAIN_CONTAINER .itp_note_bar {width:92%; height: auto; margin:0 4%; background:#f5f5f5; max-height:180px;}
693 693
 #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 694
 #ITP_MAIN_CONTAINER .itp_note_bar li {border-bottom:1px solid #aaa; padding:5px; height:60px;}
695 695
 /* #ITP_MAIN_CONTAINER .itp_note_bar li:first-child  {border-top:none;} */