web前端 作业 3

使用div+css布局制作一个仿淘宝商品列表

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>淘宝商品</title>
    <style>
        .good{
            border: 1px solid red;
            width: 220px;
            height: 360px;
        }
        .pic{
            width: 220px;
            height: 220px;
            position: relative;
        }
        .pic > img{
            width: 220px;
            height: 220px;
        }
        .find > div{
            width: 110px;
            background-color: #f40;
            color: white;
            text-align: center;
            float: left;
        }
        .find >div:first-child{
            width: 109px;
            border-right: 1px solid white;
        }
        .find{
            position: absolute;
            bottom: 0px;
            display: none;
        }
        .good:hover .find{
            display: block;
        }
        .find a{
            color: white;
            text-decoration: none;
        }
        .price,.des,.shopinfo,.icon{
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 5px;
        }
        .price > span{
            line-height: 20px;
            vertical-align: middle;
        }
        .price > span:first-child{
            color: #f40;
            font-size: 20px;
            font-weight: bold;
        }
        .price > span:nth-child(2){
            background-color: #f40;
            color: white;
            font-size: 14px;
        }
        .price > span:last-child{
            color: #777;
            font-size: 14px;
            float: right;
        }
        .des > a{
            color: #333;
            font-size: 14px;
            text-decoration: none;
        }
        .des > a:hover{
            color: #f40;
            text-decoration: underline;
        }
        .shopinfo > a:first-child,
        .shopinfo > span{
            color: #333;
            font-size: 14px;
        }
        .shopinfo > span{
            float: right;
        }
        .icon > span:first-child{
            display: inline-block;
            background-image: url("https://img.alicdn.com/imgextra/i1/O1CN01QuhUWL1xJKJw0hnvG_!!6000000006422-2-tps-62-32.png");
            width: 31px;
            height: 16px;
            background-size: cover;
        }
        .icon > span:nth-child(2){
            display: inline-block;
            width: 49px;
            height: 16px;
            border: 1px solid rebeccapurple;
            background-size: 308px 298px;
            background-position: -5px -113px;
            background-image: url("https://img.alicdn.com/tps/i3/TB1h9GMMpXXXXcSXVXXRJo3QFXX-616-596.png");
        }
        .icon>span:last-child {
            display: inline-block;
            float:right;
            background-size: 430px 426px;
            background-position: -172px -323px;
            width: 16px;
            height: 16px;
            background-image: url("https://img.alicdn.com/tps/i1/TB1D4e7MpXXXXbpXpXX8jvl4XXX-860-852.png");
        }
        .good{
            float: left;
            margin-left: 10px;
            margin-top: 10px;
        }
        p{
            clear:both;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="good">
            <div class="pic">
                <img src="kunkun.png" alt="">
                <div class="find">
                    <div><a href="#">找同款</a></div>
                    <div><a href="#">找相似</a></div>
                </div>
            </div>
            <div class="price">
                <span>¥219.00</span>
                <span>包邮</span>
                <span>3万+已购买</span>
            </div>
            <div class="des">
                <a href="#">我家哥哥最喜欢穿,对唱跳rap加成</a>
            </div>
            <div class="shopinfo">
                <a href="#">北冥有坤旗舰店</a>
                <span>四川成都</span>
            </div>
            <div class="icon">
                <span></span>
                <span></span>
                <span></span>
            </div>
        </div>
    </div>
</body>
</html>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值