南昌市物联网技防平台-前端
shuishen
2021-04-24 4439f33538d980db4a9f0db44a867d8b3cc2a31b
public/map/widgets/securityMap/SecurityMap.css
@@ -1,10 +1,10 @@
.mapBtn {
    background-color: #ffffff;
    width: 14vh;
    width: 20.4vh;
    height: 4vh;
    position: relative;
    top: 3vh;
    right: -45vh;
    right: -22vh;
    border-radius: 5px;
}
@@ -22,6 +22,10 @@
    letter-spacing: 1.5px;
}
.editBtn {
    float: left;
}
.mapBtn img {
    position: relative;
    left: 1.2vh;
@@ -32,3 +36,33 @@
    color: #3385FF;
    cursor: pointer;
}
.insBtn:hover {
    cursor: pointer;
    color: #3385FF;
}
.editBtn:hover {
    cursor: pointer;
}
.delBtn:hover {
    cursor: pointer;
}
.tips {
    width: 120px;
    height: 26px;
    background-color: #ffffff;
    position: absolute;
    display: none;
    border-radius: 4px;
    border: 1px solid #3385FF;
}
.tips span {
    line-height: 26px;
    font-size: 10px;
    position: absolute;
    left: 7px;
}