浏览代码

품목 팝업 추가

whakdo963 2 年之前
父节点
当前提交
5089d4f054

+ 1 - 0
.gitignore

@@ -27,6 +27,7 @@ target/
27 27
 /nbdist/
28 28
 /.nb-gradle/
29 29
 build/
30
+bin/
30 31
 out/
31 32
 !**/src/main/**/build/
32 33
 !**/src/test/**/build/

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

@@ -179,9 +179,6 @@
179 179
 			</div>
180 180
 			<div id="ITP_CONTAINER" class="fix">
181 181
 				<div class="itp_mobile_contents">
182
-				<section>
183
-				  
184
-				</section>
185 182
 
186 183
 				</div>
187 184
 			</div>

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

@@ -1,20 +1,21 @@
1
-<link rel="stylesheet" href="/style.css">
2 1
 <section>
3
-  <div id="ITP_AJAX_MLOANMNG03010_VIEW" style="display: none;">
2
+  <div id="ITP_AJAX_MLOANMNG03010_VIEW" style="display: block;">
4 3
     <div class="content">
5 4
       <div class="line">
6 5
         <label>매장선택</label>
7
-        <div class="float_left">
8
-          <input id="ITP_FORM_MLOANMNG03010_VIEW" type="text" placeholder="A매장명">
9
-        </div>
10
-        <div class="float_left_btn">
11
-          <button id="ITP_BTN_MLOANMNG03010"><img src="/img/search.png" alt=""></button>
12
-          <button id="ITP_BTN_MLOANMNG03010"><img src="/img/delete.png" alt=""></button>
6
+        <div class="search_wrap">
7
+	        <div class="float_left">
8
+	          <input id="ITP_FORM_MLOANMNG03010_VIEW" type="text" placeholder="A매장명">
9
+	        </div>
10
+	        <div class="float_left_btn">
11
+	          <button id="ITP_BTN_MLOANMNG03010"><img src="../img/search.png" alt=""></button>
12
+	          <button id="ITP_BTN_MLOANMNG03010"><img src="../img/delete.png" alt=""></button>
13
+	        </div>
13 14
         </div>
14 15
       </div>
15 16
       <div class="line">
16 17
         <label>정산상태</label>
17
-        <div class="float_left">
18
+        <div class="line_right">
18 19
           <select name="" id="ITP_FORM_MLOANMNG03010_VIEW">
19 20
             <option value=""></option>
20 21
           </select>
@@ -28,7 +29,7 @@
28 29
           <input id="ITP_FORM_MLOANMNG03010_VIEW" class="year" type="date">
29 30
         </div>
30 31
       </div>
31
-      <div class="line">
32
+      <div class="line" style="height:45px;"">
32 33
         <div class="search">
33 34
           <button id="ITP_BTN_MLOANMNG03010" class="btn-primary btn-sm ADB">검색</button>
34 35
         </div>
@@ -78,42 +79,42 @@
78 79
       </li>
79 80
     </div>
80 81
   </div>
81
-  <div id="ITP_AJAX_MLOANMNG03010_DETAIL" style="display: block;">
82
+  <div id="ITP_AJAX_MLOANMNG03010_DETAIL" style="display: none;">
82 83
     <div class="content">
83 84
       <div class="line">
84 85
         <label>매장명</label>
85
-        <div class="line_right">
86
+        <div class="search_wrap">
86 87
           <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="text" placeholder="A매장명">
87 88
         </div>      
88 89
       </div>
89 90
       <div class="line">
90 91
         <label class="col_6">정산일자</label>
91
-        <div class="line_right">
92
+        <div class="search_wrap">
92 93
           <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="text" >
93 94
         </div>
94 95
       </div>
95 96
       <div class="line">
96 97
         <label>정산상태</label>
97
-        <div class="line_right">
98
+        <div class="search_wrap">
98 99
           <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="text" >
99 100
         </div>
100 101
       </div>
101 102
       <div class="line">
102 103
         <label>정산금액</label>
103
-        <div class="line_right">
104
+        <div class="search_wrap">
104 105
           <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="text" >
105 106
         </div>
106 107
       </div>
107 108
       <div class="line">
108 109
         <label>잔액</label>
109
-        <div class="line_right">
110
+        <div class="search_wrap">
110 111
           <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="text" >
111 112
         </div>
112 113
       </div>
113 114
       <div class="line">
114 115
         <label>정산등록일자</label>
115
-        <div class="line_right">
116
-          <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="date" style="width:443px;">
116
+        <div class="search_wrap">
117
+          <input id="ITP_FORM_MLOANMNG03010_DETAIL" type="date" style="width:178px;">
117 118
         </div>
118 119
       </div>
119 120
       <div class="table_header">
@@ -150,8 +151,8 @@
150 151
           <div class="left">
151 152
             <div class="nomal">
152 153
               <label class="col_0">발주(납품)수량 &nbsp;:</label>
153
-              <div style="min-width: 70px;">
154
-                <div class="fn" style="min-width: 70px;">10</div>
154
+              <div style="min-width:0px;">
155
+                <div class="fn" style="min-width:0px;">100</div>
155 156
               </div>
156 157
               <label class="col_0">입고(수거)일자&nbsp;:</label>
157 158
               <div>
@@ -162,8 +163,8 @@
162 163
           <div class="left">
163 164
             <div class="nomal">
164 165
               <label class="col_0">입고(수거)수량 &nbsp;:</label>
165
-              <div style="min-width: 70px;">
166
-                <div class="fn"style="min-width: 70px;" >10</div>
166
+              <div style="min-width:0px;">
167
+                <div class="fn"style="min-width:0px;" >100</div>
167 168
               </div>
168 169
               <label class="col_0">입고(수거)금액&nbsp;:</label>
169 170
               <div class="fn">

+ 44 - 1
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -64,7 +64,50 @@
64 64
       </div>
65 65
     </div>
66 66
   </div>
67
-
67
+  <div id="ITP_POP_MPOMNG01010_ITEM_NM" class="popup2 mobile-pop-close" style="display: none;">
68
+    <div class="pop">
69
+      <div class="header">
70
+        <div class="header_left">
71
+          <label>> 품목 검색</label>
72
+        </div>
73
+        <div class="header_right">
74
+          <button id="ITP_BTN_MSTOCKMNG01010"><img src="../img/close.png"></button>
75
+        </div>
76
+      </div>
77
+      <div class="search_bar">
78
+        <form id="ITP_FORM_MPOMNG01010_POPUP" class="form-horizontal" onsubmit="return false;">
79
+          <input id="ITP_FORM_MPOMNG01010_POP_KEYWORD" type="text" placeholder="품목명/품목번호">
80
+          <button id="ITP_BTN_MPOMNG01010_POP_SEARCH"><img src="../img/search.png"></button>
81
+        </form>
82
+      </div>
83
+       <div class="search_bar">
84
+        <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
85
+      </div>
86
+      <div class="popup_scroll">
87
+        <li class="row_2">
88
+          <div class="left" style="width:190px;">
89
+            <div class="thick">
90
+              <div class="fn">품목명</div>
91
+              <div>-</div>
92
+              <div class="fn">2EA</div>
93
+            </div>
94
+            <div class="nomal">
95
+              <div class="space">구매가 :</div>
96
+              <div class="fn">1,120,000</div>
97
+            </div>
98
+          </div>
99
+          <div class="right">
100
+            <button id="ITP_BTN_MSTOCKMNG01010"><</button>
101
+            <div class="num">2</div>
102
+            <button id="ITP_BTN_MSTOCKMNG01010">></button>
103
+          </div>
104
+          <div class="add">
105
+            <button id="ITP_BTN_MSTOCKMNG01010">추가</button>
106
+          </div>
107
+        </li>
108
+      </div>
109
+    </div>
110
+  </div>	
68 111
   <div id="ITP_AJAX_MPOMNG01010_VIEW_CONTAINER">
69 112
     <form id="ITP_FORM_MPOMNG01010_DETAIL" class="form-horizontal" onsubmit="return false;">
70 113
       <input type="hidden" id="ITP_FORM_MPOMNG01010_DETAIL_VIEW_CD" name="viewCd" value="C">

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

@@ -1,5 +1,3 @@
1
-<link rel="stylesheet" href="/style.css">
2
-
3 1
 <section id="MSTOCK01010">
4 2
   <div class="popup2" style="display: none;">
5 3
     <div class="pop">
@@ -8,18 +6,18 @@
8 6
           <label>> 품목 검색</label>
9 7
         </div>
10 8
         <div class="header_right">
11
-          <button id="ITP_BTN_MSTOCKMNG01010"><img src="/img/close.png"></button>
9
+          <button id="ITP_BTN_MSTOCKMNG01010"><img src="../img/close.png"></button>
12 10
         </div>
13 11
       </div>
14 12
       <div class="search_bar">
15 13
         <input id="ITP_FORM_MSTOCKMNG01010" style="width:100%" type="text" placeholder="품목명/품목번호">
16 14
       </div>
17
-      <div class="search_bar">
15
+      <div class="search_bar" style="padding:0;">
18 16
         <button id="ITP_BTN_MSTOCKMNG01010" class="search btn-primary">검색</button>
19 17
       </div>
20 18
       <div class="popup_scroll">
21 19
         <li class="row_2">
22
-          <div class="left">
20
+          <div class="left" style="width:190px;">
23 21
             <div class="thick">
24 22
               <div class="fn">품목명</div>
25 23
               <div>-</div>
@@ -46,17 +44,19 @@
46 44
     <div class="content">
47 45
       <div class="line">
48 46
         <label>창고선택</label>
49
-        <div class="float_left">
50
-          <input id="ITP_FORM_MSTOCKMNG01010_VIEW" type="text" placeholder="A매장명">
51
-        </div>
52
-        <div class="float_left_btn">
53
-          <button id="ITP_BTN_MSTOCKMNG01010"><img src="/img/search.png" alt=""></button>
54
-          <button id="ITP_BTN_MSTOCKMNG01010"><img src="/img/delete.png" alt=""></button>
47
+        <div class="search_wrap">
48
+	        <div class="float_left">
49
+	          <input id="ITP_FORM_MSTOCKMNG01010_VIEW" type="text" placeholder="A매장명">
50
+	        </div>
51
+	        <div class="float_left_btn">
52
+	          <button id="ITP_BTN_MSTOCKMNG01010"><img src="../img/search.png" alt=""></button>
53
+	          <button id="ITP_BTN_MSTOCKMNG01010"><img src="../img/delete.png" alt=""></button>
54
+	        </div>
55 55
         </div>
56 56
       </div>
57 57
       <div class="line">
58 58
         <label>Location</label>
59
-        <div class="float_left">
59
+        <div class="line_right">
60 60
           <select name="" id="ITP_FORM_MSTOCKMNG01010_VIEW">
61 61
             <option value=""></option>
62 62
           </select>
@@ -64,11 +64,11 @@
64 64
       </div>
65 65
       <div class="line">
66 66
         <label>품목명</label>
67
-        <div class="float_left">
68
-          <input id="ITP_FORM_MSTOCKMNG01010_VIEW" style="width: 600px;" type="text" placeholder="A매장명">
67
+        <div class="search_wrap">
68
+          <input id="ITP_FORM_MSTOCKMNG01010_VIEW" style="width: 262px;" type="text" placeholder="A매장명">
69 69
         </div>
70 70
       </div>
71
-      <div class="line">
71
+      <div class="line" style="height:45px;">
72 72
         <div class="search">
73 73
           <button id="ITP_BTN_MSTOCKMNG01010" class="btn-primary btn-sm ADB">검색</button>
74 74
         </div>
@@ -107,11 +107,11 @@
107 107
           </div>
108 108
           <div class="left">
109 109
             <div class="nomal">
110
-              <label class="col_6">현재고수량 &nbsp;:</label>
111
-              <div class="fn">
112
-                <div class="fn">100Kg</div>
110
+              <label>현재고수량 &nbsp;:</label>
111
+              <div class="col_5 fn">
112
+                <div class="col_5 fn">100Kg</div>
113 113
               </div>
114
-              <label class="col_7">적정재고수량&nbsp;:</label>
114
+              <label>적정재고수량&nbsp;:</label>
115 115
               <div class="fn">
116 116
                 <div class="fn">50Kg</div>
117 117
               </div>
@@ -119,9 +119,9 @@
119 119
           </div>
120 120
           <div class="left">
121 121
             <div class="nomal">
122
-              <label class="col_7">안전재고비율 &nbsp;:</label>
123
-              <div class="fn">
124
-                <div class="fn">40%</div>
122
+              <label>안전재고비율 &nbsp;:</label>
123
+              <div class="col_5 fn">
124
+                <div class="col_5 fn">40%</div>
125 125
               </div>
126 126
               <label class="col_0">Location&nbsp;:</label>
127 127
               <div class="fn">

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

@@ -1,7 +1,5 @@
1
-<link rel="stylesheet" href="/style.css">
2
-
3 1
 <section id="MSTOCK02010">
4
-  <div class="popup2" style="display: none;">
2
+  <div class="popup2" style="display: block;">
5 3
     <div class="barcode">
6 4
       <h1>바코드를 스캔 하시면 재고  실사 목록에 스캔한<br>바코드의품목이 추가 되고 실사 수량을 입력<br>하시기 바랍니다.</h1>
7 5
     </div>
@@ -16,29 +14,31 @@
16 14
     <div class="content">
17 15
       <div class="line">
18 16
         <label>재고실사일자</label>
19
-        <div class="float_left">
20
-          <input id="ITP_FORM_MSTOCK02010_VIEW" style="width: 400px;" type="date">
17
+        <div class="line_right">
18
+          <input id="ITP_FORM_MSTOCK02010_VIEW" class="date" type="date">
21 19
         </div>
22 20
       </div>
23 21
       <div class="line">
24 22
         <label>재고실사일자</label>
25
-        <div class="float_left">
26
-          <input id="ITP_FORM_MSTOCK02010_VIEW" type="text" placeholder="A매장명">
27
-        </div>
28
-        <div class="float_left_btn">
29
-          <button id="ITP_BTN_MSTOCK02010"><img src="/img/search.png" alt=""></button>
30
-          <button id="ITP_BTN_MSTOCK02010"><img src="/img/delete.png" alt=""></button>
23
+        <div class="search_wrap">
24
+	        <div class="float_left">
25
+	          <input id="ITP_FORM_MSTOCK02010_VIEW" type="text" placeholder="A매장명">
26
+	        </div>
27
+	        <div class="float_left_btn">
28
+	          <button id="ITP_BTN_MSTOCK02010"><img src="../img/search.png" alt=""></button>
29
+	          <button id="ITP_BTN_MSTOCK02010"><img src="../img/delete.png" alt=""></button>
30
+	        </div>
31 31
         </div>
32 32
       </div>
33 33
       <div class="line">
34 34
         <label>Location</label>
35
-        <div class="float_left">
35
+        <div class="line_right">
36 36
           <select name="" id="ITP_FORM_MSTOCK02010_VIEW">
37 37
             <option value=""></option>
38 38
           </select>
39 39
         </div>
40 40
       </div>
41
-      <div class="line">
41
+      <div class="line" style="height:45px;">
42 42
         <div class="search">
43 43
           <button id="ITP_BTN_MSTOCK02010" class="btn-primary btn-sm ADB">대상 검색</button>
44 44
         </div>
@@ -49,7 +49,7 @@
49 49
       </div>
50 50
     </div>
51 51
     <div class="scroll_area row-2">
52
-      <li class="history_list1">
52
+      <li class="history_list">
53 53
         <div>
54 54
           <div class="left">
55 55
             <div class="nomal">

+ 18 - 17
src/main/webapp/mobile/css/style.css

@@ -19,11 +19,11 @@ section .popup .pop .popup_btn button.cancel {width: 36%;}
19 19
 section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
20 20
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
21 21
 section .popup2 .barcode {width: 100%;}
22
-section .popup2 .barcode_area {width: 70%; height: 35%; margin: auto; background: #fff; border: 1px solid #000; margin-top: 5%;}
23
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 2.6rem; margin:auto; margin-top: 30%;}
22
+section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 5%;}
23
+section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.6rem; margin:auto; margin-top: 5%;}
24 24
 section .popup2 .btn_barcode {margin-top: 20%;}
25
-section .popup2 .btn_barcode button {width: 35%; height: 100px; font-size: 2.2rem;}
26
-section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
25
+section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
26
+section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 2px solid #000;}
27 27
 section .popup2 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
28 28
 section .popup2 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 15px;}
29 29
 section .popup2 .pop .header .header_left label {font-size: 1.4rem;} 
@@ -34,27 +34,27 @@ section .popup2 .pop .search_bar {width: 100%; height: 50px; padding: 10px;}
34 34
 section .popup2 .pop .search_bar input {width: 80%; height: 40px; float: left;}
35 35
 section .popup2 .pop .search_bar button {float: right; border: none; padding-top:3px;}
36 36
 section .popup2 .pop .search_bar button img {width: 30px; height: 30px;}
37
-section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 70px; background:rgb(46, 46, 248); color: #fff; font-size: 2rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
37
+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;}
38 38
 section .popup2 .pop .search_bar button.btn_blue {float: right; width: 100px; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000;}
39 39
 
40 40
 section .popup2 .pop .popup_scroll {position: relative; width: 100%;height: 720px; overflow: auto;}
41 41
 section .popup2 .pop .popup_scroll li {list-style: none; width: 99%; height: 50px; border: 1px solid #000; margin: 0 auto;}
42
-section .popup2 .pop .popup_scroll li.row_2 {height: 140px;}
42
+section .popup2 .pop .popup_scroll li.row_2 {height: 80px;}
43 43
 section .popup2 .pop .popup_scroll li .left {position: relative; float: left;}
44 44
 section .popup2 .pop .popup_scroll li .left div {display: inline-block;}
45 45
 section .popup2 .pop .popup_scroll li .left label{font-size: 2.5rem;}
46
-section .popup2 .pop .popup_scroll li .left .thick {float: left; margin: 10px 20px; font-size: 2rem; text-align: left; width: 50%; font-weight: 600;}
47
-section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 10px 20px 10px 40px; font-size: 1.8rem; text-align: left; width: 50%;}
46
+section .popup2 .pop .popup_scroll li .left .thick {float: left; margin: 10px 0 0 10px; font-size: 1rem; text-align: left; width: 100%; font-weight: 600;}
47
+section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0px 0px 15px; font-size: 1.2rem; text-align: left; width: 100%;}
48 48
 section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
49 49
 section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
50 50
 section .popup2 .pop .popup_scroll li .scroll_left {float: left;}
51 51
 section .popup2 .pop .popup_scroll li .scroll_left div {float: left; font-size: 0.8rem; font-weight: 700; width: auto; margin: 15px 10px;}
52 52
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
53 53
 section .popup2 .pop .popup_scroll li .scroll_right button {width: 60px; height: 40px; padding: 0; background: rgb(198, 170, 250); border-radius: 10px; font-size: 0.8rem; margin:4px 10px;}
54
-section .popup2 .pop .popup_scroll li .right {margin: 40px 0; position: relative; display: flex; font-size: 2rem; font-weight: 700; float: left;}
55
-section .popup2 .pop .popup_scroll li .right .num {margin: 0 40px; width: auto;}
56
-section .popup2 .pop .popup_scroll li .right button {margin: -12px; padding: 20px; font-size: 1.5rem; border-radius: 0px;}
57
-section .popup2 .pop .popup_scroll li .add button{float: right; width: 120px; height: 120px; margin: 10px 20px; border-radius: 30px; font-size: 2rem; background: rgb(198, 170, 250);}
54
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: left; top:20px;}
55
+section .popup2 .pop .popup_scroll li .right .num {margin: 0 20px; width: auto;}
56
+section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 1rem; border-radius: 0px;}
57
+section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 10px 10px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
58 58
 section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
59 59
 
60 60
 section .popup3 { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
@@ -214,6 +214,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
214 214
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
215 215
 .content .line .line_right input.left {text-align: left;}
216 216
 .content .line .line_right input.mg0 {margin-right:10px;}
217
+.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
217 218
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
218 219
 .content .line input.date {width: 40%; margin: 10px; height: 40px; float: right; margin-right: 3%;}
219 220
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
@@ -292,7 +293,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
292 293
 .scroll_area li .left_info .history input{width: 150px;}
293 294
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
294 295
 .scroll_area li.history_list .button_right {float: right; display: grid;}
295
-.scroll_area li.history_list .button_right button {width: 70px; height: 70px; font-size: 1rem; margin: 0; border-radius: 0;}
296
+.scroll_area li.history_list .button_right button {width: 65px; height: 70px; font-size: 1rem; margin: 0; border-radius: 0;}
296 297
 .scroll_area li.history_list1 {height: 230px;}
297 298
 .scroll_area li.history_list2 {height: 160px; padding-top:5px;}
298 299
 .scroll_area li.history_list2 label{min-width:95px; display:inline-flex;}
@@ -300,7 +301,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
300 301
 .scroll_area li.history_list4 {height: 150px;}
301 302
 .scroll_area li .history_info {width: auto;}
302 303
 .scroll_area li .left {width:100%; height:30px; margin-top:0px;}
303
-.scroll_area li .btn {width:calc(100% - 70px); padding-top:12px;}
304
+.scroll_area li .btn {width:calc(100% - 65px); padding-top:12px;}
304 305
 .scroll_area li .left div {display: inline-block;}
305 306
 .scroll_area li .left label{font-size: 1.1rem;}
306 307
 .scroll_area li .left .thick {float:left;  margin: 8px 20px; font-size: 1rem; text-align: left; width: 50%; font-weight: 600;}
@@ -328,13 +329,13 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
328 329
 .scroll_area li .left .nomal span {margin:0 10px;}
329 330
 
330 331
 .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
331
-.scroll_area li .left .nomal .btn_bar button{width: 50px; height: 70px; font-size: 2rem; padding: 0;}
332
-.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 0 50px;}
332
+.scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
333
+.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
333 334
 
334 335
 .scroll_area li .left .nomal .space{ margin-left: 30px; min-width: 100px;}
335 336
 .scroll_area li .left .nomal .space0{ margin-left: 30px; width: auto;}
336 337
 .scroll_area li .left .nomal .space1{ margin-left: 0px; width: 200px;}
337
-.scroll_area li .left .nomal .space2 {width: 120px; display: inline-flex; font-size: 2.4rem; margin-right: 30px; font-weight: 700;}
338
+.scroll_area li .left .nomal .space2 {display: inline-flex; font-size: 1.4rem; font-weight: 700;}
338 339
 .scroll_area li .left .nomal label{position:relative; margin-left: 10px;}
339 340
 .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
340 341
 .scroll_area li .left .nomal label.col_0{width: auto;}