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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.flare {
    background: transparent;
    border-radius: 10px;
}
.flares {
    background: transparent;
    border-radius: 10px;
}
/* .flare .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: rgb(63, 184, 33);
    border: none;
    color: #677788;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
} */
 
.flare .layui-layer-content {
    background: rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
}
 
.flares .layui-layer-content {
    background: rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
}
.flares .layui-layer-content::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    /* z-index: 1111111; */
    position: relative;
    top: 8px;
    left: 95px;
    transform: rotate(45deg);
 
}