基于北京SDK的方案预演功能
suerprisePlus
2024-06-13 28de79b44655118b1deffb5c9a8b06ec2904905b
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;
}