skeleton.scss 591 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .demo-block.demo-skeleton {
  2. .el-card {
  3. margin-bottom: 16px;
  4. }
  5. .card-header {
  6. display: flex;
  7. justify-content: space-between;
  8. align-items: center;
  9. }
  10. .time {
  11. font-size: 13px;
  12. color: #999;
  13. }
  14. .bottom {
  15. margin-top: 13px;
  16. line-height: 12px;
  17. }
  18. .button {
  19. padding: 0;
  20. min-height: auto;
  21. }
  22. .image {
  23. &.multi-content {
  24. width: 400px;
  25. height: 267px;
  26. }
  27. width: 100%;
  28. display: block;
  29. }
  30. .clearfix:before,
  31. .clearfix:after {
  32. display: table;
  33. content: '';
  34. }
  35. .clearfix:after {
  36. clear: both;
  37. }
  38. }