修改背景 颜色 #fff 为 FAFAFA

This commit is contained in:
张成
2025-11-08 21:52:14 +08:00
parent 56000a9333
commit 83f83b13a7
11 changed files with 19 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
background: #ffffff;
background: #FAFAFA;
// 分类标签区

View File

@@ -6,7 +6,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
background: #FFFFFF;
background: #FAFAFA;
// 顶部导航栏
.navbar {