Discovery.scss 623 B

123456789101112131415161718192021222324252627282930313233343536
  1. .food_btn1{
  2. // margin-left: 46px;
  3. // margin-right: 46px;
  4. height: 84px;
  5. border-radius: 42px;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. margin-bottom: 36px;
  10. }
  11. .duration_bg3 {
  12. margin-left: 50px;
  13. display: flex;
  14. flex-direction: column;
  15. // align-items: center;
  16. justify-content: center;
  17. flex: 1;
  18. }
  19. .duration_title2 {
  20. font-size: 32px;
  21. line-height: 32px;
  22. color: #fff;
  23. font-weight: 400;
  24. opacity: 0.6;
  25. }
  26. .duration_value2 {
  27. margin-top: 2px;
  28. font-size: 36px;
  29. line-height: 36px;
  30. font-weight: 500;
  31. margin-bottom: 8px;
  32. }