system-copyright-react/src/components/card/card-proj-jump.css

20 lines
362 B
CSS
Raw Normal View History

2024-03-15 18:18:29 +08:00
.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: 5px 0 10px 0;
max-height: 36px;
line-height: 18px;
color: var(--color-note);
}