Selaa lähdekoodia

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 vuotta sitten
vanhempi
commit
edec648c1d

+ 4 - 4
src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

@@ -66,13 +66,13 @@ const gridColModel = {
66 66
 		{
67 67
 			index: 'STORE_NM', name: 'storeNm',
68 68
 			label: "매장명", 
69
-			width: '12', fixed: false, align: 'left',
69
+			width: '10', fixed: false, align: 'left',
70 70
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
71 71
 		},
72 72
 		{
73 73
 			index: 'LOAN_DVSN_NM', name: 'loanDvsnNm',
74 74
 			label: "정산타입", 
75
-			width: '10', fixed: false, align: 'center',
75
+			width: '9', fixed: false, align: 'center',
76 76
 			sortable: false, hidden: false
77 77
 		},
78 78
 		{
@@ -84,7 +84,7 @@ const gridColModel = {
84 84
 		{
85 85
 			index: 'DPST_AMT', name: 'dpstAmt',
86 86
 			label: "입금금액", 
87
-			width: '10', fixed: false, align: 'right',
87
+			width: '11', fixed: false, align: 'right',
88 88
 			sortable: false, hidden: false, 
89 89
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
90 90
 		},
@@ -116,7 +116,7 @@ const gridColModel = {
116 116
 		{
117 117
 			index: 'RCV_ACCT_NO', name: 'rcvAcctNo',
118 118
 			label: "입금계좌번호", 
119
-			minwidth: 140,
119
+			minwidth: 150,
120 120
 			width: '10', fixed: false, align: 'center',
121 121
 			sortable: false, hidden: false
122 122
 		},

+ 3 - 6
src/main/webapp/mobile/app/mcollmng/MCOLLMNG01010.html

@@ -12,7 +12,7 @@
12 12
 				<div class="line">
13 13
 				  <label>수거장소</label>
14 14
 				  <div class="float_left">
15
-					<input id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="수거장소(매장/창고)">
15
+					<input id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text">
16 16
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
17 17
 					<div class="itp_input_btn">
18 18
 						<button id="ITP_BTN_MCOLLMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -220,7 +220,7 @@
220 220
 		<div class="pop">
221 221
 			<div class="header">
222 222
 				<div class="header_left">
223
-					<label>납품장소</label>
223
+					<label>수거장소</label>
224 224
 				</div>
225 225
 				<div class="header_right">
226 226
 					<button type="button" id="ITP_BTN_MCOLLMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -230,13 +230,10 @@
230 230
 				<form id="ITP_FORM_MCOLLMNG01010_POP_WHS" class="form-horizontal" onsubmit="return false;">
231 231
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
232 232
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
233
-					<input id="ITP_FORM_MCOLLMNG01010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
233
+					<input id="ITP_FORM_MCOLLMNG01010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
234 234
 					<button id="ITP_BTN_MCOLLMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
235 235
 				</form>
236 236
 			</div>
237
-			<div class="select_btn">
238
-				<button id="ITP_BTN_MCOLLMNG01010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
239
-			</div>
240 237
 			<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_AREA" class="popup_scroll">
241 238
 				<ul id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
242 239
 				<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 5
src/main/webapp/mobile/app/mcollmng/MCOLLMNG02010.html

@@ -240,7 +240,7 @@
240 240
 		<div class="pop">
241 241
 			<div class="header">
242 242
 				<div class="header_left">
243
-					<label>납품장소</label>
243
+					<label>수거장소</label>
244 244
 				</div>
245 245
 				<div class="header_right">
246 246
 					<button type="button" id="ITP_BTN_MCOLLMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -250,13 +250,10 @@
250 250
 				<form id="ITP_FORM_MCOLLMNG02010_POP_WHS" class="form-horizontal" onsubmit="return false;">
251 251
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
252 252
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
253
-					<input id="ITP_FORM_MCOLLMNG02010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
253
+					<input id="ITP_FORM_MCOLLMNG02010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
254 254
 					<button id="ITP_BTN_MCOLLMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
255 255
 				</form>
256 256
 			</div>
257
-			<div class="select_btn">
258
-				<button id="ITP_BTN_MCOLLMNG02010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
259
-			</div>
260 257
 			<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_AREA" class="popup_scroll">
261 258
 				<ul id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
262 259
 				<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 5
src/main/webapp/mobile/app/mcollmng/MCOLLMNG03010.html

@@ -270,7 +270,7 @@
270 270
 		<div class="pop">
271 271
 			<div class="header">
272 272
 				<div class="header_left">
273
-					<label>납품장소</label>
273
+					<label>수거장소</label>
274 274
 				</div>
275 275
 				<div class="header_right">
276 276
 					<button type="button" id="ITP_BTN_MCOLLMNG03010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -280,13 +280,10 @@
280 280
 				<form id="ITP_FORM_MCOLLMNG03010_POP_WHS" class="form-horizontal" onsubmit="return false;">
281 281
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
282 282
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
283
-					<input id="ITP_FORM_MCOLLMNG03010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
283
+					<input id="ITP_FORM_MCOLLMNG03010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
284 284
 					<button id="ITP_BTN_MCOLLMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
285 285
 				</form>
286 286
 			</div>
287
-			<div class="select_btn">
288
-				<button id="ITP_BTN_MCOLLMNG03010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
289
-			</div>
290 287
 			<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_AREA" class="popup_scroll">
291 288
 				<ul id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
292 289
 				<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -131,7 +131,7 @@
131 131
 						  <div class="fnUseAmtTotal">0원</div>
132 132
 					  </div>
133 133
 				  </div>
134
-				<div class="line top6">
134
+				<div class="line">
135 135
 				  <label>거래일자</label>
136 136
 				  <div class="date_to">
137 137
 					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date">

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

@@ -45,7 +45,7 @@
45 45
 				  </div>
46 46
 				</div>
47 47
 				<div class="table_header">
48
-				  <h1><입금 요청 내역></h1>
48
+				  <h1 style="margin-top:3px;" ><입금 요청 내역></h1>
49 49
 				</div>
50 50
 			</div>
51 51
 		  </div>

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG03010.html

@@ -20,7 +20,7 @@
20 20
 						<button id="ITP_BTN_MLOANMNG03010_LIST_DELETE_STORE_NM"><img src="../img/delete.png" alt=""></button>
21 21
 					</div>
22 22
 				</div>
23
-				<div class="line top9">
23
+				<div class="line">
24 24
 				  <label>정산요청일</label>
25 25
 				  <div class="date_to">
26 26
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
@@ -28,7 +28,7 @@
28 28
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
29 29
 				  </div>
30 30
 				</div>
31
-				<div class="line top6">
31
+				<div class="line">
32 32
 				  <div class="search">
33 33
 					<button id="ITP_BTN_MLOANMNG03010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
34 34
 				  </div>

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -240,9 +240,6 @@
240 240
 					<button id="ITP_BTN_MORDMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
241 241
 				</form>
242 242
 			</div>
243
-			<div class="select_btn">
244
-				<button id="ITP_BTN_MORDMNG01010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
245
-			</div>
246 243
 			<div id="ITP_LIST_MORDMNG01010_POP_WHS_AREA" class="popup_scroll">
247 244
 				<ul id="ITP_LIST_MORDMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
248 245
 				<div id="ITP_LIST_MORDMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG02010.html

@@ -246,9 +246,6 @@
246 246
           <button id="ITP_BTN_MORDMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
247 247
         </form>
248 248
       </div>
249
-      <div class="select_btn">
250
-        <button id="ITP_BTN_MORDMNG02010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
251
-      </div>
252 249
       <div id="ITP_LIST_MORDMNG02010_POP_WHS_AREA" class="popup_scroll">
253 250
         <ul id="ITP_LIST_MORDMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
254 251
         <div id="ITP_LIST_MORDMNG02010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG03010.html

@@ -285,9 +285,6 @@
285 285
 					<button id="ITP_BTN_MORDMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
286 286
 				</form>
287 287
 			</div>
288
-			<div class="select_btn">
289
-				<button id="ITP_BTN_MORDMNG03010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
290
-			</div>
291 288
 			<div id="ITP_LIST_MORDMNG03010_POP_WHS_AREA" class="popup_scroll">
292 289
 				<ul id="ITP_LIST_MORDMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
293 290
 				<div id="ITP_LIST_MORDMNG03010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -119,8 +119,8 @@
119 119
 				</div>
120 120
 			</div>
121 121
 			<div class="button_bar">
122
-				<button id="ITP_BTN_MPOMNG06010_LIST_SAVE" class="btn_col_6 btn-m-orange INPS">입고처리</button>
123
-				<button id="ITP_BTN_MPOMNG06010_LIST_CANCEL" class="btn_col_3 btn-gray CLB">취소</button>
122
+				<!-- <button id="ITP_BTN_MPOMNG06010_LIST_SAVE" class="btn_col_6 btn-m-orange INPS">입고처리</button> -->
123
+				<button id="ITP_BTN_MPOMNG06010_LIST_CANCEL" class="col_12 btn-gray CLB">취소</button>
124 124
 			</div>
125 125
 		</form>
126 126
 	</div>

+ 3 - 6
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -40,7 +40,7 @@
40 40
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
41 41
 				  </div>
42 42
 				</div>
43
-				<div class="table_header">
43
+				<div class="table_btn line">
44 44
 				  <h1><재고 목록></h1>
45 45
 				  <button type="button" id="ITP_BTN_MSTOCKMNG01010_LIST_ADD_STCK" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MSTOCKMNG01010_STCK_AREA">재고처리</button>
46 46
 				</div>
@@ -116,9 +116,6 @@
116 116
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
117 117
 				</form>
118 118
 			</div>
119
-			<div class="select_btn">
120
-				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_red">창 고<img src="../img/arrow_down.png"></button>
121
-			</div>
122 119
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
123 120
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
124 121
 				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: none;">
@@ -230,10 +227,10 @@
230 227
 				</div>
231 228
 			    <div class="search">
232 229
 	 				<div class="left">
233
-	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" class="col_3 btn-danger btn-sm CLB">취소</button>
230
+	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" style="float:right; margin-right:5px;" class="col_3 btn-danger btn-sm CLB">취소</button>
234 231
 	 				</div>
235 232
 					<div class="right">				  		
236
-			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" class="col_3 btn-primary btn-sm ">저장</button>
233
+			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" style="float:left; margin-left:5px;" class="col_3 btn-primary btn-sm ">저장</button>
237 234
 					</div>			  		
238 235
 			    </div>
239 236
 			</div>

+ 1 - 4
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -44,7 +44,7 @@
44 44
 					<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
45 45
 				  </div>
46 46
 				</div>
47
-				<div class="table_header">
47
+				<div class="table_btn line">
48 48
 				  <h1><실사 목록></h1>
49 49
 				  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
50 50
 				</div>
@@ -125,9 +125,6 @@
125 125
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
126 126
 				</form>
127 127
 			</div>
128
-			<div class="select_btn">
129
-				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_red">창 고 <img src="../img/arrow_down.png"></button>
130
-			</div>
131 128
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
132 129
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
133 130
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -60,12 +60,12 @@ section .popup2 .pop .search_bar button {position:relative; width:34px; height:3
60 60
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
61 61
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
62 62
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
63
-section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
64
-section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0; border-radius:5px; margin-right:5px;}
63
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0; font-size:12px;}
64
+section .popup2 .pop .search_item_bar select {width:22%; height:34px; padding:0; border-radius:5px; margin-right:5px;}
65 65
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
66 66
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
67 67
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
68
-section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
68
+section .popup2 .pop .search_btn_bar .btn_right button {height:34px; padding:5px 12px; font-size:12pt; font-weight:100; border-radius:3px; border:1px solid #333;}
69 69
 section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
70 70
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
71 71
 section .popup2 .pop .table .table_tr {display:flex;}
@@ -136,14 +136,14 @@ section .popup_scroll li .right button:hover {background:#FCD5C1;}
136 136
 section .popup_scroll li .right button:checked {background:#ccc;}
137 137
 section .popup2 .list_line .line_right {float:right; width:70%;}
138 138
 section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
139
-section .popup2 .list_line .line_right input {width:200px; float:right;}
139
+section .popup2 .list_line .line_right input {width:200px; float:right; text-align:right;}
140 140
 section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
141 141
 
142
-section .popup2 .search .left {width:20%; float:left; margin:20px;}
143
-section .popup2 .search .right {width:20%; float:right; margin:20px;}
142
+section .popup2 .search .left {width:50%; float:left;}
143
+section .popup2 .search .right {width:50%; float:right;}
144 144
 
145 145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:100%;}
146
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
147 147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148 148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149 149
 section .popup2 .content .line.ml_10 {}
@@ -301,7 +301,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
301 301
 #ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
302 302
 #ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
303 303
 #ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
304
-#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none;}
304
+#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none; text-align:left;}
305 305
 #ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
306 306
 #ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
307 307
 #ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
@@ -309,7 +309,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
309 309
 #ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
310 310
 #ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
311 311
 #ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
312
-#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
312
+#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd; padding-left:15px;}
313 313
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
314 314
 #ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
315 315
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
@@ -385,7 +385,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
385 385
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
386 386
 .content .line .search {width: 100%; height: 50px; padding-top:6px;}
387 387
 .content .line .search button {width: 40%; height: 34px; font-size: 12pt; font-weight:100; padding: 0;}
388
-.content .line .search button.col_3 {width: 25%; height:30px; margin:0 10px;}
388
+.content .line .search button.col_3 {width: 25%; height:34px; margin:0 10px;}
389 389
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
390 390
 .content .border {border-bottom: 1px solid #000 !important;}
391 391
 .content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:14px; border-bottom:none; background:#eee;}
@@ -551,7 +551,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
551 551
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
552 552
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
553 553
 
554
-.scroll_area li .left .nomal .m_btn_bar{position: relative; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
554
+.scroll_area li .left .nomal .m_btn_bar{position: relative; top:-1px; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
555 555
 .scroll_area li .left .nomal .m_btn_bar button{width: 25px; height: 25px; font-size: 12pt; padding: 0; margin:0; border:1px solid #E0B8AB; border-radius:0; background: #e1cac1; color:#fff;}
556 556
 .scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:0px; left:1px;}
557 557
 .scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}