style: 增加loading遮罩的透明度

This commit is contained in:
chenjinsong
2022-07-05 10:16:40 +08:00
parent 57c8acbc57
commit fba81a2ec9
2 changed files with 2 additions and 3 deletions

View File

@@ -389,9 +389,8 @@
width: 100%;
left: 0;
top: 0;
background-color: #fefefe;
background-color: rgba(255, 255, 255, .2);
z-index: 1;
opacity: .8;
img {
position: absolute;