子项样式修改
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user