ul,li{
list-style: none;
}
li{
width:80px ;
height: 30px ;
background-color: blue ;
color: white;
text-align: center;
line-height: 30px ;
}
.li_1{
display: inline-block;
}
li:hover{
background-color: cornflowerblue;
cursor: pointer;
}
li:hover>ul{
display: block;
}
.ul_2{
display: none ;
position: absolute;
padding-left: 0px ;
margin-top: 1px ;
}
.li_2{
margin-bottom: 1px;
}
网络2305董欣瑜
最新推荐文章于 2025-04-01 09:47:31 发布