事件委托
ul,li{
padding:0;margin:0;list-style: none!important;
}
menu>ul>li{
float: left;
width: 120px;
height:30px;
line-height: 30px;
text-align:center;
background: #46b8da;
margin:1px;
cursor: pointer;color:#fff;
}
menu>ul li a{
color:#fff;
text-decoration: none!important;;
}
menu>ul li:hover,menu>ul li.active{
background: #0697DA;
}
menu>ul>li:not(:last-child){
border-right:1px solid silver;
}
时间: 2025-01-05 02:32:13