2020-12-21 20:07:48 +08:00
|
|
|
.demo-block.demo-skeleton {
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-card {
|
2020-12-21 20:07:48 +08:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2021-02-01 14:48:26 +08:00
|
|
|
.card-header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2020-12-21 20:07:48 +08:00
|
|
|
.time {
|
|
|
|
font-size: 13px;
|
2021-08-26 09:57:56 +08:00
|
|
|
color: var(--el-text-color-secondary);
|
2020-12-21 20:07:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
margin-top: 13px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
padding: 0;
|
2021-02-01 14:48:26 +08:00
|
|
|
min-height: auto;
|
2020-12-21 20:07:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
&.multi-content {
|
|
|
|
width: 400px;
|
2021-02-01 14:48:26 +08:00
|
|
|
height: 267px;
|
2020-12-21 20:07:48 +08:00
|
|
|
}
|
2021-02-01 14:48:26 +08:00
|
|
|
|
2020-12-21 20:07:48 +08:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
display: table;
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
}
|