element-plus/website/demo-styles/skeleton.scss

47 lines
591 B
SCSS
Raw Normal View History

2020-12-21 20:07:48 +08:00
.demo-block.demo-skeleton {
.el-card {
margin-bottom: 16px;
}
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
2020-12-21 20:07:48 +08:00
.time {
font-size: 13px;
color: #999;
}
.bottom {
margin-top: 13px;
line-height: 12px;
}
.button {
padding: 0;
min-height: auto;
2020-12-21 20:07:48 +08:00
}
.image {
&.multi-content {
width: 400px;
height: 267px;
2020-12-21 20:07:48 +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;
}
}