Metric.scss 517 B

12345678910111213141516171819202122232425262728293031323334
  1. .metric_container{
  2. display: flex;
  3. flex-direction: row;
  4. flex-wrap: wrap;
  5. justify-content: space-between;
  6. }
  7. .space_width{
  8. display: flex;
  9. width: 320px;
  10. height: 100px;
  11. flex-shrink: 0;
  12. }
  13. .change_time_bg{
  14. height: 140px;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .time_bg{
  20. height: 60px;
  21. border-radius: 30px;
  22. padding-left: 30px;
  23. padding-right: 30px;
  24. }
  25. .time{
  26. height: 60px;
  27. color: #fff;
  28. opacity: 0.4;
  29. line-height: 60px;
  30. }