fix
This commit is contained in:
@@ -954,4 +954,24 @@ i {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.mark_loading .mark_loading_text {
|
||||
text-align: center;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.mark_loading .mark_loading_text div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.mark_loading .mark_loading_text div span {
|
||||
font-size: 1.8rem;
|
||||
margin: 0 5px;
|
||||
color: red;
|
||||
}
|
||||
.mark_loading .mark_loading_text .mark_loading_btn {
|
||||
border: 2px solid;
|
||||
display: inline-block;
|
||||
padding: 0 20px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -1042,4 +1042,25 @@ i{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
.mark_loading_text{
|
||||
text-align: center;
|
||||
font-size: 1.6rem;
|
||||
div{
|
||||
margin-top: 10px;
|
||||
span{
|
||||
font-size: 1.8rem;
|
||||
margin: 0 5px;
|
||||
color: red;
|
||||
|
||||
}
|
||||
}
|
||||
.mark_loading_btn{
|
||||
border: 2px solid;
|
||||
display: inline-block;
|
||||
padding: 0 20px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user