index.module.less 141 B

1234567
  1. .chioseWrap {
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. justify-content: space-around;
  6. background-color: #f8f8f8;
  7. }