index.less 1.8 KB

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