商品纯页面编程

商品纯页面编程实现

一、涉及知识:
1.盒模型的使用
2.居中对齐
3.块元素的水平对齐
二、效果展示
仿小米商品页面
三、代码展示:
1.css

<style>
        * {
            margin: 0;
            padding: 0;
        }

        body {
            background-color: #f5f5f5;
        }

        a {
            text-decoration: none;
            color: #333;
        }

        .box {
            width: 298px;
            height: 415px;
            margin: 100px auto;
            background-color: #fff;
        }

        .box img {
            width: 100%;
        }

        .review {
            height: 70px;
            /* font-style: 14px; */
            font-size: 14px;
            /* 因为段落没有width,所以不会撑大盒子 */
            padding: 0 28px;
            margin-top: 30px;
        }

        .appraise {
            color: #b0b0b0;
            padding: 0 28px;
            margin-top: 20px;
            font-size: 12px;
        }

        .info {
            font-size: 14px;
            margin-top: 15px;
        }

        .info h4 {
            display: inline-block;
            font-weight: normal;
            padding: 0 28px;
        }

        .info span {
            color: #ff6700;
        }

        .info em {
            color: #b0b0b0;
            font-style: normal;
            margin: 0 5px 0 10px;
        }
    </style>

2.html:

 <div class="box">
        <img src="bg1.png" alt="">

        <p class="review">快递牛,整体不错,质量给力</p>

        <div class="appraise">来自于 1173876的评价</div>

        <div class="info">
            <h4><a href="#">Redmi AirDots真无线蓝…</a></h4>
            <em>|</em>
            <span>9.9</span>
        </div>
    </div>
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值