Result.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. @import url('./WorkoutStopWatch.scss');
  2. .result_detail_text {
  3. color: #fff;
  4. font-size: 48px;
  5. line-height: 48px;
  6. font-weight: bold;
  7. margin-left: 46px;
  8. margin-top: 24px;
  9. line-height: 72px;
  10. }
  11. .result_type {
  12. margin-left: 46px;
  13. margin-top: 20px;
  14. color: #fff;
  15. opacity: 0.4;
  16. font-weight: bold;
  17. font-size: 32px;
  18. line-height: 32px;
  19. }
  20. .result_group_text {
  21. font-weight: bold;
  22. color: #fff;
  23. font-size: 40px;
  24. line-height: 40px;
  25. margin-top: 34px;
  26. margin-left: 46px;
  27. }
  28. .result_summary_title {
  29. margin-top: 28px;
  30. color: #fff;
  31. font-size: 32px;
  32. line-height: 32px;
  33. font-weight: bold;
  34. opacity: 0.8;
  35. margin-bottom: 10px;
  36. }
  37. .result_summary_total {
  38. font-size: 48px;
  39. line-height: 48px;
  40. font-weight: bold;
  41. }
  42. .result_count {
  43. margin-top: 14px;
  44. color: #fff;
  45. opacity: 0.4;
  46. font-size: 32px;
  47. line-height: 32px;
  48. font-weight: bold;
  49. margin-left: 46px;
  50. margin-bottom: 18px;
  51. }
  52. .result_item {
  53. margin-left: 46px;
  54. margin-right: 46px;
  55. margin-bottom: 28px;
  56. background-color: #1c1c1c;
  57. border-radius: 26px;
  58. padding-left: 40px;
  59. padding-right: 40px;
  60. padding-top: 28px;
  61. padding-bottom: 28px;
  62. display: flex;
  63. flex-direction: column;
  64. color: #fff;
  65. position: relative;
  66. }
  67. .result_item_rest {
  68. background-color: #121212;
  69. }
  70. .workout_result_value {
  71. font-weight: bold;
  72. font-size: 72px;
  73. line-height: 72px;
  74. margin-top: 40px;
  75. }
  76. .result_time {
  77. position: absolute;
  78. right: 32px;
  79. bottom: 28px;
  80. color: #fff;
  81. opacity: 0.4;
  82. }
  83. .result_del {
  84. position: absolute;
  85. left: 0;
  86. right: 0;
  87. bottom: 120px;
  88. color: #FA5151;
  89. text-align: center;
  90. }
  91. .resule_del_relative {
  92. width: 100%;
  93. margin-top: 100px;
  94. margin-bottom: 100px;
  95. color: #FA5151;
  96. text-align: center;
  97. }
  98. .result_summary_time {
  99. font-size: 36px;
  100. line-height: 36px;
  101. font-weight: bold;
  102. margin-bottom: 12px;
  103. }
  104. .result_summary_desc {
  105. color: #fff;
  106. opacity: 0.4;
  107. font-size: 20px;
  108. line-height: 20px;
  109. }