智慧农业大数据平台
xiebin
2022-11-16 3dc278f10a4c3e3db7ce3a445bed710bdc88916e
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
.public-equirment-station-details {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 648px;
  height: 401px;
  background-color: transparent;
  z-index: 99;
  font-size: 16px;
  box-shadow: inset 0px 3px 20px 1px #5BC3D1;
  opacity: 1;
  border: 1px solid #69E2ED;
  background: rgba(20, 66, 104, 0.8);
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
 
.public-equirment-station-details .header {
  position: relative;
  width: 270px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #58BFCD;
  line-height: 20px;
  margin: 20px auto;
}
 
.public-equirment-station-details .header div {
  text-align: center;
}
 
.public-equirment-station-details .header .close {
  position: absolute;
  top: -20px;
  right: -260px;
  cursor: pointer;
}
 
.public-equirment-station-details .content {
  height: 330px;
}
 
.public-equirment-station-details .content .publicStaBox {
  overflow: scroll;
  height: 330px;
}
 
.public-equirment-station-details .content .itemTitle {
  box-sizing: border-box;
  width: 607px;
  height: 70px;
  background: #0D1E34;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-left: 17px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 1px solid transparent;
}
 
.public-equirment-station-details .content .itemTitle img {
  float: left;
  width: 30px;
  height: 30px;
}
 
.public-equirment-station-details .content .itemTitle .type {
  float: left;
  margin-left: 20px;
  width: 150px;
}
 
.public-equirment-station-details .content .itemTitle .type h1 {
  font-size: 16px;
  color: #58BFCD;
  margin-bottom: 4px;
}
 
.public-equirment-station-details .content .itemTitle .type span {
  font-size: 13px;
  color: #FFFFFF;
  opacity: 0.5;
}
 
.public-equirment-station-details .content .itemTitle .data {
  float: left;
  margin-left: 158px;
  width: 80px;
  height: 34px;
  font-size: 34px;
  font-family: DS-Digital-Italic, DS-Digital;
  font-weight: normal;
  color: #58BFCD;
  line-height: 32px;
}
 
.public-equirment-station-details .content .itemTitle .openMenuIcon {
  margin-left: 90px;
  margin-top: 4px;
  cursor: pointer;
}
 
.public-equirment-station-details .content .EchartsBox_div {
  width: 607px;
  height: 210px;
  background: #0D1E34;
  margin-left: 17px;
  margin-top: -11px;
  margin-bottom: 10px;
}