亚马逊

作者: WANGLIN_HZ | 来源:发表于2018-07-11 19:02 被阅读0次
<!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>

相关文章

网友评论

      本文标题:亚马逊

      本文链接:https://www.haomeiwen.com/subject/omhkpftx.html