.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;
|
}
|