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

32 lines
664 B
CSS
Raw Normal View History

2024-03-15 18:18:29 +08:00
.card-proj-jump {
2024-07-25 15:20:54 +08:00
width: 100%;
2024-05-10 11:33:40 +08:00
padding: 20px 25px;
box-sizing: border-box;
2024-03-15 18:18:29 +08:00
cursor: pointer;
2024-05-10 11:33:40 +08:00
background-color: #F5FEFA;
2024-05-12 07:45:51 +08:00
/* box-shadow:0px 3px 0px 0px rgba(55,215,138,0.18) ; */
2024-05-10 11:33:40 +08:00
position: relative;
2024-07-25 15:20:54 +08:00
margin-bottom: 5px;
border-radius: 5px;
2024-05-10 11:33:40 +08:00
2024-03-15 18:18:29 +08:00
}
.card-proj-jump .title {
2024-05-10 11:33:40 +08:00
font-size: 16px;
2024-03-15 18:18:29 +08:00
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
}
.card-proj-jump .desc {
2024-05-10 11:33:40 +08:00
margin-top: 18px;
/* margin: 15px 0 5px 0; */
/* max-height: 36px; */
/* line-height: 18px; */
/* color: var(--color-note); */
color: #8B919D;
font-weight: 300;
font-size: 14px;
2024-03-15 18:18:29 +08:00
}