overallOperation.scss
1.9 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
92
93
94
95
96
97
98
99
100
101
.overallOperation_main {
background: #FFFFFF;
// background: red;
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;
.circle_left_show {
margin: 0 24rpx ;
height: 240rpx;
// background: red;
.deviceNum {
font-family: DINAlternate-Bold;
font-size: 40rpx;
color: #323241;
letter-spacing: 0;
font-weight: 700;
}
.deviceCont {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #323241;
letter-spacing: 0;
font-weight: 400;
}
}
.overall_data {
// width: 266rpx;
flex: 1;
padding: 24rpx;
background: #F6F6F6;
border-radius: 16rpx;
margin-top: 24rpx;
// margin: 0 12rpx;
.device_type {
font-family: PingFangSC-Medium;
font-size: 14*2rpx;
color: #323241;
letter-spacing: 0;
height: 36rpx;
line-height: 36rpx;
font-weight: 550;
margin-bottom: 28rpx;
}
.deviceMargin {
// margin: 4rpx 0;
}
.data_two {
height: 34rpx;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
.left {
font-family: PingFangSC-Regular;
font-size: 12*2rpx;
color: #666671;
letter-spacing: 0;
font-weight: 400;
}
.right {
.right_num {
font-family: PingFangSC-Regular;
font-size: 12*2rpx;
color: #00C653;
letter-spacing: 0;
font-weight: 400;
}
.right_unit {
font-family: PingFangSC-Regular;
font-size: 12*2rpx;
color: #9898A0;
letter-spacing: 0;
font-weight: 400;
}
}
}
}
.smallBox {
height: 170rpx;
}
.marginRight {
margin-right: 20rpx;
}
}