deviceData.wxss
1.73 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
.deviceData_main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 44rpx 24rpx 16rpx;
}
.deviceData_main .device_item {
flex: 1;
min-width: 270rpx;
border-radius: 16rpx;
padding: 24rpx 24rpx 30rpx;
margin-bottom: 24rpx;
}
.deviceData_main .device_item .device_type {
display: flex;
justify-content: space-between;
}
.deviceData_main .device_item .device_type .device_name {
font-family: PingFangSC-Medium;
font-size: 28rpx;
color: #323241;
letter-spacing: 0;
height: 56rpx;
line-height: 56rpx;
font-weight: 550;
}
.deviceData_main .device_item .device_type .image_box {
width: 56rpx;
height: 56rpx;
}
.deviceData_main .device_item .deviceMargin {
margin: 30rpx 0 16rpx;
}
.deviceData_main .device_item .data_two {
height: 34rpx;
line-height: 34rpx;
display: flex;
justify-content: space-between;
}
.deviceData_main .device_item .data_two .left {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #666671;
letter-spacing: 0;
font-weight: 400;
}
.deviceData_main .device_item .data_two .right .right_num {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #00C653;
letter-spacing: 0;
font-weight: 400;
}
.deviceData_main .device_item .data_two .right .right_unit {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #9898A0;
letter-spacing: 0;
font-weight: 400;
}
.deviceData_main .marginRight {
margin-right: 20rpx;
}
.deviceData_main .deviceOne {
background-image: linear-gradient(267deg, #EDFAF7 0%, #D6F4EC 100%);
}
.deviceData_main .deviceTwo {
background-image: linear-gradient(-90deg, #EEF7F9 0%, #D3EAF4 100%);
}
.deviceData_main .deviceThree {
background-image: linear-gradient(-90deg, #E8ECF9 0%, #D2DFFA 100%);
}