吉安感知网项目-前端
罗广辉
2026-02-04 fb547939fc989c3eeed86adfb5564e865e49ce94
applications/mobile-web-view/src/styles/mapEdit.scss
@@ -1,58 +1 @@
.create-wayline-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    height: 70px;
    .create-wayline-menu {
        background: url('../assets/images/mapEdit/newcon_box.png') no-repeat center / 100% 100%;
        margin: 15px;
        div {
            color: #fff;
            width: 90px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
            &:hover {
                background-color: rgba(0, 0, 0, 0.3);
            }
        }
    }
}
.planar-polygon-edit-tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    .planar-polygon-edit-menu {
        padding: 4px 0px;
        transform: translate(24px, 10px);
        background: url('../assets/images/mapEdit/newcon_box.png') no-repeat center / 100% 100%;
        border-radius: 4px;
        div {
            color: #fff;
            width: 90px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
            &:hover {
                background-color: rgba(0, 0, 0, 0.3);
            }
        }
    }
}