Schedule.scss 671 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .duration_bg{
  2. margin-left: 50px;
  3. display: flex;
  4. flex-direction: column;
  5. flex: 1;
  6. }
  7. .duration_title{
  8. font-size: 32px;
  9. line-height: 32px;
  10. color: #fff;
  11. opacity: 0.6;
  12. font-weight: 400;
  13. }
  14. .duration_value{
  15. font-size: 36px;
  16. line-height: 36px;
  17. font-weight: 500;
  18. margin-bottom: 12px;
  19. }
  20. .arrow1{
  21. width: 48px;
  22. height: 48px;
  23. }
  24. .tip_bg2{
  25. height: 80px;
  26. width: 100%;
  27. box-sizing: border-box;
  28. // background-color: rgba(250, 81, 81, 0.1);
  29. display: flex;
  30. flex-direction: column;
  31. // padding-left: 40px;
  32. }
  33. .tip_text2{
  34. line-height: 80px;
  35. color: #fff;
  36. opacity: 0.8;
  37. font-size: 28px;
  38. }