子项样式修改

This commit is contained in:
liu
2026-08-11 10:56:49 +08:00
parent 075136efb1
commit f86e9dee75
+4 -12
View File
@@ -1,9 +1,9 @@
.category { .category {
min-height: 100vh; min-height: 100vh;
background: #f7f8fa; background: #fff;
padding-top: 16px; padding: 30px;
// 加载 / 空状态 // 加载
.category-state { .category-state {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -18,14 +18,6 @@
} }
} }
// 宫格链接(与首页宫格导航样式一致)
.grid-wrapper {
margin: 16px 32px 20px;
background: rgb(255 255 255);
border-radius: 20px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
padding: 28px 28px 30px;
.grid-item { .grid-item {
display: flex; display: flex;
margin-bottom: 10px; margin-bottom: 10px;
@@ -42,5 +34,5 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
}
} }