智慧农业大数据平台
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
.emit-el-date-picker {
    input {
        background: #003555;
        border-color: #849EAE;
        color: rgba(255, 255, 255, 0.6);
    }
}
 
// icon图标
.el-icon-my-sy {
    background: url('../../public/img/icon/1016.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}
 
.el-icon-my-sy:before {
    content: "替";
    font-size: 18px;
    visibility: hidden;
}
 
.el-icon-my-sb {
    background: url('../../public/img/icon/3666.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}
 
.el-icon-my-sb:before {
    content: "替";
    font-size: 24px;
    visibility: hidden;
}
 
.el-icon-my-nc-menu {
    background: url('../../public/img/icon/nc-menu.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}
 
.el-icon-my-nc-menu:before {
    content: "替";
    font-size: 24px;
    visibility: hidden;
}
 
.el-icon-my-jksb-menu {
    background: url('../../public/img/icon/jksb-menu.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}
 
.el-icon-my-jksb-menu:before {
    content: "替";
    font-size: 24px;
    visibility: hidden;
}
 
.el-icon-my-jcsb-menu {
    background: url('../../public/img/icon/jcsb-menu.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}
 
.el-icon-my-jcsb-menu: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;
 
        .el-input__suffix {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
 
    input {
        color: rgba(255, 255, 255, 1);
        font-size: 28px !important;
        font-weight: bold;
        background: transparent !important;
        border: none !important;
    }
}