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

@@ -1,4 +1,4 @@
var BASE_CONFIG = { var BASE_CONFIG = {
baseUrl: 'http://192.168.44.53:8090/', baseUrl: 'http://192.168.44.54:8090/',
version: '2.0.2021.05.11.19.43' version: '2.0.2021.05.11.19.43'
} }

View File

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