图片资源列表初步

This commit is contained in:
禺狨
2023-03-08 16:37:50 +08:00
parent b12fb1d7a9
commit 23907ab4ee
4 changed files with 243 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
.categoryItem {
width: 100%;
height: 50px;
line-height: 50px;
float: left;
cursor: pointer;
display: flex;
align-items: center;
&.active {
background-color: red;
color: white;
}
}
.categoryTitle {
width: 100%;
height: 30px;
line-height: 30px;
display: flex;
}