1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| .flare {
| 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;
| }
|
|