system-copyright-react/src/components/card/card-proj-jump.css
2024-04-12 18:18:14 +08:00

20 lines
362 B
CSS

.card-proj-jump {
width: 224px;
padding: 10px 15px;
cursor: pointer;
}
.card-proj-jump .title {
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
}
.card-proj-jump .desc {
margin: 15px 0 5px 0;
max-height: 36px;
line-height: 18px;
color: var(--color-note);
}