智慧农业大数据平台
1
guanqb
2022-07-21 f9812ca20f1a34809057fdcd8564f7c495fc9693
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
@charset "UTF-8";
.emit-el-date-picker input {
  background: #003555;
  border-color: #849EAE;
  color: rgba(255, 255, 255, 0.6);
}
 
.el-icon-my-sy {
  background: url("/img/icon/1016.png") center no-repeat;
  /* background-size: cover;*/
}
 
.el-icon-my-sy:before {
  content: "替";
  font-size: 18px;
  visibility: hidden;
}
 
.el-icon-my-sb {
  background: url("/img/icon/3666.png") center no-repeat;
  /* background-size: cover;*/
}
 
.el-icon-my-sb:before {
  content: "替";
  font-size: 24px;
  visibility: hidden;
}
 
.dialog-fixed {
  margin: 0 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
 
.equipment-plot-select .el-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.equipment-plot-select .el-input .el-input__suffix {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.equipment-plot-select input {
  color: white;
  font-size: 28px !important;
  font-weight: bold;
  background: transparent !important;
  border: none !important;
}
 
.manage-select {
  background-color: #05243e !important;
}
 
.manage-option {
  background-color: #05243e !important;
  color: #a5cacc;
}