南昌市物联网技防平台-前端
liuyg
2021-05-09 4f11d6a54ade61ba7daf8ba856014d2f8994badf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.realtime-view-video {
    background: transparent;
    border-radius: 10px;
}
.realtime-view-video .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: #fff;
    border: none;
    color: #677788;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
 
.realtime-view-video .layui-layer-content {
    background: #fff;
    border-radius: 0 0 10px 10px;
}