foot.less 398 B

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