子项样式修改
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,29 +18,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 宫格链接(与首页宫格导航样式一致)
|
.grid-item {
|
||||||
.grid-wrapper {
|
display: flex;
|
||||||
margin: 16px 32px 20px;
|
margin-bottom: 10px;
|
||||||
background: rgb(255 255 255);
|
padding: 14px 0;
|
||||||
border-radius: 20px;
|
border-bottom: 1px solid #ddd;
|
||||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
|
|
||||||
padding: 28px 28px 30px;
|
|
||||||
|
|
||||||
.grid-item {
|
|
||||||
display: flex;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
padding: 14px 0;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid-item-title {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid-item-image {
|
|
||||||
margin-right: 30px;
|
|
||||||
width: 100px;
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid-item-title {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-item-image {
|
||||||
|
margin-right: 30px;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user