﻿.dialog-box {
    /*background: rgba(255, 255, 255, 0.3);*/
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.b-row {
    min-height: 20px;
    min-width: 100px;
    max-width: 258px;
    padding: 5px 10px;
}

.b-arrow {
    position: absolute;
    width: 0;
    height: 0;
    /*border-top: 10px solid rgba(255, 255, 255, 0.3);*/
    /*border-bottom: 10px solid transparent;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
/*透明层*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background: #06C9FF;
    color: #fff;
}