💄 修改预加载界面
This commit is contained in:
parent
9b2131dd00
commit
4f9cf60671
@ -44,7 +44,7 @@ function useLoading() {
|
|||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: #fff;
|
background: #5F3BB0;
|
||||||
animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
|
animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
|
||||||
}
|
}
|
||||||
.app-loading-wrap {
|
.app-loading-wrap {
|
||||||
@ -56,7 +56,7 @@ function useLoading() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #282c34;
|
background: #ffffff;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user