1
13693261870
2022-09-16 762f2fb45db004618ba099aa3c0bd89dba1eb843
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
26
27
28
29
30
.layui-layer-title{
    background: rgba(24, 41, 69, 0);
    color: white!important;
    
}
.layui-layer  ,.layui-layer-iframe,.layui-layer-border{
    background: rgba(17, 38, 71, 0.8)!important;
 
}
 
.layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: white !important;
    cursor: pointer;
    _overflow: hidden;
}
.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer;
    background-color: white;
}
.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px;
    background-color: white;
}