ningshuxia
2025-03-27 afbafeecc1325bff849a17fb63b9b2b65b48ddf1
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
html, body, .wrap, .col-main {
    height: 100%;
}
 
 
 
 
 
.float-cmd {
    position: absolute;
    
    top: 10px;
    z-index: 10 !important;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background-color: rgba(17,17,17,0.88);
    cursor: pointer;
}
 
 
 
.tooltipWrap:after, .tooltipWrap:before {
    content: "";
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
}
 
.tooltipWrap:before {
    left: -8px;
    border-left: 10px solid transparent;
    border-top: 11px solid white;
    border-right: 10px solid transparent;
}
 
.tooltipWrap:after {
    left: -4px;
    border-left: 6px solid transparent;
    border-top: 7px solid rgba(0,0,0,.6);
    border-right: 6px solid transparent;
}
 
 
.pointType {
    width: 12px;
    height: 12px;
    background-color: #18eb20;
    border-radius: 50%;
    display: inline-grid;
    float: right;
}
 
 
.groupItemName {
    display: inline-block;
    padding-top: 5px;
}
.groupItemValue {
    background-color: #41b9ee;
    width: 42px;
    display: inline-block;
    padding-right: 2px;
    text-align: right;
    cursor: pointer;
}
.groupItemUnit {
    padding-left: 4px;
    display: inline-block;
}
    .leadTips {display: flex; justify-content: start; width: auto; transform: translateY(-40px)}
    .leadTips img {display: inline-block; width: 49px; height: 40px}
    .leadText {display: block; background: #4a90e2; color: #fff; padding: 1px}