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}