fix
This commit is contained in:
@@ -988,13 +988,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 .mark_loading_text {
|
||||
@@ -1011,7 +1012,14 @@ i {
|
||||
margin: 0 5px;
|
||||
color: red;
|
||||
}
|
||||
.mark_loading .mark_loading_btn {
|
||||
.mark_loading .mark_loading_title {
|
||||
font-size: 3rem;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.mark_loading .mark_loading_btn,
|
||||
.mark_loading .mark_loading_btn2 {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
border: 2px solid;
|
||||
@@ -1023,4 +1031,10 @@ i {
|
||||
background: #39215b;
|
||||
color: #fff;
|
||||
border: none;
|
||||
margin: 0 2rem;
|
||||
}
|
||||
.mark_loading .mark_loading_btn2 {
|
||||
border: 2px solid #000;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user