liuyg
2021-12-31 e40ee62d3e9b71ffe3432d32a53a00c4097b5708
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
$imgsize: 25px;
 
.mobiletag-entitys-box {
    // 手机地图点  勿删
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    .tag-content {
        font-size: 1.1rem;
        font-weight: 900;
        color: red;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 0.6px;
    }
    .tag-angle-content {
        width: $imgsize;
        height: $imgsize;
        img {
            width: 100%;
            height: 100%;
        }
    }
}
.mobiletag-entitys-box-pink {
    // 手机地图点  勿删  粉色
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    .tag-content {
        font-size: 1.1rem;
        font-weight: 900;
        color: #fe77fe;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 0.6px;
    }
    .tag-angle-content {
        width: $imgsize;
        height: $imgsize;
        img {
            width: 100%;
            height: 100%;
        }
    }
}
.tag-entitys-box {
    height: 28px;
 
    .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;
    }
 
    .tag-angle-content {
        height: 9px;
        text-align: center;
        margin: -6px 26px 0px 10px;
    }
}
.way-entitys-box {
    .way-title {
        border: white 1px solid;
        padding-left: 2px;
        font-size: 12px;
        background: #0066ff;
        width: 12px;
        line-height: 13px;
        padding: 2px 1px 2px 1px;
        color: white;
        font-size: 0.875rem;
    }
 
    .way-sign-box {
        width: 22;
        text-align: center;
    }
}
 
.park-entitys-box {
    .park-title {
        position: relative;
        left: -8px;
        background-color: #ccff00;
        margin-bottom: 2px;
        white-space: nowrap;
    }
 
    .park-sign-box {
        width: 22;
        text-align: center;
    }
}
 
.html-layer {
    .div-icon {
        background: transparent;
    }
}