liuyg
2021-12-22 eb71fd6eacc6cac2e704f57c472e181cbb20990c
src/styles/entitys/text-entitys.scss
@@ -1,29 +1,42 @@
.tag-entitys-box {
    height: 28px;
    // border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    .tag-content {
        display: inline;
        height: 20px;
        line-height: 20px;
        border: #FFFFFF solid 1px;
        padding: 1px 4px 1px 4px;
        color: #FFFFFF;
        text-align: center;
        background-color: #cc0000;
        border-radius: 4px;
        box-shadow: 2px 2px 10px white;
        font-size: 0.875rem;
        // display: inline;
        // height: 20px;
        // line-height: 20px;
        // border: #FFFFFF solid 1px;
        // padding: 1px 4px 1px 4px;
        // color: #FFFFFF;
        // text-align: center;
        // background-color: #cc0000;
        // border-radius: 4px;
        // box-shadow: 2px 2px 10px white;
        font-size: 1.1rem;
        font-weight: 900;
        color: red;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 0.6px;
    }
    $imgsize: 30px;
    .tag-angle-content {
        height: 9px;
        text-align: center;
        margin: -6px 26px 0px 10px;
        // height: 9px;
        // text-align: center;
        // margin: -6px 26px 0px 10px;
        width: $imgsize;
        height: $imgsize;
        img {
            width: 100%;
            height: 100%;
        }
    }
}
.way-entitys-box {
    .way-title {
        border: white 1px solid;
        padding-left: 2px;
@@ -38,12 +51,11 @@
    .way-sign-box {
        width: 22;
        text-align: center
        text-align: center;
    }
}
.park-entitys-box {
    .park-title {
        position: relative;
        left: -8px;
@@ -54,13 +66,12 @@
    .park-sign-box {
        width: 22;
        text-align: center
        text-align: center;
    }
}
.html-layer {
    .div-icon {
        background: transparent;
    }
}
}