Authored by
张丽霞
分享领券模板
...
|
...
|
@@ -220,7 +220,7 @@ |
|
|
overflow: hidden;
|
|
|
background-color: #000;
|
|
|
opacity: 0.4;
|
|
|
position: absolute;
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 1;
|
...
|
...
|
@@ -276,7 +276,7 @@ |
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: #9d1a15;
|
|
|
position: absolute;
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 3;
|
...
|
...
|
|