statistic.css
2.06 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
@font-face {
font-family: 'DINPro-Medium'; /*字体名称*/
src: url('../../css/ttf/DINPro-Medium.ttf'); /*字体源文件*/
}
.title-font {
color: #FFFFFF;
}
.statistic-title {
background-color: #FFFFFF;
height: 2.6rem;
}
.title-sign {
width:3px;
height:12px;
background:rgba(91,127,248,1);
border-radius:3px;
}
.device-name {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
line-height:15px;
margin-top: 1rem;
}
.statistic-history-panel {
margin-left: 15px;
margin-right: 15px;
}
.statistic-history-title {
margin-top: 14.5px;
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.chart-panel {
margin-top: 15px;
height: 285.5px;
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
}
.wrap{
overflow: hidden;
height: 40px;
}
.cont{
height: 60px;
overflow-x: auto;
overflow-y:hidden ;
position: relative;
}
.state {
left: 0px;
top: 0px;
position: absolute;
height: 60px;
overflow-x: auto;
white-space: nowrap;
display: flex;
}
.ati{
display: inline-block;
float: left;
font-size: 14px;
text-decoration: none;
color: #999;
padding: 1px 20px;
}
.btn-panel {
margin-top: 15px;
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
min-height: 100px;
}
.info-inside-panel {
padding-left: 15px;
padding-right: 14.5px;
}
.padding-top-21 {
padding-top: 21px;
}
.measure-obj {
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
line-height:15px;
margin-top: 0.4rem;
}
.margin-top-21 {
margin-top: 21px;
}
.panel-line {
height:1px;
background:rgba(240,245,255,1)
}
.alarm-area {
width:1.5rem;
height:1.5rem;
background:rgba(255,242,240,1);
border-radius:50%;
/*margin-top: 0.1rem;*/
text-align: center;
font-size:16px;
font-family:DINPro-Medium;
font-weight:500;
color:rgba(242,97,97,1);
line-height: 1.5rem;
}