Blogger Information
Blog 12
fans 0
comment 0
visits 9410
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
淘宝首页商品列表
P粉355147598
Original
469 people have browsed it

淘宝首页商品列表

额。。写了几句css 就看着差不多,没网页忘记原网页啥样子了。html用的给的代码就不放了。

  1. main .list {
  2. display: grid;
  3. grid-template-columns: repeat(2,1fr);
  4. gap: .1rem;
  5. margin-top: .1rem;
  6. }
  7. main .list .unit img {
  8. width: 100%;
  9. }
  10. main .list .title {
  11. display: grid;
  12. grid-column: 1 / span 2;
  13. place-content: center;
  14. }

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