南昌市物联网技防平台-前端
shuishen
2021-03-12 37a63edd31e61d337ec9ef1f0f2a17ac6e8db1b2
public/map/lib/layui/css/modules/layer/myskin/route-name-layer.css
@@ -1,20 +1,25 @@
/*
 * @Author: Morpheus
 * @Date: 2021-03-12 11:52:39
 * @Last Modified by:   Morpheus
 * @Last Modified time: 2021-03-12 11:52:39
 */
.route-name-layer {
    background: transparent;
    border-radius: 10px;
}
.route-name-layer .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: rgba(12, 25, 49, 0.8);
    background: #fff;
    border: none;
    color: #fff;
    color: #677788;
    font-size: 20px;
}
.route-name-layer .layui-layer-setwin .layui-layer-close1 {
    background-position: -80px -40px;
    border-radius: 10px 10px 0 0;
}
.route-name-layer .layui-layer-content {
    background: rgba(12, 25, 49, 0.8);
    background: #fff;
    border-radius: 0 0 10px 10px;
}