Parcourir la source

버튼 수정

whakdo963 il y a 2 ans
Parent
commit
eec7909a1a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/webapp/mobile/css/style.css

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

@@ -225,7 +225,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
225 225
 
226 226
 /* 메뉴바 */
227 227
 #ITP_MENU .menu_area {position: fixed; width: 100%; height: 100%; top: 0; left: -0%; background: #000; opacity: 0.7; z-index: 12; transition: all 0.5s;}
228
-#ITP_MENU .menu_area button {float: right; width: 20px; height: 20px; padding: 0; background: transparent; border: none;}
228
+#ITP_MENU .menu_area button {float: right; width: 50px; height: 50px; padding: 0; background: transparent; border: none;}
229 229
 #ITP_MENU .menu_area button img {float: right; width: 40px; height: 40px; margin: 7px;}
230 230
 #ITP_MENU .menu_bar {position: fixed; width: 70%; height: 100%; left: -0%; top: 0; background: #fff; opacity: 1; z-index: 13; transition: all 0.5s;}
231 231
 #ITP_MENU .menu_bar .menu_header {width: 100%; height: 100px; border-bottom: 1px solid #000 ;}