2024-01-17 09:37:01 +08:00
|
|
|
.knowledge {
|
2024-01-29 15:02:27 +08:00
|
|
|
padding: 24px;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
2024-01-29 15:02:27 +08:00
|
|
|
height: 100px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.content {
|
2024-01-17 09:37:01 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
2024-01-29 15:02:27 +08:00
|
|
|
.context {
|
|
|
|
|
flex: 1;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
2024-01-29 15:02:27 +08:00
|
|
|
}
|
2024-01-17 09:37:01 +08:00
|
|
|
|
2024-01-29 15:02:27 +08:00
|
|
|
.footer {
|
|
|
|
|
height: 20px;
|
2024-01-17 09:37:01 +08:00
|
|
|
|
2024-01-29 15:02:27 +08:00
|
|
|
.text {
|
|
|
|
|
margin-left: 10px;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
2024-01-29 15:02:27 +08:00
|
|
|
}
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2024-01-29 15:02:27 +08:00
|
|
|
:global {
|
|
|
|
|
.ant-card-body {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 0;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
|
|
|
|
|
2024-01-29 15:02:27 +08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2024-01-17 09:37:01 +08:00
|
|
|
|
2024-01-29 15:02:27 +08:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|