TimelineFastSleep.scss 506 B

12345678910111213141516171819202122232425262728293031323334
  1. .box{
  2. margin-left: 32px;
  3. margin-right: 32px;
  4. background: #1C1C1C;
  5. border-radius: 56px;
  6. display: flex;
  7. flex-direction: column;
  8. height: 1000px;
  9. }
  10. .header{
  11. margin-top: 40px;
  12. display: flex;
  13. flex-direction: row;
  14. }
  15. .item{
  16. display: flex;
  17. flex: 1;
  18. align-items: center;
  19. justify-content: center;
  20. }
  21. .duration{
  22. font-size: 48px;
  23. margin-bottom: 40px;
  24. text-align: center;
  25. }
  26. .tz_note_desc{
  27. opacity: 0.4;
  28. color: #FA5151;
  29. font-size: 24px;
  30. }