style: catalog item style

This commit is contained in:
jialin
2025-01-03 20:51:22 +08:00
parent 39fff0e57d
commit 81d96fe3a9
4 changed files with 168 additions and 26 deletions
+16 -5
View File
@@ -1,8 +1,8 @@
.catalog-item {
height: 146px;
height: 160px;
overflow: hidden;
display: flex;
padding: 12px 14px;
padding: 16px 20px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
@@ -49,7 +49,7 @@
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-bottom: 10px;
margin-bottom: 16px;
.name {
flex: 1;
@@ -61,13 +61,24 @@
color: var(--ant-color-text-secondary);
width: 100%;
overflow: hidden;
margin-bottom: 16px;
}
.item-footer {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
gap: 8px;
justify-content: flex-start;
align-items: flex-start;
}
.dot {
width: 4px;
height: 4px;
border-radius: 50%;
background-color: var(--ant-color-text-tertiary);
margin-right: 8px;
}
.tags {