/*
|
* @Author: Morpheus
|
* @Date: 2021-03-12 11:52:36
|
* @Last Modified by: Morpheus
|
* @Last Modified time: 2021-03-12 11:52:36
|
*/
|
.routename-and-peoplename {
|
background: transparent;
|
border-radius: 10px;
|
}
|
|
.routename-and-peoplename .layui-layer-title {
|
padding: 0 80px;
|
text-align: center;
|
background: #fff;
|
border: none;
|
color: #677788;
|
font-size: 20px;
|
border-radius: 10px 10px 0 0;
|
}
|
|
.routename-and-peoplename .layui-layer-content {
|
background: #fff;
|
border-radius: 0 0 10px 10px;
|
}
|