商品列表页面实现

效果图


image.png

字体大小颜色可以自己选择修改
1.html

<div class="goods">
            <img src="img/luyou.jpg" class="goodsImage"/>
            <div class="goodsContent">
                <span class="goodsTitle">TP-LINK TL-WDN5200H免驱版 650M 双频USB无线网卡台式机笔记本通用 随身WiFi接收器 发射器</span>
                <span class="goodsPrice">¥198</span>
                <span class="goodsSale">已售 189 件</span>
            </div>
        </div>

2.css

.goods{
    height: 90px;
    padding: 5px;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
}
.goodsImage{
    width: 90px;
    height: 90px;
    border-radius: 3px;
}
.goodsContent{
    display: inline-block;
    height: 90px;
    position: relative;
    padding-left: 5px;
}
.goodsTitle{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.goodsPrice{
    color: red;
    position: absolute;
    bottom: 2px;
    font-size: 20px;
}
.goodsSale{
    color: #c4c4c4;
    position: absolute;
    bottom: 2px;
    right: 8px;
    font-size: 13px;
}
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 第一部分 HTML&CSS整理答案 1. 什么是HTML5? 答:HTML5是最新的HTML标准。 注意:讲述HT...
    kismetajun阅读 27,959评论 1 45
  • 问答题47 /72 常见浏览器兼容性问题与解决方案? 参考答案 (1)浏览器兼容问题一:不同浏览器的标签默认的外补...
    _Yfling阅读 14,679评论 1 92
  • HTML 5 HTML5概述 因特网上的信息是以网页的形式展示给用户的,因此网页是网络信息传递的载体。网页文件是用...
    阿啊阿吖丁阅读 9,586评论 0 0
  • 发现 关注 消息 iOS 第三方库、插件、知名博客总结 作者大灰狼的小绵羊哥哥关注 2017.06.26 09:4...
    肇东周阅读 14,191评论 4 61
  • “叮咚——————叮咚——叮咚叮咚叮咚叮咚叮咚叮咚叮咚叮咚叮咚叮咚叮咚——————” QQ群消息提示音响个不停 迎...
    萧烨泽X阅读 8,352评论 1 9