overallOperation.wxss
1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.overallOperation_main {
background: #FFFFFF;
border-radius: 20rpx;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
margin: 54rpx 24rpx 20rpx;
max-height: 900rpx;
padding-bottom: 20rpx;
}
.overallOperation_main .circle_left_show {
margin: 0 24rpx;
height: 240rpx;
}
.overallOperation_main .circle_left_show .deviceNum {
font-family: DINAlternate-Bold;
font-size: 40rpx;
color: #323241;
letter-spacing: 0;
font-weight: 700;
}
.overallOperation_main .circle_left_show .deviceCont {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #323241;
letter-spacing: 0;
font-weight: 400;
}
.overallOperation_main .overall_data {
flex: 1;
padding: 24rpx;
background: #F6F6F6;
border-radius: 16rpx;
margin-top: 24rpx;
}
.overallOperation_main .overall_data .device_type {
font-family: PingFangSC-Medium;
font-size: 28rpx;
color: #323241;
letter-spacing: 0;
height: 36rpx;
line-height: 36rpx;
font-weight: 550;
margin-bottom: 28rpx;
}
.overallOperation_main .overall_data .data_two {
height: 34rpx;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.overallOperation_main .overall_data .data_two .left {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #666671;
letter-spacing: 0;
font-weight: 400;
}
.overallOperation_main .overall_data .data_two .right .right_num {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #00C653;
letter-spacing: 0;
font-weight: 400;
}
.overallOperation_main .overall_data .data_two .right .right_unit {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #9898A0;
letter-spacing: 0;
font-weight: 400;
}
.overallOperation_main .smallBox {
height: 170rpx;
}
.overallOperation_main .marginRight {
margin-right: 20rpx;
}