|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
.ml-select-box{
|
|
|
|
|
.ml-select-box {
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 300px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-select-box ul.select-group{
|
|
|
|
|
.ml-select-box ul.select-group {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 240px;
|
|
|
|
|
/* width: 240px; */
|
|
|
|
|
overflow: auto;
|
|
|
|
|
height: 200px;
|
|
|
|
|
margin: 0;
|
|
|
|
@ -15,19 +16,20 @@
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-select-box ul.select-group li{
|
|
|
|
|
.ml-select-box ul.select-group li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background: #fff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-select-box ul.select-group li:hover,.ml-select-box ul.select-group li.active{
|
|
|
|
|
.ml-select-box ul.select-group li:hover,
|
|
|
|
|
.ml-select-box ul.select-group li.active {
|
|
|
|
|
background: #c0c0c0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|