master
coral chen 4 years ago
commit 3641107625

@ -1,33 +1,35 @@
.ml-select-box{
position: absolute;
height: 300px;
white-space: nowrap;
z-index: 9999;
.ml-select-box {
position: absolute;
height: 300px;
white-space: nowrap;
z-index: 9999;
background: white;
}
.ml-select-box ul.select-group{
display: inline-block;
width: 240px;
overflow: auto;
height: 200px;
margin: 0;
padding: 0;
list-style: none;
.ml-select-box ul.select-group {
display: inline-block;
/* width: 240px; */
overflow: auto;
height: 200px;
margin: 0;
padding: 0;
list-style: none;
}
.ml-select-box ul.select-group li{
list-style: none;
width: 100%;
display: block;
height: 30px;
line-height: 30px;
cursor:pointer;
background: #fff;
font-size: 14px;
padding: 0 5px;
.ml-select-box ul.select-group li {
list-style: none;
width: 100%;
display: block;
height: 30px;
line-height: 30px;
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{
background: #c0c0c0;
font-weight: bold;
.ml-select-box ul.select-group li:hover,
.ml-select-box ul.select-group li.active {
background: #c0c0c0;
font-weight: bold;
}
Loading…
Cancel
Save