foot.wxss 302 B

1234567891011121314151617181920
  1. .foot {
  2. display: flex;
  3. justify-content: space-between;
  4. }
  5. .foot .list {
  6. text-align: center;
  7. font-size: 14px;
  8. width: 45vw;
  9. line-height: 1;
  10. padding: 5px 0;
  11. }
  12. .foot .list image {
  13. width: 6vw;
  14. height: 6vw;
  15. border-radius: 5px;
  16. }
  17. .foot .list .title {
  18. font-size: 12px;
  19. color: #000000;
  20. }