RecordsHistory.scss 809 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .no_records_bg {
  2. position: absolute;
  3. left: 0;
  4. top: 100;
  5. right: 0;
  6. height: 60vh;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. }
  11. .no_records {
  12. color: #fff;
  13. font-size: 72px;
  14. }
  15. .fast_sleep_item_bg {
  16. display: flex;
  17. flex-direction: column;
  18. }
  19. .filter_bar {
  20. display: flex;
  21. flex-direction: row;
  22. align-items: center;
  23. margin-left: 46px;
  24. margin-bottom: 20px;
  25. margin-top: -10px;
  26. }
  27. .filter_bar_item{
  28. padding-bottom: 10px;
  29. padding-top: 10px;
  30. }
  31. .filter_item_normal {
  32. margin-right: 40px;
  33. color: #fff;
  34. opacity: 0.4;
  35. font-size: 32px;
  36. line-height: 32px;
  37. font-weight: bold;
  38. }
  39. .filter_item_sel {
  40. margin-right: 40px;
  41. font-size: 32px;
  42. line-height: 32px;
  43. font-weight: bold;
  44. color: #fff;
  45. }