소스 검색

모바일 list 수정

whakdo963 2 년 전
부모
커밋
b0aeb80e95
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/main/webapp/mobile/css/style.css

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

@@ -11,7 +11,7 @@
11 11
 * {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
12 12
 section {}
13 13
 form.area_full{display:flex; flex-direction:column; height:calc(100vh - 49px);}
14
-form.put_btn{display:flex; flex-direction:column; height:calc(100vh - 96px);}
14
+form.put_btn{display:flex; flex-direction:column; height:calc(100vh - 93px);}/* 96px */
15 15
 body{background: #fff; position: relative; width: 100%; height: 100%; font-family: 'KoPub Dotum';
16 16
 	overflow:scroll-y; 
17 17
 	-webkit-overflow-scrolling:touch;}
@@ -303,14 +303,14 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
303 303
 #ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
304 304
 #ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
305 305
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
306
-#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:8px 10px 5px 17px;}
307
-#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:9px;}
306
+#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
307
+#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
308 308
 #ITP_SIDEBAR .itp_nav .itp_svgs li:last-child a {padding-bottom:10px;}
309 309
 #ITP_SIDEBAR .itp_nav .itp_svgs li a:hover, #ITP_SIDEBAR .itp_nav .itp_svgs li a:active {color:#000; font-weight:bold;}
310
-#ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:4px 6px 0 0;}
310
+#ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:2px 6px 0 0;}
311 311
 #ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon {font-size:9px; float:left; margin:4px 6px 0 15px;}
312 312
 #ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon_5 {font-size:9px; float:left; margin:4px 6px 0 25px;}
313
-#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left; font-size:14pt;}
313
+#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left; font-size:11pt;}
314 314
 
315 315
 #ITP_SIDEBAR.itp_open_nav .nav_bottom {position: fixed; width: 70%; left: -0%; background: #eee; opacity: 1; z-index: 13; transition: all 0.5s;}
316 316
 #ITP_SIDEBAR.itp_open_nav .nav_bottom .fnMenuNm {color:#0000ff;}