This commit is contained in:
2024-04-22 20:52:01 +08:00
parent 27715461db
commit 1e4a29272c
3 changed files with 14 additions and 14 deletions

View File

@@ -247,7 +247,7 @@ uni-button{
align-items: center;
font-size: 12px;
line-height: 13px;
height: 65px;
height: 40px;
color: #fff;
background-color: rgba(194, 86, 62, 0.2);
padding: 0 5px;
@@ -416,7 +416,7 @@ uni-button{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
z-index: 2010;
z-index: 100;
}
.pop-wraper {
position: fixed;
@@ -426,7 +426,7 @@ uni-button{
height: 80%;
padding: 1% 2%;
background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat;
z-index: 2017;
z-index: 102;
transition: all .4s;
}
.pop-wraper_1 {