style.less 463 B

123456789101112131415161718192021222324252627282930313233
  1. .questionAnswerList {
  2. width: 100%;
  3. height: 100%;
  4. background: #FFFFFF;
  5. border-radius: @border-radius-base;
  6. }
  7. .applicationList {
  8. width: 100%;
  9. height: 400px;
  10. padding-top: 10px;
  11. }
  12. .card{
  13. padding: 20px;
  14. border: 1px solid @border-color;
  15. border-radius: @border-radius-base;
  16. height: 200px;
  17. overflow: auto;
  18. }
  19. .card:hover{
  20. border-color:@primary-color ;
  21. }
  22. .desc {
  23. height: 35px;
  24. overflow: auto;
  25. }
  26. .info-head {
  27. width: 100%;
  28. height: 35%;
  29. }