Przeglądaj źródła

모바일 팝업 오류 수정

whakdo963 2 lat temu
rodzic
commit
3ad981a444

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

@@ -129,7 +129,7 @@
129 129
 				</form>
130 130
 			</div>
131 131
 			<div class="select_btn">
132
-				<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_blue">반품장소 <img src="../img/arrow_down.png"></button>
132
+				<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_red">반품장소 <img src="../img/arrow_down.png"></button>
133 133
 			</div>
134 134
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
135 135
 				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>

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

@@ -246,7 +246,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
246 246
 
247 247
 /* 공통화면 */
248 248
 
249
-#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
249
+#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 0;}
250 250
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 49px; margin: 0 auto; display: inline-flex;}
251 251
 #ITP_WRAPPER header .header_wrap .menu_logo {width:80px; height:49px;}
252 252
 #ITP_WRAPPER header .header_wrap .menu_logo button {width: 22px; height: 18px; float: left; padding: 0; background: transparent; border: none; margin-left:10px; margin-top: 14px;}