1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>商城列表</title>
  6. <link rel="stylesheet" href="./css/base.css" />
  7. <link rel="stylesheet" href="./css/eduwork.css" />
  8. <link rel="stylesheet" href="./css/iconfont.css" />
  9. <link rel="stylesheet" href="./css/layout.css" />
  10. <link rel="stylesheet" href="./css/footer.css" />
  11. <link rel="stylesheet" href="./css/list.css" />
  12. <link rel="stylesheet" href="https://at.alicdn.com/t/font_2934967_enobaibly2.css">
  13. </head>
  14. <body>
  15. <!--头部标签-->
  16. <header class=" container d-flex jusify-content-between">
  17. <div class="">
  18. <img src="./img/logo.png" alt="">
  19. </div>
  20. <div class=" d-flex jusify-content-between align-items-center">
  21. <div class="px-3">
  22. <a href="" class="fontSize14">登录</a>
  23. <span>|</span>
  24. <a href="" class="fontSize14">注册</a>
  25. </div>
  26. <div class="pl-2 border-bottom border-black py-1">
  27. <form action="">
  28. <input type="search" class="border-0" placeholder="热门搜索:细说php" name="" id="">
  29. <button class="header-button iconfont border-0 bg-transparent textColorRed120 icon-sousuo"></button>
  30. </form>
  31. </div>
  32. <div class="px-3 header-icon d-flex align-items-center">
  33. <i class="iconfont icon-31wode textColorRed120"></i>
  34. <i class="iconfont icon-erweima textColorRed120"></i>
  35. <i class="iconfont icon-gouwuchekong textColorRed120"></i>
  36. </div>
  37. </div>
  38. </header>
  39. <!--导航栏-->
  40. <nav class="container-full ">
  41. <ul class="d-flex w-40 m-auto text-center">
  42. <li class="py-2 px-4 mx-3"><a href="" class="fontSize14">首页</a></li>
  43. <li class="py-2 px-4 mx-3">
  44. <a href="" class="fontSize14">编程图书</a>
  45. <section class="w-100 position-absolute left-0">
  46. <ul class="d-flex w-40 m-auto">
  47. <li class="py-2 px-4 mx-3"><a href="" class="text-white">细说PHP</a></li>
  48. <li class="py-2 px-4 mx-3"><a href=" " class="text-white">细说PHP</a></li>
  49. <li class="py-2 px-4 mx-3"><a href="" class="text-white">细说PHP</a></li>
  50. <li class="py-2 px-4 mx-3"><a href="" class="text-white">细说PHP</a></li>
  51. </ul>
  52. </section>
  53. </li>
  54. <li class="py-2 px-4 mx-3"><a href="" class="fontSize14">算法图书</a></li>
  55. <li class="py-2 px-4 mx-3"><a href="" class="fontSize14">AI图书</a></li>
  56. <li class="py-2 px-4 mx-3"><a href="" class="fontSize14">人工智能 </a></li>
  57. </ul>
  58. </nav>
  59. <!--导航栏滚动图片-->
  60. <section class="banner container-full overflow-hidden border border-box">
  61. <div class="d-flex w-300">
  62. <img src="../project/img/001.jpeg" alt="" class="w-100">
  63. <img src="../project/img/2.jpeg" class="w-100" alt="">
  64. <img src="../project/img/3.jpeg" class="w-100" alt="">
  65. </div>
  66. </section>
  67. <!--侧边栏-->
  68. <aside class="posetion-fixed right-10 d-flex flex-column jusify-content-between">
  69. <div class="iconfont border p-3 bg-db cursor textColorRed120 icon-gouwuchekong"></div>
  70. <div class="iconfont border p-3 bg-db cursor textColorRed120 mt-1 icon-sousuo"></div>
  71. <div class="iconfont border p-3 bg-db cursor textColorRed120 mt-1 icon-31wode"></div>
  72. <div class="iconfont border p-3 bg-db cursor textColorRed120 mt-1 icon-erweima"></div>
  73. </aside>
  74. <!--三级导航-->
  75. <section class="container-full border-bottom">
  76. <section class="container py-1">
  77. <span><a href="" class="text-777 hover-a-none">首页</a></span>
  78. <span class="mx-3">/</span>
  79. <span><a href="" class="text-777 hover-a-none">编程书籍</a></span>
  80. <span class="mx-3">/</span>
  81. <span>细说系列</span>
  82. </section>
  83. </section>
  84. <!--搜索-->
  85. <section class="container-full border-bottom">
  86. <section class="container d-flex jusify-content-between align-items-center">
  87. <h2 class="fontSize18">细说系列</h2>
  88. <div class=" bg-white order-list w-15 ">
  89. <div class="d-flex border jusify-content-between align-items-center">
  90. <span>排序方式</span>
  91. <i class="iconfont icon-xiajiantou"></i>
  92. </div>
  93. <div class="border ">新品上市</div>
  94. <div class="border border-top-0 ">销量从高到低</div>
  95. <div class="border border-top-0 ">销量从低到高</div>
  96. <div class="border border-top-0 ">价格从高到低</div>
  97. <div class="border border-top-0 ">价格从低到高</div>
  98. </div>
  99. </section>
  100. </section>
  101. <!--商品列表-->
  102. <section class="container my-4 d-flex jusify-content-between">
  103. <section class="card border-0">
  104. <img src="./img/pro01.jpg" class="border-radius-5" alt="">
  105. <div class="card-body">
  106. <a href="" class="d-block hover-a-none">【细说】细说PHP</a>
  107. <a href="" class="hover-a-none textColorRed120 fontSize14">¥159.00</a>
  108. </div>
  109. </section>
  110. <section class="card border-0">
  111. <img src="./img/pro01.jpg" class="border-radius-5" alt="">
  112. <div class="card-body">
  113. <a href="" class="d-block hover-a-none">【细说】细说PHP</a>
  114. <a href="" class="hover-a-none textColorRed120 fontSize14">¥159.00</a>
  115. </div>
  116. </section>
  117. <section class="card border-0 ">
  118. <img src="./img/pro01.jpg" class="border-radius-5" alt="">
  119. <div class="card-body">
  120. <a href="" class="d-block hover-a-none">【细说】细说PHP</a>
  121. <a href="" class="hover-a-none textColorRed120 fontSize14">¥159.00</a>
  122. </div>
  123. </section>
  124. <section class="card border-0 posetion-relative">
  125. <img src="./img/pro01.jpg" class="border-radius-5" alt="" >
  126. <div class="card-body">
  127. <a href="" class="d-block hover-a-none">【细说】细说PHP</a>
  128. <a href="" class="hover-a-none textColorRed120 fontSize14">¥159.00</a>
  129. </div>
  130. </section>
  131. </section>
  132. <!--底部标签-->
  133. <footer class="container-full border-top mt-4 ">
  134. <section class="container d-flex my-2 jusify-content-around align-items-center">
  135. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  136. <img src="./img/foot1.png" alt="">
  137. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  138. </div>
  139. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  140. <img src="./img/foot1.png" alt="">
  141. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  142. </div>
  143. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  144. <img src="./img/foot1.png" alt="">
  145. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  146. </div>
  147. <div class=" py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  148. <img src="./img/foot1.png" alt="">
  149. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  150. </div>
  151. </section>
  152. <section class="bg-black text-center py-3">
  153. <p class="text-white">最家家居©2013-2017公司版权所有 京ICP备080100-44备0000111000号<br/>
  154. 违法和不良信息举报电话:400-800-8200,本网站所列数据,除特殊说明,所有数据均出自我司实验室测试</p>
  155. </section>
  156. </footer>
  157. </body>
  158. </html>

更多相关文章

  1. 商品详情页练习
  2. 我的第一个作业
  3. PHP:oop->细说命名空间/命名空间类的自动加载
  4. 【php基础入门】细说PHP中的函数声明与使用详解(重要)
  5. 【php基础入门】细说php的变量以及常量的知识点详解
  6. MySQL日志详细说明
  7. 细说 javascript 中变量声明 var、let、const 的区别
  8. 第5章 0129-细说常用的数组函数,学习心得、笔记(数组的排序, 数组
  9. 第2章 0126-细说变量与常量,课程笔记、心得(数据类型的转换与检测

随机推荐

  1. Layout1.3
  2. android manifest.xml
  3. Android 5.1 SDK下载与配置
  4. android图片缩放平移
  5. Android 全退出
  6. Android录音应用
  7. 时钟控件AnalogClock和DigitalClock
  8. [置顶] android对字段的验证
  9. Android WebView学习
  10. 分割线