mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(loading): 添加加载拦截 #4
This commit is contained in:
12
src/assets/css/utils.css
Normal file
12
src/assets/css/utils.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 顶部加载条 */
|
||||
.loading-bar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
/* card action 内的按钮 */
|
||||
.card-btn {
|
||||
background: #455167 !important;
|
||||
color: #faf7e8 !important;
|
||||
}
|
||||
2
src/assets/index.css
Normal file
2
src/assets/index.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "css/utils.css";
|
||||
@import "fonts/index.css";
|
||||
Reference in New Issue
Block a user