雪碧图

作者: 九妄_b2a1 | 来源:发表于2018-11-29 23:28 被阅读0次
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Document</title>
        <style type="text/css">
            .aa{
                display: block;
                width: 42px;
                height: 30px;
                background-image: url(img/2.png);
                background-position: -10px -339px;
            }
            .aa:hover{
                background-position: -60px -339px;
            }
            .aa:active{
                background-position: -125px -339px;
            }
        </style>
    </head>
    <body>
        <a href="#" class="aa"></a>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:雪碧图

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