Browse Source

공지사항 수정

whakdo963 2 years ago
parent
commit
5d476ee081
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/main/webapp/mobile/app/main.html
  2. 1 1
      src/main/webapp/mobile/css/style.css

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

@@ -349,7 +349,7 @@
349 349
 	<aside id="ITP_ASIDE"></aside>
350 350
 	<section>
351 351
 		<div id="ITP_POP_NOTICE" class="popup2 mobile-pop-close" style="display: none;">
352
-			<div class="pop" style="height:340px;">
352
+			<div class="pop" style="height:350px;">
353 353
 				<div class="header">
354 354
 					<div class="header_left">
355 355
 						<label>공지내용</label>

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

@@ -211,7 +211,7 @@ body.eee {height: 700px; background: #eee;}
211 211
 #ITP_LOGIN .login_popup .itp_del_btn.reg_no {width:50px; right:123px; top:4px;}
212 212
 #ITP_LOGIN .login_popup .itp_del_btn.reg_no button {width:45px; border:none; background:transparent;}
213 213
 #ITP_LOGIN .login_popup .itp_del_btn {position:absolute; top:12px; right:66px; background:transparent;}
214
-#ITP_LOGIN .login_popup .itp_del_btn button {width:25px; border:none; padding:0;}
214
+#ITP_LOGIN .login_popup .itp_del_btn button {width:25px; border:none; padding:0; background:transparent;}
215 215
 #ITP_LOGIN .login_popup .itp_del_btn button img{width:18px;}
216 216
 #ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
217 217
 #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;}