调淡加载层

This commit is contained in:
Dragon
2023-11-03 14:56:07 +08:00
parent 53b47fb2e6
commit 24f838efb6
2 changed files with 7 additions and 0 deletions

View File

@@ -547,3 +547,7 @@ body {
height: 47.41333rem;
display: block;
}
.layui-m-layershade {
background-color: rgba(0, 0, 0, 0.3) !important;
}

View File

@@ -556,4 +556,7 @@ body {
}
}
}
}
.layui-m-layershade{
background-color: rgba(0,0,0,.3) !important;
}