icongroup.wxss 293 B

123456789101112131415
  1. .icongroup {
  2. display: flex;
  3. justify-content: space-between;
  4. flex-wrap: wrap;
  5. }
  6. .icongroup .icongroup-item {
  7. display: flex;
  8. flex-direction: column;
  9. justify-items: center;
  10. align-items: center;
  11. }
  12. .icongroup .icongroup-item .title {
  13. margin-top: 10px;
  14. }