card.scss 357 B

123456789101112131415161718192021222324252627282930313233
  1. .demo-block.demo-card {
  2. .text {
  3. font-size: 14px;
  4. }
  5. .time {
  6. font-size: 13px;
  7. color: #999;
  8. }
  9. .bottom {
  10. margin-top: 13px;
  11. line-height: 12px;
  12. }
  13. .item {
  14. margin-bottom: 18px;
  15. }
  16. .button {
  17. padding: 0;
  18. float: right;
  19. }
  20. .image {
  21. width: 100%;
  22. display: block;
  23. }
  24. .box-card {
  25. width: 480px;
  26. }
  27. }