<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表格</title>
<style type="text/css">
#menu{
box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
width:100%;
height:35px;
}

.navmenu{
margn:0 auto;
padding: 0;
list-style:none;
}

.navmenu li{
width:100px;
height:35px;
line-height:35px;
border-bottom:1px solid #ccc;
text-align:center;
float:left;
margin-right:20px;
}

.navmenu li:hover .menuul{
display:block;
}
.menuul{
display:none;
}


.navmenu li a{
color:#ccc;
text-decoration:none;
display:block;
width:100px;
height:35px;

}

.navmenu li a:hover {
background-color:#000000;
}

.navmenu li a#on{
}
.clear{
clear:both;
}

.menuul li{
float:none;
/* display:none; */
width:100px;
margin:0;
}

.menuul li a{
background:none;
width:100px;
}

.menuul li a:hover{
/* display:block; */
background:#000000;
color:#ffffff;
}

</style>
</head>
<body>
<div class="nav wrap pt-r" >管理监控</a>
</li>
</ul>
</div>
</body>
</html>

相关文章: