shuishen
2022-01-13 05e12ffc0cd7ca5cc0469cc7b69f9a524d722d1c
src/styles/entitys/text-entitys.scss
@@ -69,6 +69,27 @@
        margin: -6px 26px 0px 10px;
    }
}
.point-entitys-box {
    width: 72px;
    height: 64px;
    .point-logo {
        height: 40px;
        text-align: center;
        img {
            height: 40px;
        }
    }
    .point-title {
        font-weight: 700;
        text-align: center;
        color: red;
        line-height: 24px;
    }
}
.way-entitys-box {
    .way-title {
        border: white 1px solid;
@@ -108,3 +129,8 @@
        background: transparent;
    }
}
.scene-entitys-box,
.monitor-entitys-box {
    height: 40px;
}