优化弹窗以及补全游戏记录图片

This commit is contained in:
Dragon
2023-09-27 18:39:49 +08:00
parent 7e88a45f1f
commit 5aa2a460f7
3 changed files with 8 additions and 8 deletions

View File

@@ -742,7 +742,7 @@ h3 b {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
@@ -806,7 +806,7 @@ h3 b {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
@@ -985,7 +985,7 @@ h3 b {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
z-index: 9;
width: 100%;
height: 1.33333rem;
background: url(../images/mineBg.png) no-repeat;
@@ -1045,7 +1045,7 @@ h3 b {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);

View File

@@ -751,7 +751,7 @@ h3 {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba($color: #000000, $alpha: 0.4);
@@ -819,7 +819,7 @@ h3 {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba($color: #000000, $alpha: 0.6);
@@ -1011,7 +1011,7 @@ h3 {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
z-index: 9;
width: 100%;
height: px2rem(100);
// background-color: rgba($color: #000000, $alpha: .8);
@@ -1075,7 +1075,7 @@ h3 {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 9;
width: 100vw;
height: 100vh;
background-color: rgba($color: #000000, $alpha: 0.6);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB