liuyg
2021-07-19 8edfd53f41b3f9f7c14684ea72e5e2a66476c07f
public/map/lib/layui/css/modules/layer/myskin/region-name.css
@@ -12,14 +12,18 @@
.region-name .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: #fff;
    /* background: #fff; */
    border: none;
    color: #677788;
    /* color: #677788; */
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    background-color: #004CA7 !important;
    color: #fff !important;
    /* border: 1px solid #007bc3 !important; */
    /* border-radius: 5px !important; */
}
.region-name .layui-layer-content {
    background: #fff;
    background: #004CA7;
    border-radius: 0 0 10px 10px;
}