zhongrj
2023-06-27 d74b495736f0c04522ec54274b70fed0ded2878d
public/map/lib/layui/css/modules/layer/myskin/FlareClusterLayer.css
New file
@@ -0,0 +1,40 @@
.flare {
    background: transparent;
    border-radius: 10px;
}
.flares {
    background: transparent;
    border-radius: 10px;
}
/* .flare .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: rgb(63, 184, 33);
    border: none;
    color: #677788;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
} */
.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);
}