调淡加载层

This commit is contained in:
Dragon
2023-11-03 14:56:07 +08:00
parent f6503b1abf
commit a158346bc8
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

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