吉安感知网项目-前端
罗广辉
2026-01-26 beb95fb5fc166804056abafd70fc01ac27de7621
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
.custom-leaflet-popup {
    margin: 0 !important;
    top: -19px !important;
    bottom: 0 !important;
 
    .leaflet-popup-content-wrapper {
        background: transparent;
        box-shadow: none;
 
        .leaflet-popup-content {
            margin: 0;
 
            .marker-popup {
                &>div {
                    margin-top: 10px;
                    width: 103px;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    color: #191919;
                    font-size: 14px;
                    background: #fff;
                    border-radius: 20px;
                }
 
                &>div:first-child {
                    margin-top: 0;
                }
            }
        }
    }
 
    .leaflet-popup-tip-container {
        display: none;
    }
}
 
.ztzf-drone-custom-icon {
    .content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
 
        img {
            width: 24px;
            height: 24px;
        }
 
        span {
            position: absolute;
            top: -20px;
 
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            text-shadow: 0px 1px 2px #1B2740;
            white-space: nowrap;
            text-stroke: 0.2px #1B2740;
            -webkit-text-stroke: 0.2px #1B2740;
        }
    }
}
 
.ztzf-address-custom-icon {
    .content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
 
        img {
            width: 20px;
            height: 24px;
        }
 
        span {
            position: absolute;
            top: -20px;
 
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            text-shadow: 0px 1px 2px #1B2740;
            white-space: nowrap;
            text-stroke: 0.2px #1B2740;
            -webkit-text-stroke: 0.2px #1B2740;
        }
    }
 
    .address-marker {
        span {
            text-shadow: 0px 1px 2px #003CBC;
            text-stroke: 0.2px #003CBC;
            -webkit-text-stroke: 0.2px #003CBC;
        }
    }
}