| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- @import '@/utils/common.scss';
- .time_operate_item1{
- // padding-top: 40px;
- // padding-bottom: 40px;
- // margin-left: 46px;
- // margin-right: 46px;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: $boxColor;
- border-radius: $boxBorderRadius;
- // padding-left: 40px;
- // padding-right: 40px;
- // margin-bottom: 16px;
- }
- .modalTitle1{
- font-size: 40px;
- line-height: 40px;
- }
- .segment_detail{
- width: 578px;
- }
- /* #ifdef weapp */
- .top_tag_bg {
- position: absolute;
- right: -10px;
- top: -24px;
- }
- /* #endif */
- /* #ifdef rn */
- .top_tag_bg {
- //top 12 right 20
- position: absolute;
- // right: -30px;
- // top: -46px;
- top:-22px;
- right: 10px;
- }
- /* #endif */
- .fast_sleep_item {
- // display: 'flex',position:'relative', flex-: 'row', alignItems: 'center'
- display: flex;
- position: relative;
- flex-direction: row;
- align-items: center;
- width: 578px;
- // padding-top: 20px;
- // padding-bottom: 20px;
- }
- .duration_bg2 {
- margin-left: 50px;
- display: flex;
- flex-direction: column;
- // align-items: center;
- justify-content: center;
- flex: 1;
- }
- .duration_title2 {
- font-size: 32px;
- line-height: 32px;
- color: #fff;
- font-weight: 400;
- opacity: 0.6;
- }
- .duration_value2 {
- margin-top: 2px;
- font-size: 36px;
- line-height: 36px;
- font-weight: 500;
- margin-bottom: 8px;
- }
- .arrow2 {
- width: 40px;
- height: 40px;
- opacity: 0.4;
- }
- .recordTime {
- font-size: 28px;
- line-height: 28px;
- height: 28px;
- color: #ffffff;
- opacity: 0.4;
- font-weight: 400;
- }
- .record_arrow_bg {
- position: absolute;
- right: -10px;
- bottom: -16px;
- display: flex;
- flex-direction: row;
- align-items: center;
- height: 40px;
- width: 400px;
- }
|