zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: #fff;
    border: none;
    color: #677788;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
 
.route-name-layer .layui-layer-content {
    background: #fff;
    border-radius: 0 0 10px 10px;
}