南昌市物联网技防平台-前端
liuyg
2021-04-24 fc9b2dd35b7a10998112f74f705c1d1494fc401e
public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css
@@ -2,7 +2,10 @@
    background: transparent;
    border-radius: 10px;
}
.flares {
    background: transparent;
    border-radius: 10px;
}
/* .flare .layui-layer-title {
    padding: 0 80px;
    text-align: center;
@@ -16,4 +19,22 @@
.flare .layui-layer-content {
    background: rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
}
.flares .layui-layer-content {
    background: rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
}
.flares .layui-layer-content::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    /* z-index: 1111111; */
    position: relative;
    top: 8px;
    left: 95px;
    transform: rotate(45deg);
}