|
@@ -52,8 +52,8 @@ section .popup2 .pop .search_bar button {position:relative; top:-64px; backgroun
|
52
|
section .popup2 .pop .search_bar button img {width: 18px;}
|
52
|
section .popup2 .pop .search_bar button img {width: 18px;}
|
53
|
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;}
|
53
|
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;}
|
54
|
section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
|
54
|
section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
|
55
|
-section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0;}
|
|
|
56
|
-section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
|
|
|
|
|
55
|
+section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
|
|
|
56
|
+section .popup2 .pop .search_item_bar select {width:22%; height:27px; border-radius:5px; margin-right:5px;}
|
57
|
section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
|
57
|
section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
|
58
|
section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
|
58
|
section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
|
59
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
59
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
|
@@ -65,7 +65,10 @@ section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-
|
65
|
section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
|
65
|
section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
|
66
|
section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-3px;}
|
66
|
section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-3px;}
|
67
|
|
67
|
|
68
|
-section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
|
|
|
|
|
68
|
+section .popup2 .pop .table_body{width:98%; height:120px; margin:0 auto; border:1px solid #aaa; border-bottom: none; overflow:auto;}
|
|
|
69
|
+section .popup2 .pop .table_body::-webkit-scrollbar {
|
|
|
70
|
+ display: none; /* Chrome, Safari, Opera*/
|
|
|
71
|
+}
|
69
|
section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
|
72
|
section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
|
70
|
section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
|
73
|
section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
|
71
|
section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
|
74
|
section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
|