| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .no_records_bg {
- position: absolute;
- left: 0;
- top: 100;
- right: 0;
- height: 60vh;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .no_records {
- color: #fff;
- font-size: 72px;
- }
- .fast_sleep_item_bg {
- display: flex;
- flex-direction: column;
- }
- .filter_bar {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 46px;
- margin-bottom: 20px;
- margin-top: -10px;
- }
- .filter_bar_item{
- padding-bottom: 10px;
- padding-top: 10px;
- }
- .filter_item_normal {
- margin-right: 40px;
- color: #fff;
- opacity: 0.4;
- font-size: 32px;
- line-height: 32px;
- font-weight: bold;
- }
- .filter_item_sel {
- margin-right: 40px;
- font-size: 32px;
- line-height: 32px;
- font-weight: bold;
- color: #fff;
- }
|