vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
16 lines (15 loc) • 347 B
CSS
ul.c_searchbox_container {
display: block;
width: 200px;
height: 120px;
border: solid 0.7px #666;
border-radius: 10px;
position: absolute;
background: white;
box-shadow: 1px 3px 3px 1px;
padding: 10px;
margin-top: -5px;
}
ul.c_searchbox_container li.p_list_hover {
background: #eee;
}