| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- @import url('./WorkoutStopWatch.scss');
- .result_detail_text {
- color: #fff;
- font-size: 48px;
- line-height: 48px;
- font-weight: bold;
- margin-left: 46px;
- margin-top: 24px;
- line-height: 72px;
- }
- .result_type {
- margin-left: 46px;
- margin-top: 20px;
- color: #fff;
- opacity: 0.4;
- font-weight: bold;
- font-size: 32px;
- line-height: 32px;
- }
- .result_group_text {
- font-weight: bold;
- color: #fff;
- font-size: 40px;
- line-height: 40px;
- margin-top: 34px;
- margin-left: 46px;
- }
- .result_summary_title {
- margin-top: 28px;
- color: #fff;
- font-size: 32px;
- line-height: 32px;
- font-weight: bold;
- opacity: 0.8;
- margin-bottom: 10px;
- }
- .result_summary_total {
- font-size: 48px;
- line-height: 48px;
- font-weight: bold;
- }
- .result_count {
- margin-top: 14px;
- color: #fff;
- opacity: 0.4;
- font-size: 32px;
- line-height: 32px;
- font-weight: bold;
- margin-left: 46px;
- margin-bottom: 18px;
- }
- .result_item {
- margin-left: 46px;
- margin-right: 46px;
- margin-bottom: 28px;
- background-color: #1c1c1c;
- border-radius: 26px;
- padding-left: 40px;
- padding-right: 40px;
- padding-top: 28px;
- padding-bottom: 28px;
- display: flex;
- flex-direction: column;
- color: #fff;
- position: relative;
- }
- .result_item_rest {
- background-color: #121212;
- }
- .workout_result_value {
- font-weight: bold;
- font-size: 72px;
- line-height: 72px;
- margin-top: 40px;
- }
- .result_time {
- position: absolute;
- right: 32px;
- bottom: 28px;
- color: #fff;
- opacity: 0.4;
- }
- .result_del {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 120px;
- color: #FA5151;
- text-align: center;
- }
- .resule_del_relative {
- width: 100%;
- margin-top: 100px;
- margin-bottom: 100px;
- color: #FA5151;
- text-align: center;
- }
- .result_summary_time {
- font-size: 36px;
- line-height: 36px;
- font-weight: bold;
- margin-bottom: 12px;
- }
- .result_summary_desc {
- color: #fff;
- opacity: 0.4;
- font-size: 20px;
- line-height: 20px;
- }
|