瀏覽代碼

모바일 html 수정

whakdo963 2 年之前
父節點
當前提交
bdee3d6f21
共有 2 個文件被更改,包括 45 次插入34 次删除
  1. 35 25
      src/main/webapp/mobile/app/mpomng/MPOMNG01010.html
  2. 10 9
      src/main/webapp/mobile/css/style.css

+ 35 - 25
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -120,7 +120,7 @@
120 120
             </div>
121 121
         </div>
122 122
     </div>
123
-    <div id="ITP_POP_MPOMNG01010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
123
+    <div id="ITP_POP_MPOMNG01010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
124 124
         <div class="pop">
125 125
             <div class="header">
126 126
                 <div class="header_left">
@@ -172,7 +172,7 @@
172 172
         <div class="pop">
173 173
             <div class="header">
174 174
                 <div class="header_left">
175
-                    <label>> 품목 검색</label>
175
+                    <label>품목 검색</label>
176 176
                 </div>
177 177
                 <div class="header_right">
178 178
                     <button type="button" id="ITP_BTN_MPOMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -185,36 +185,46 @@
185 185
                     <input id="ITP_FORM_MPOMNG01010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
186 186
                     <button id="ITP_BTN_MPOMNG01010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
187 187
                 </div>
188
-                <div class="search_bar">
189
-                    <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_blue">품목명</button>
188
+                <div class="select_btn">
189
+                    <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_blue">품목명 V</button>
190 190
                 </div>
191 191
             </form>
192 192
             <div id="ITP_LIST_MPOMNG01010_POP_ITEM_AREA" class="popup_scroll">
193
-                <ul id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWS" class="panel-group"></ul>
194
-                <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display:none;">
195
-                    <li class="row_2">
196
-                        <div class="left" style="width:180px;">
197
-                            <!--<div class="check_box">
198
-                                <input type="checkbox" id="ITP_FORM_MPOMNG01010_POP_ITEM_CHECKBOX" name="itemId" />
199
-                            </div>-->
200
-                            <div class="thick">
201
-                                <div class="fnItemNm">품목명</div>
202
-                                <div>-</div>
203
-                                <div class="fnUnit">EA</div>
204
-                            </div>
205
-                            <div class="thick" style="font-weight:100;">
206
-                                <div class="space">구매가 :</div>
207
-                                <div class="fnUnitAmt">0</div>
208
-                            </div>
193
+                <ul id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWS" class="mb_0"></ul>
194
+                <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display: block;">
195
+                     <li class="row_2">
196
+                        <div class="scroll_left">
197
+                            <div class="fnItemNm">품목명 001</div>
198
+                            <div class="sub fnKg">700g</div>
199
+                            <div class="amt fnItemAmt">30,500원</div>
209 200
                         </div>
210
-                        <div class="right">
211
-                            <button id="ITP_BTN_MPOMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
212
-                            <div class="num fnPchReqQty">1</div>
213
-                            <button id="ITP_BTN_MPOMNG01010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
201
+                        <div class="scroll_right">
202
+                            <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
214 203
                         </div>
215
-                        <div class="add">
204
+                      	<div class="itp_num_set">
205
+		                      <div class="right">
206
+				              <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
207
+				              <div class="num fnPchReqQty">1</div>
208
+				              <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
209
+				            </div>
210
+			            </div>
211
+                    </li>
212
+                     <li class="row_2">
213
+                        <div class="scroll_left">
214
+                            <div class="fnItemNm">품목명 001</div>
215
+                            <div class="sub fnKg">700g</div>
216
+                            <div class="amt fnItemAmt">30,500원</div>
217
+                        </div>
218
+                        <div class="scroll_right">
216 219
                             <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
217 220
                         </div>
221
+                      	<div class="itp_num_set">
222
+		                      <div class="right">
223
+				              <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
224
+				              <div class="num fnPchReqQty">1</div>
225
+				              <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
226
+				            </div>
227
+			            </div>
218 228
                     </li>
219 229
                 </div>
220 230
             </div>

+ 10 - 9
src/main/webapp/mobile/css/style.css

@@ -12,10 +12,10 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
12 12
 section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
13 13
 section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
14 14
 section .popup .pop label.pop_label {position:relative; top:10px; font-size: 1.2rem;}
15
-section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 1.2rem;}
15
+section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 18px;}
16 16
 section .popup .pop .pop_line { width: 100%; height: 30px;}
17
-section .popup .pop .pop_line label { font-size: 1.2rem; margin-left: 20px; float: left; width: auto; text-align: left;}
18
-section .popup .pop .pop_line div {text-align: right; float: right; font-size: 1.2rem; margin-right: 20px; width: auto;}
17
+section .popup .pop .pop_line label { font-size: 16px; margin-left: 20px; float: left; width: auto; text-align: left;}
18
+section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 20px; width: auto;}
19 19
 section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
20 20
 section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; font-size: 1rem; font-weight: 700; border-radius: 0px; border: none;}
21 21
 section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
@@ -35,7 +35,7 @@ section .popup2 .pop .header .header_left {padding-top: 12px;}
35 35
 section .popup2 .pop .header .header_left label {font-size: 18px; font-weight:100;} 
36 36
 section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
37 37
 section .popup2 .pop .header .header_right button {border: none; background: transparent;}
38
-section .popup2 .pop .header .header_right button img {width:30px; height:30px;}
38
+section .popup2 .pop .header .header_right button img {width:22px;}
39 39
 section .popup2 .pop .select_btn button.btn_blue {float: right; width: 100px; height: 30px; background:#d9baaf; color: #fff; font-size: 13px; padding-top:6px; border: 1px solid #cca597;}
40 40
 section .popup2 .pop .select_btn {position:relative; top:-25px; left:55px; width:100%; height: 20px;}
41 41
 section .popup2 .pop .search_bar {width: 100%; height: 60px; padding:10px;}
@@ -67,13 +67,13 @@ section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0p
67 67
 section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
68 68
 section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
69 69
 section .popup2 .pop .popup_scroll li .scroll_left {float: left; display:grid;}
70
-section .popup2 .pop .popup_scroll li .scroll_left div {text-align:left; float: left; font-size: 18px; font-weight: 100; width: auto; margin:9px 6px -6px 10px;}
70
+section .popup2 .pop .popup_scroll li .scroll_left div {text-align:left; float: left; font-size: 18px; font-weight: 100; width: auto; margin:8px 6px -6px 10px;}
71 71
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
72
+section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:16px; color:#b88278;}
72 73
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
73 74
 section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:25px 10px;}
74
-section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: left; top:20px;}
75
-section .popup2 .pop .popup_scroll li .right .num {margin: 0 20px; width: auto;}
76
-section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 1rem; border-radius: 0px;}
75
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:24px; height:38px;}
76
+section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:30px;}
77 77
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
78 78
 section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
79 79
 section .popup2	.list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
@@ -84,7 +84,8 @@ section .popup2 .list_line .list_info input{width:90%;}
84 84
 section .popup2 .list_line .mail input {width:30%;}
85 85
 section .popup2 .list_line .mail select {width:30%;}
86 86
 section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
87
-
87
+section .popup_scroll li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
88
+section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
88 89
 section .popup2 .list_line .line_right {float:right; width:70%;}
89 90
 section .popup2 .list_line .line_right select {width:200px; float:right;}
90 91
 section .popup2 .list_line .line_right input {width:200px; float:right;}