| 1234567891011121314151617181920212223242526272829 |
- @import '@/utils/common.scss';
- .day_night_status {
- height: 36px;
- line-height: 36px;
- border-radius: 18px;
- font-size: 20px;
- display: flex;
- // align-items: center;
- // justify-content: center;
- padding-left: 16px;
- padding-right: 16px;
- margin-left: 6px;
- font-weight: bold;
- letter-spacing: 0;
- }
- /* #ifdef weapp */
- .day_night_status_mixed {
- background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- }
- /* #endif */
- /* #ifdef rn */
- /* #endif */
|