timer-bang.module.less 192 B

12345678910
  1. .chioseWrap {
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. justify-content: space-around;
  6. background-color: #fff;
  7. color: #333;
  8. font-weight: 500;
  9. padding: 12px 0;
  10. }