后台管理系统优化
This commit is contained in:
@@ -24,20 +24,20 @@ const goHome = () => {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
background-color: #f0f2f5;
|
||||
background-color: var(--ls-bg);
|
||||
|
||||
.content {
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
font-size: 120px;
|
||||
color: #409eff;
|
||||
color: var(--ls-accent-orange);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 24px;
|
||||
color: #666;
|
||||
color: rgba(226, 232, 240, 0.75);
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user