美文网首页
作业—购物车图标

作业—购物车图标

作者: Taoqi思 | 来源:发表于2018-10-31 10:27 被阅读0次
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>购物车图标</title>
        <style>
            .bth:link {
                display: block;
                width: 47px;
                height: 30px;
                background-image: url(img1/购物车.png);
                background-repeat: no-repeat;
                background-position: -7px -338px;
            }
            .bth:hover {
                background-position: -54px -338px;
            }
            .bth:active{
                background-position: -124px -338px;
            }
        </style>
    </head>
    <body>
        <a href="#" class="bth"></a>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:作业—购物车图标

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