Browse Source

공지사항 줄 변경

whakdo963 2 years ago
parent
commit
909aa7ecd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/mobile/css/style.css

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

@@ -61,12 +61,12 @@ section .popup2 .pop .search_bar button img {width: 17px; position:relative; top
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;}
64
-section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0 15px 0 0; border-radius:5px; margin-right:5px;}
64
+section .popup2 .pop .search_item_bar select {width:22%; height:27px; 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 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;}
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;}
72 72
 section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}