master
eason 6 years ago
parent 212f9411d7
commit 6c1497b81e

@ -10,6 +10,11 @@
z-index: -1;
overflow-y: auto;
background-size:100% 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
}
.head-bar{
@ -131,4 +136,16 @@
.order-info{
padding:50px 10px;
}
}
.hf-gateway-background .modal {
background-color: rgba(0,0,0,.3);
}
.hf-gateway-background .modal-dialog {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
Loading…
Cancel
Save