Selaa lähdekoodia

모바일 디자인 수정 테스트

whakdo963 2 vuotta sitten
vanhempi
commit
04b5da1030
2 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa
  1. 1 1
      src/main/webapp/mobile/app/main.html
  2. 15 15
      src/main/webapp/mobile/css/style.css

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

@@ -29,7 +29,7 @@
29 29
 	<header>
30 30
 		<div class="header_wrap">
31 31
 			<div class="menu_logo">
32
-				<button id="ITP_MOBILE_BTN_MENU"><img src="../img/menu.png" alt=""></button>
32
+				<button id="ITP_MOBILE_BTN_MENU" style="margin-left:20px;"><img src="../img/menu.png" alt=""></button>
33 33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
34 34
 			</div>
35 35
 			<div class="name_info">

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

@@ -4,7 +4,7 @@
4 4
     font-weight: normal;
5 5
     font-style: normal;
6 6
 }
7
-* {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
7
+* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
8 8
 section {}
9 9
 body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';
10 10
 	overflow:scroll-y; 
@@ -225,7 +225,7 @@ body.eee {height: 700px; background: #eee;}
225 225
 .main .wicon .icon_left {float: left;}
226 226
 
227 227
 
228
-input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 27px;text-align: left; padding:0 10px;}
228
+input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:4px; height: 34px;text-align: left; padding:0 10px;}
229 229
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
230 230
 
231 231
 select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
@@ -235,18 +235,18 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
235 235
 
236 236
 #ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
237 237
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 49px; margin: 0 auto; display: inline-flex;}
238
-#ITP_WRAPPER header .header_wrap .menu_logo {width:85px; height:49px;}
239
-#ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 2px;}
240
-#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 25px; height: 20px; margin: 0; border-radius: 0; border: none;}
238
+#ITP_WRAPPER header .header_wrap .menu_logo {width:80px; height:49px;}
239
+#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;}
240
+#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 22px; height: 18px; margin: 0; border-radius: 0; border: none;}
241 241
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
242 242
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
243
-#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 125px); height:49px; display:inline-flex;}
244
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:110%; font-size:18px;}
245
-#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 90%; font-size: 15px; color:#fff; margin-top:14px;}
243
+#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
244
+#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:115%; font-size:18px;}
245
+#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
246 246
 
247
-#ITP_WRAPPER header .header_wrap .logout {float: right; width: 49px;}
248
-#ITP_WRAPPER header .header_wrap .logout button {margin: -3px; width: 45px; height: 45px; border:none; font-size: 0.8rem;background: transparent;}
249
-#ITP_WRAPPER header .header_wrap .logout button img {width:22px;}
247
+#ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
248
+#ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
249
+#ITP_WRAPPER header .header_wrap .logout button img {width:17px; height:18px;}
250 250
 
251 251
 /* 메뉴바 */
252 252
 #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;}
@@ -306,7 +306,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
306 306
 }
307 307
 .content {position:relative; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
308 308
 .content .header {width:100% !important; margin:0 !important;}
309
-.content .line {position: relative; display: inline-block; width: 90%; margin:0 5%; height: 28px; margin-bottom: -10px;}
309
+.content .line {position: relative; display: inline-block; width: 330px; margin:0 5%; height: 40px; margin-bottom: -10px;}
310 310
 .content .line.top3 {top:3px;}
311 311
 .content .line.top6 {top:6px;}
312 312
 .content .line.top9 {top:9px;}
@@ -316,9 +316,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
316 316
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
317 317
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
318 318
 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
319
-.content .line div.itp_search_header {font-weight:100;padding:5px 10px 0px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14px;}
319
+.content .line div.itp_search_header {height:40px; font-weight:100;padding:11px 10px 5px 10px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14pt;}
320 320
 .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
321
-.content .line label {min-width:92px; color:#898989; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 7px; font-weight:100;}
321
+.content .line label {min-width:92px; color:#898989; font-size: 14pt; margin-left: 10px; float: left; text-align: left; margin-top: 7px; font-weight:100;}
322 322
 .content .line label.pay_label {margin:20px 1%; width:98%;}
323 323
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
324 324
 .content .line .itp_label_select {padding:0;width:98px; height:27px; color:#666; font-size: 14px; float: left;  margin:0 2.5px; font-weight:100; border:1px solid #aaa; border-radius:5px;}
@@ -343,7 +343,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
343 343
 .content .line .line_right input.mg0 {margin-right:10px;}
344 344
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
345 345
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
346
-.content .line input.date {width: 55%; height: 27px; float: left; text-align:center; font-size:14px;}
346
+.content .line input.date {width: 55%; height: 34px; float: left; text-align:center; font-size:14px;}
347 347
 .content .line input.full {width: 100%;}
348 348
 .content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
349 349
 .content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}