Blogger Information
Blog 9
fans 0
comment 0
visits 3943
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
淘宝移动端首页的商品列表
恒儿哥哥
Original
440 people have browsed it

html

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="index.css">
  8. <title>Document</title>
  9. </head>
  10. <body>
  11. <main>
  12. <div class="right">
  13. <div class="img">
  14. <img src="https://gw.alicdn.com/bao/uploaded/i2/504369715/O1CN01VDTglP2LdWUZPQ849_!!0-item_pic.jpg_500x500q90.jpg_.webp">
  15. </div>
  16. <div class="title">
  17. <div class="introduce"><span>日本进口缝隙收纳架厨房置物架冰箱夹缝车可移动多层落地超窄柜</span></div>
  18. <div class="price">
  19. <span class="money"></span>
  20. <span class="num">99</span>
  21. <span class="play">29人已购买</span>
  22. </div>
  23. </div>
  24. </div>
  25. <div class="right">
  26. <div class="img">
  27. <img src="https://gw.alicdn.com/bao/uploaded/i2/504369715/O1CN01VDTglP2LdWUZPQ849_!!0-item_pic.jpg_500x500q90.jpg_.webp">
  28. </div>
  29. <div class="title">
  30. <div class="introduce"><span>日本进口缝隙收纳架厨房置物架冰箱夹缝车可移动多层落地超窄柜</span></div>
  31. <div class="price">
  32. <span class="money"></span>
  33. <span class="num">99</span>
  34. <span class="play">29人已购买</span>
  35. </div>
  36. </div>
  37. </div>
  38. <div class="right">
  39. <div class="img">
  40. <img src="https://gw.alicdn.com/bao/uploaded/i2/504369715/O1CN01VDTglP2LdWUZPQ849_!!0-item_pic.jpg_500x500q90.jpg_.webp">
  41. </div>
  42. <div class="title">
  43. <div class="introduce"><span>日本进口缝隙收纳架厨房置物架冰箱夹缝车可移动多层落地超窄柜</span></div>
  44. <div class="price">
  45. <span class="money"></span>
  46. <span class="num">99</span>
  47. <span class="play">29人已购买</span>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="right">
  52. <div class="img">
  53. <img src="https://gw.alicdn.com/bao/uploaded/i2/504369715/O1CN01VDTglP2LdWUZPQ849_!!0-item_pic.jpg_500x500q90.jpg_.webp">
  54. </div>
  55. <div class="title">
  56. <div class="introduce"><span>日本进口缝隙收纳架厨房置物架冰箱夹缝车可移动多层落地超窄柜</span></div>
  57. <div class="price">
  58. <span class="money"></span>
  59. <span class="num">99</span>
  60. <span class="play">29人已购买</span>
  61. </div>
  62. </div>
  63. </div>
  64. </main>
  65. </body>
  66. </html>

css

  1. body{
  2. margin: 0;
  3. padding: 0;
  4. background-color: #f2f2f2;
  5. }
  6. main{
  7. margin: 0;
  8. display: grid;
  9. grid-template-columns: repeat(2,1fr);
  10. padding-bottom: 0.1rem;
  11. }
  12. main img{
  13. width: 100%;
  14. border-radius: 0.3rem 0.3rem 0 0;
  15. }
  16. main .right{
  17. box-sizing: border-box;
  18. border-radius: 0.4rem;
  19. margin: 0.4rem 0.4rem;
  20. min-height: 2rem;
  21. min-width: 1.1rem;
  22. background-color: #fff;
  23. }
  24. main .right .title{
  25. display:grid;
  26. place-items:center
  27. }
  28. main .right .title .introduce{
  29. height: 3.4rem;
  30. width: 90%;
  31. font-size: 0.8rem;
  32. line-height: 1.5rem;
  33. overflow: hidden;
  34. }
  35. main .right .title .price{
  36. width: 90%;
  37. font-size: 0.8rem;
  38. padding-bottom: 1rem;
  39. }
  40. main .right .title .price .money{
  41. color: coral;
  42. font-size: smaller;
  43. }
  44. main .right .title .price .num{
  45. color: coral;
  46. font-size: larger;
  47. }
  48. main .right .title .price .play{
  49. color: #ccc;
  50. }

效果图

效果图

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post