欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

购物车页面

程序员文章站 2022-03-01 20:46:39
...
  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="../项目/img/001.jpeg" alt="" class="w-100">
  63. <img src="../项目/img/2.jpeg" class="w-100" alt="">
  64. <img src="../项目/img/3.jpeg" class="w-100" alt="">
  65. </div>
  66. </section>
  67. <!--侧边栏-->
  68. <aside class="posetion-fixed py-2 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 d-flex jusify-content-between align-items-center" >
  76. <div class="fontSize16">购物车</div>
  77. <div>
  78. <img height="35px" src="/项目/img/cartTop01.png"/>
  79. </div>
  80. <a href="" class="fontSize16">继续购物 ></a>
  81. </section>
  82. <!--购物车商品详情-->
  83. <section class="d-flex container text-center jusify-content-center bg-db h-40px align-items-center">
  84. <div class="fontSize16 w-40">商品</div>
  85. <div class="fontSize16 w-10">单价</div>
  86. <div class="fontSize16 w-20">数量</div>
  87. <div class="fontSize16 w-10">小计</div>
  88. <div class="fontSize16 w-20">操作</div>
  89. </section>
  90. <!--第一栏-->
  91. <section class=" d-flex container justify-content-center align-items-center pl-4">
  92. <div class="w-40 d-flex align-items-center">
  93. <input type="checkbox" class="w-20px h-20px" name="" id="">
  94. <img class="pl-4" src="../项目/img/cart01.jpg">
  95. <div class="pl-2 ml-2">
  96. <p><a href="" class="fontSize14">创意现代简约花瓶摆件</a></p>
  97. <p class="mt-4 mb-1 text-777 ">图书分类</p>
  98. <p class="text-777">细说系列</p>
  99. </div>
  100. </div>
  101. <div class="fontSize14 w-10 text-center">¥20.00</div>
  102. <div class="fontSize14 w-20 d-flex jusify-content-center align-items-center">
  103. <div class="border p-1 w-20px h-20px d-flex jusify-content-center align-items-center mr-3 cursor fontSize22">-</div>
  104. <input type="text" class="border-0" size="1" value="1">
  105. <div class="border ml-1 w-20px h-20px p-1 d-flex jusify-content-center align-items-center cursor fontSize18">+</div>
  106. </div>
  107. <div class="fontSize14 w-10 text-center">¥20.00</div>
  108. <div class="fontSize14 text-center w-20">删除</div>
  109. </section>
  110. <!--第二栏-->
  111. <section class=" border-top d-flex container justify-content-center align-items-center pl-4">
  112. <div class="w-40 d-flex align-items-center">
  113. <input type="checkbox" class="w-20px h-20px" name="" id="">
  114. <img class="pl-4" src="../项目/img/cart01.jpg">
  115. <div class="pl-2 ml-2">
  116. <p><a href="" class="fontSize14">创意现代简约花瓶摆件</a></p>
  117. <p class="mt-4 mb-1 text-777 ">图书分类</p>
  118. <p class="text-777">细说系列</p>
  119. </div>
  120. </div>
  121. <div class="fontSize14 w-10 text-center">¥20.00</div>
  122. <div class="fontSize14 w-20 d-flex jusify-content-center align-items-center">
  123. <div class="border p-1 w-20px h-20px d-flex jusify-content-center align-items-center mr-3 cursor fontSize22">-</div>
  124. <input type="text" class="border-0" size="1" value="1">
  125. <div class="border ml-1 w-20px h-20px p-1 d-flex jusify-content-center align-items-center cursor fontSize18">+</div>
  126. </div>
  127. <div class="fontSize14 w-10 text-center">¥20.00</div>
  128. <div class="fontSize14 text-center w-20">删除</div>
  129. </section>
  130. <!--底部-->
  131. <section class="container d-flex jusify-content-between align-items-center bg-db">
  132. <section class="py-2 d-flex align-items-center pl-1">
  133. <input type="checkbox" name="" class="w-20px h-20px" id="">
  134. <a href="" class="ml-4">全选</a>
  135. <a href="" class="ml-2">删除</a>
  136. </section>
  137. <section class="d-flex align-items-center w-30 jusify-content-between">
  138. <div><span class="textColorRed120">0</span> 件商品</div>
  139. <div>合计: <span class="textColorRed120">¥0.00</span></div>
  140. <button class="border-0 bg-8e text-white fontSize14 py-2 w-40 cursor">结算</button>
  141. </section>
  142. </section>
  143. <!-- 底部标签-->
  144. <footer class="container-full border-top mt-4 ">
  145. <section class="container d-flex my-2 jusify-content-around align-items-center">
  146. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  147. <img src="./img/foot1.png" alt="">
  148. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  149. </div>
  150. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  151. <img src="./img/foot1.png" alt="">
  152. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  153. </div>
  154. <div class="border-right py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  155. <img src="./img/foot1.png" alt="">
  156. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  157. </div>
  158. <div class=" py-1 flex-grow1 px-2 pr-4 d-flex jusify-content-center align-items-center">
  159. <img src="./img/foot1.png" alt="">
  160. <p class="pl-1 ml-2 pr-4">7天无理由退货</p>
  161. </div>
  162. </section>
  163. <section class="bg-black text-center py-3">
  164. <p class="text-white">最家家居©2013-2017公司版权所有 京ICP备080100-44备0000111000号<br/>
  165. 违法和不良信息举报电话:400-800-8200,本网站所列数据,除特殊说明,所有数据均出自我司实验室测试</p>
  166. </section>
  167. </footer>
  168. </body>
  169. </html>

购物车页面