| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- $themeColor: #AAFF00;
- $grayColor: #1C1C1C;
- $tipBgColor: #2c2c2c;
- $fastColor: #00ffff;
- $sleepColor: #8961F5;
- $alertColor: #ea6c6c;
- $foodColor: #ff7b00; //#FF7A4E;
- $activityColor: #EEC01F;
- $alertFastColor: #00ffff66;
- $alertSleepColor: #8961F566;
- $boxColor: #1c1c1c;
- $ringColor: #1c1c1c;
- $blackColor: #000000;
- $whiteColor: #ffffff;
- $boxBorderRadius: 36px;
- $boxPadding: 40px;
- $historyItemMarginBottom: 16px;
- /* #ifdef weapp */
- .fast_sleep_text {
- background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
- /* #endif */
- /* #ifdef rn */
- .fast_sleep_text {
- // background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
- /* #endif */
|