| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- @import '@/utils/common.scss';
- .year{
- margin-left: 46px;
- margin-top: 16px;
- height: 80px;
- line-height: 80px;
- opacity: 0.8;
- font-size: 48px;
- color: #fff;
- font-weight: 500;
- }
- .operate_view{
- margin-left: 86px;
- margin-top: 20px;
- display: flex;
- flex-direction: row;
- color: #FFA200;
- font-size: 24px;
- }
- .operate_day{
- margin-left: 46px;
- margin-top: 16px;
- height: 32px;
- line-height: 32px;
- color: #fff;
- opacity: 0.4;
- }
- .operate_item1{
- height: 136px;
- margin-left: 46px;
- margin-right: 46px;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: #1C1C1C;
- border-radius: $boxBorderRadius;
- padding-left: 40px;
- padding-right: 40px;
- margin-top: 16px;
- }
- .status_bg{
- width: 80px;
- height: 80px;
- border-radius: 50%;
- background-color: rgba($color: #ffffff, $alpha: 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .status_text{
- font-size: 30px;
- font-weight: 500;
- color: #fff;
- }
- .value{
- font-size: 48px;
- // margin-left: 24px;
- color: #fff;
- font-weight: 500;
- }
- .unit{
- color: #fff;
- margin-top: 8px;
- font-size: 32px;
- font-weight: 500;
- }
- .time{
- font-size: 28px;
- color: rgba($color: #ffffff, $alpha: 0.5);
- font-weight: 400;
- }
|