162 lines
3.0 KiB
CSS
162 lines
3.0 KiB
CSS
|
|
|
|
.div_panel ul li input:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.collapse {
|
|
border-collapse: collapse;
|
|
border: none;
|
|
}
|
|
|
|
.collapse td {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.list_table {
|
|
min-height: 100px;
|
|
width: 100%;
|
|
}
|
|
|
|
.list_table td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.list_table .td_all_list {
|
|
width: 50%
|
|
}
|
|
|
|
.list_table .td_func {
|
|
width: 40px;
|
|
background: #eee;
|
|
border-left: 1px solid #ccc;
|
|
padding: 24px 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.list_table .td_func input {
|
|
display: block;
|
|
margin: 12px auto;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
width: 26px;
|
|
}
|
|
|
|
.list_table .td_selected_list {
|
|
width: 47%;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
|
|
.div_filter {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.left {
|
|
float: left;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.div_filter .dropdown {
|
|
width: 180px;
|
|
height: 23px;
|
|
margin: 1px 0 0 6px;
|
|
background: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 1px;
|
|
position: relative;
|
|
}
|
|
|
|
.div_filter .dropdown .text_span {
|
|
width: -moz-calc(100% - 24px);
|
|
width: -webkit-calc(100% - 24px);
|
|
width: calc(100% - 24px);
|
|
padding-left: 3px;
|
|
float: left;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
cursor: default;
|
|
}
|
|
|
|
.div_filter .dropdown span {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.div_filter .dropdown .dropdown_button {
|
|
float: right;
|
|
width: 20px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
color:#666
|
|
}
|
|
|
|
.div_filter .dropdown .dropdown_button:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
.div_filter .text {
|
|
width: 130px;
|
|
height: 18px;
|
|
padding: 0 4px;
|
|
margin: 1px 0 0 6px;
|
|
}
|
|
|
|
|
|
|
|
.div_panel {
|
|
border: 1px solid #a9a9a9;
|
|
position: relative;
|
|
max-height: 100px;
|
|
min-width: 180px;
|
|
/*max-width: 560px;*/
|
|
max-height: 300px;
|
|
background: #fff;
|
|
overflow: auto;
|
|
}
|
|
|
|
.div_panel ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.div_panel ul li {
|
|
/*height: 20px;*/
|
|
line-height: 20px;
|
|
padding: 0 4px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.div_panel ul li input {
|
|
margin: 3px 3px 0 1px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.div_panel ul li label {
|
|
vertical-align: top;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.div_panel ul li:hover {
|
|
background: #e9e9e9;
|
|
}
|
|
|
|
.fa {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|