12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .demo-block.demo-skeleton {
- .el-card {
- margin-bottom: 16px;
- }
- .card-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .time {
- font-size: 13px;
- color: #999;
- }
- .bottom {
- margin-top: 13px;
- line-height: 12px;
- }
- .button {
- padding: 0;
- min-height: auto;
- }
- .image {
- &.multi-content {
- width: 400px;
- height: 267px;
- }
- width: 100%;
- display: block;
- }
- .clearfix:before,
- .clearfix:after {
- display: table;
- content: '';
- }
- .clearfix:after {
- clear: both;
- }
- }
|