基于廊坊系统为基础,国防科技大学系统演示Demo
surprise
2024-04-28 c310c155e3e91e6b285b3fb3519a3ef7c6690d66
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.other-class{
    border-radius: 5px;
    background-color:rgba(0, 0, 0, 0.5)!important;
    border: 1px solid rgba(32,160,255,.6)!important;
}
.other-class .layui-layer-title{
    background: #777;
    font-weight: bold;
    color: #fff;
}
.other-class .layui-layer-content{
    background: rgba(0, 0, 0, 0);
}
.layui-layer-setwin .layui-layer-close1{
    background-position: -95px -130px;
}