This commit is contained in:
X1627315083
2024-02-29 17:16:51 +08:00
parent 7af7bde3f3
commit aa5f2e4208
12 changed files with 1016 additions and 468 deletions

View File

@@ -1057,13 +1057,14 @@ i{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.4);
left: 0;
top: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
flex-direction: column;
.mark_loading_text{
text-align: center;
@@ -1082,7 +1083,14 @@ i{
}
}
.mark_loading_btn{
.mark_loading_title{
font-size: 3rem;
text-decoration: underline;
cursor: pointer;
margin-bottom: 2rem;
// color: #fff;
}
.mark_loading_btn,.mark_loading_btn2{
// border: #000;
// color: #fff;
margin-top: 10px;
@@ -1096,5 +1104,11 @@ i{
background: #39215b;
color: #fff;
border: none;
margin: 0 2rem;
}
.mark_loading_btn2{
border: 2px solid #000;
background: rgba(0,0,0,0);
color: #fff;
}
}