|
@@ -65,17 +65,16 @@ section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;
|
65
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
65
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
66
|
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;}
|
66
|
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;}
|
67
|
|
67
|
|
68
|
-section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
|
|
|
|
|
68
|
+section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-right:none;}
|
69
|
section .popup2 .pop .table .table_tr {display:flex;}
|
69
|
section .popup2 .pop .table .table_tr {display:flex;}
|
70
|
section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
|
70
|
section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
|
71
|
section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
|
71
|
section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
|
72
|
section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-5px; width:15px;}
|
72
|
section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-5px; width:15px;}
|
73
|
-
|
|
|
74
|
-section .popup2 .pop .table_body .table_body{width:98%; height:120px; margin:0 auto; border:1px solid #aaa; border-bottom: none; overflow:auto;}
|
|
|
|
|
73
|
+section .popup2 .pop .table_body .table_body{width:98%; height:333px; margin:0 auto; overflow:auto;}
|
75
|
section .popup2 .pop .table_body .table_body::-webkit-scrollbar {
|
74
|
section .popup2 .pop .table_body .table_body::-webkit-scrollbar {
|
76
|
display: none; /* Chrome, Safari, Opera*/
|
75
|
display: none; /* Chrome, Safari, Opera*/
|
77
|
}
|
76
|
}
|
78
|
-section .popup2 .pop .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
|
|
|
|
|
77
|
+section .popup2 .pop .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa; border-right:1px solid #aaa;}
|
79
|
section .popup2 .pop .table_tr .table_td{display:grid; width:23%; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
|
78
|
section .popup2 .pop .table_tr .table_td{display:grid; width:23%; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
|
80
|
section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; font-size:12px; font-weight:100;}
|
79
|
section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; font-size:12px; font-weight:100;}
|
81
|
section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}
|
80
|
section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}
|