品优购手机模块

效果图:

 手机图片:


html 

    <div class="box">
        <img src="image/品优购手机.png">
        <p>Apple苹果iPhone 6s plus (A1699) 32G 金色 移动联通电信4G手机</p>
        <span class="now">¥6088</span>
        <span class="prev">¥6988</span>
        <div class="bar">
            已售<span>80%</span>
            <div class="jdt">
                <div class="son"></div>
            </div>
            剩余<span>27</span>件
        </div>
        <a href="#">立即抢购</a>
    </div>

css

  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .box {
            width: 290px;
            height: 460px;
        }

        img {
            width: 290px;
            height: 300px;
        }

        .box p {
            font-size: 12px;
            color: #444;
            padding: 0 5px;

        }

        span {
            padding-left: 5px;
        }

        .box .now {
            font-weight: bold;
            color: red;
            font-size: 20px;
        }

        .box .prev {
            color: #444;
            font-size: 12px;
            text-decoration: line-through;
        }

        .box .bar {
            font-size: 12px;
            color: #777;
            padding-left: 5px;
            margin-top: 10px;
        }

        .bar span {
            color: #ff0000;
        }

        .box .jdt {
            display: inline-block;
            width: 140px;
            height: 10px;
            border: 1px solid red;
            border-radius: 4px;
            padding: 1px;
        }

        .jdt .son {
            width: 50%;
            height: 100%;
            background-color: red;
        }

        .box a {
            display: inline-block;
            width: 100%;
            height: 60px;
            background-color: red;
            margin-top: 10px;
            font-size: 30px;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            text-align: center;
            line-height: 60px;
        }

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值