style.less 618 B

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