ソースを参照

팝업 수정

whakdo963 2 年 前
コミット
ab3bac74b6
共有2 個のファイルを変更した4 個の追加5 個の削除を含む
  1. 0 1
      src/main/webapp/mobile/app/mpomng/MPOMNG01010.html
  2. 4 4
      src/main/webapp/mobile/css/style.css

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

@@ -206,7 +206,6 @@
206 206
                 </div>
207 207
                 <div class="select_btn">
208 208
    					<button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="btn_blue">추가</button>
209
-                    <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_red">품목명  <img src="../img/arrow_down.png"></button>
210 209
                 </div>
211 210
             </form>
212 211
             <div id="ITP_LIST_MPOMNG01010_POP_ITEM_AREA" class="popup_scroll">

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

@@ -51,13 +51,13 @@ section .popup2 .pop .header .header_right button {border: none; background: tra
51 51
 section .popup2 .pop .header .header_right button img {width:22px;}
52 52
 section .popup2 .pop .select_btn {position:relative; width:100%; height: 63px;}
53 53
 section .popup2 .pop .select_btn button.btn_red {float: right; width: 90px; height: 25px; margin:0 7px; background:#d9baaf; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cca597;}
54
-section .popup2 .pop .select_btn button.btn_blue {float: right; width: 90px; height: 25px; margin:0 7px; background:#8f9fc6; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cacfe3;}
54
+section .popup2 .pop .select_btn button.btn_blue {float: right; width: 90px; height: 34px; margin:0 7px; background:#8f9fc6; color: #fff; font-size: 12pt; padding-top:4px; border: 1px solid #cacfe3;}
55 55
 section .popup2 .pop .select_btn button.btn_blue:active{background-color: #708cd1;}
56 56
 section .popup2 .pop .select_btn img {width:12px;}
57 57
 section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; padding:10px;}
58
-section .popup2 .pop .search_bar input {width: 80%; height: 27px; position:relative; font-size:14px;}
59
-section .popup2 .pop .search_bar button {position:relative; width:27px; height:27px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
60
-section .popup2 .pop .search_bar button img {width: 17px; position:relative; top:-1px;}
58
+section .popup2 .pop .search_bar input {width: 80%; height: 34px; position:relative; font-size:14px;}
59
+section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
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 63
 section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}