<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>亚马逊</title>
<style type="text/css">
.btn:link{
width: 42px;
height: 30px;
display: inline-block;
background-image: url(../img/666.png);
background-repeat: no-repeat;
background-position: -8px -338px;
}
.btn:hover{
background-position: -58px -338px;
}
.btn:active{
background-position: -125px -338px;
}
</style>
</head>
<body>
<a href="#" class="btn"></a>
</body>
</html>
网友评论