<style>
.nav a {
display: inline-block;
width: 120px;
height: 58px;
background-color: pink;
text-align: center;
line-height: 58px;
color: black;
text-decoration: none;
}
.nav .bg1 {
background: url(底部导航栏-13.png) no-repeat;
}
.nav .bg1:hover {
background-image: url(导航栏_控制台icon_选中.png);
}
</style>
</head>
<body>
<div class="nav">
<a href="#" class="bg1">五彩导航</a>
<a href="#">五彩导航</a>
<a href="#">五彩导航</a>
<a href="#">五彩导航</a>
<a href="#">五彩导航</a>
</div>
</body>