index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "utf-8";
  2. #question-search {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1140px !important;
  7. position: relative;
  8. }
  9. .search-layout {
  10. background: #DDE2E9FF;
  11. padding: 62px 0;
  12. text-align: center;
  13. .search-wrapper {
  14. display: inline-block;
  15. position: relative;
  16. .search-tip-wrapper {
  17. position: absolute;
  18. top: 56px;
  19. width: 780px;
  20. max-height: 200px;
  21. overflow-y: auto;
  22. background: rgba(255, 255, 255, 1);
  23. box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.08);
  24. border: 1px solid rgba(185, 185, 185, 1);
  25. z-index: 1;
  26. >div {
  27. line-height: 40px;
  28. height: 40px;
  29. padding: 0 10px;
  30. text-align: left;
  31. }
  32. >div:hover {
  33. background: #f2f2f2;
  34. }
  35. .all-del {
  36. height: 30px;
  37. line-height: 30px;
  38. background: #F9F9F9FF;
  39. text-align: right;
  40. }
  41. .all-del:hover {
  42. background: #F9F9F9FF;
  43. }
  44. }
  45. input {
  46. width: 780px;
  47. line-height: 18px;
  48. padding: 18px 20px;
  49. font-size: 16px;
  50. color: #686872FF;
  51. border-left: 1px solid #B9B9B9FF;
  52. border-top: 1px solid #B9B9B9FF;
  53. border-bottom: 1px solid #B9B9B9FF;
  54. }
  55. input:focus {
  56. border-color: #4292F0;
  57. }
  58. .button {
  59. line-height: 20px;
  60. padding: 18px 20px;
  61. font-size: 16px;
  62. vertical-align: top;
  63. }
  64. }
  65. }
  66. .filter-layout {
  67. padding-top: 30px;
  68. background: #fff;
  69. }
  70. .result-layout {
  71. padding-top: 40px;
  72. background: #fff;
  73. }
  74. .search-item {
  75. margin-bottom: 20px;
  76. background: #FAFAFAFF;
  77. .search-item-head {
  78. padding: 15px 20px;
  79. line-height: 20px;
  80. height: 50px;
  81. border-bottom: 1px solid #eee;
  82. a:hover {
  83. color: #4292F0 !important;
  84. }
  85. a:visited {
  86. color: #4292F0 !important;
  87. }
  88. }
  89. .search-content {
  90. span {
  91. color: #1890ff !important;
  92. }
  93. }
  94. }
  95. }