topic.css 536 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .widget-topic {
  2. position: relative;
  3. height: 170px;
  4. overflow: hidden;
  5. border: 1px solid #ddd;
  6. margin-bottom: 14px;
  7. }
  8. .widget-topic h2 {
  9. margin: 12px;
  10. font-size: 16px;
  11. }
  12. .widget-topic p {
  13. margin: 12px;
  14. height: 75px;
  15. overflow: hidden;
  16. font-size: 13px;
  17. }
  18. .topic-list {
  19. margin-left: -7px;
  20. margin-right: -7px;
  21. }
  22. .widget-topic-action {
  23. position: absolute;
  24. bottom: 0;
  25. width: 100%;
  26. padding: 8px 12px;
  27. background-color: #f6f6f6;
  28. }
  29. .widget-topic .h4 a{color:#333;}