美文网首页
购物车网页:代码与效果

购物车网页:代码与效果

作者: 琉佳 | 来源:发表于2019-10-17 14:41 被阅读0次

    代码:

    <!DOCTYPE html>

    <html lang="en">

    <head>

    <meta charset="UTF-8">

    <title>购物车网页</title>

    <style type="text/css">

    .shop_car:link{

    display: block;

    width: 43px;

    height: 31px;

    background-image: url(image/shop_car.png);

    background-repeat:no-repeat;

    background-position:-10px -337px;

    }

    .shop_car:hover{

    background-position: -58px -337px;

    }

    </style>

    </head>

    <body>

    <a href="#" class="shop_car"></a>

    </body>

    </html>

    相关文章

      网友评论

          本文标题:购物车网页:代码与效果

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