基于北京SDK的方案预演功能
surprise
2024-05-07 087510aa88b0a6b6b5c648907e9dd52394621d47
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
.layui-layer {
  background: rgba(35, 47, 42, 0.7) !important;
  color: white;
 
}
 
.layui-layer-title {
  background: rgba(35, 47, 42, 0.7) !important;
  border-bottom: 1px solid #30bcff !important;
  color: white !important;
}
 
.layui-layer-setwin {
  color: white !important;
  display: none;
}
 
.layui-layer-ico {
  color: white !important;
}
 
.layui-layer-page .layui-layer-content {
  padding: 10px !important;
  font-size: 12px !important;
}
 
.layui-layer-page .layui-layer-content th {
  padding: 10px !important;
  font-size: 12px !important;
  border: 1px solid white;
  font-family: microsoft yahei;
}