更新
This commit is contained in:
@@ -32,11 +32,13 @@ const show = (event) => {
|
||||
@include pos(100%, 100%, 0px, 0px);
|
||||
background-color: rgb(223, 15, 60);
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
|
||||
.load-bg {
|
||||
@include pos(750px, 100%, 0px, 50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.load-container {
|
||||
@include pos(750px, 100%, 0px, 50%);
|
||||
transform: translateY(-50%);
|
||||
@@ -46,6 +48,7 @@ const show = (event) => {
|
||||
@include box(300px, 300px);
|
||||
@include flexCen();
|
||||
}
|
||||
|
||||
.btn {
|
||||
@include box(200px, 40px);
|
||||
line-height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user