index.module.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. .wrap {
  2. // margin-top: 20px;
  3. padding: 0 2px 0 0;
  4. display: flex;
  5. flex-direction: row;
  6. align-items: center;
  7. justify-content: space-between;
  8. .wrapLeft {
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. .hotIcon {
  13. width: 24px;
  14. height: 24px;
  15. margin-right: 6px;
  16. }
  17. .tagWrap {
  18. display: flex;
  19. flex-direction: row;
  20. }
  21. h5 {
  22. font-size: 18px;
  23. font-weight: 400;
  24. color: #000000;
  25. line-height: 25px;
  26. }
  27. }
  28. .wrapRight {
  29. display: flex;
  30. flex-direction: row;
  31. cursor: pointer;
  32. font-size: 16px;
  33. align-items: center;
  34. span {
  35. color: #666;
  36. }
  37. .arrow {
  38. width: 16px;
  39. height: 16px;
  40. margin-left: 4px;
  41. }
  42. }
  43. .searchWrap {
  44. width: 90px;
  45. height: 36px;
  46. cursor: pointer;
  47. display: flex;
  48. flex-direction: row;
  49. align-items: center;
  50. justify-content: center;
  51. border-radius: 18px;
  52. background-color: #2dc7aa;
  53. // border: 1px solid #e5e5e5;
  54. // padding: 0 8px;
  55. span {
  56. color: #fff;
  57. line-height: 24px;
  58. font-size: 16px;
  59. }
  60. .search {
  61. width: 16px;
  62. height: 16px;
  63. margin-left: 8px;
  64. }
  65. &:hover {
  66. background-color: #fff;
  67. box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1000);
  68. span {
  69. color: #2dc7aa;
  70. }
  71. }
  72. }
  73. }
  74. .searchDetail {
  75. .searchResult {
  76. // height: 58px;
  77. line-height: 24px;
  78. display: flex;
  79. flex-direction: row;
  80. align-items: center;
  81. margin-bottom: 18px;
  82. .resultTitle {
  83. // padding: 0 20px 0 14px;
  84. width: 80px;
  85. display: flex;
  86. flex-direction: row;
  87. align-items: center;
  88. color: #999;
  89. font-size: 16px;
  90. // img {
  91. // width: 14px;
  92. // height: 14px;
  93. // margin-left: 4px;
  94. // }
  95. }
  96. .tagList {
  97. width: 931px;
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. }
  102. .searchResultRight {
  103. display: flex;
  104. flex-direction: row;
  105. // align-items: center;
  106. .clearBtn {
  107. margin-left: 8px;
  108. line-height: 24px;
  109. height: 24px;
  110. cursor: pointer;
  111. display: flex;
  112. flex-direction: row;
  113. align-items: center;
  114. border-radius: 2px;
  115. border: 1px solid #e5e5e5;
  116. padding: 0 8px;
  117. span {
  118. color: #666 !important;
  119. line-height: 24px;
  120. font-size: 13px;
  121. }
  122. .clearIcon {
  123. width: 14px;
  124. height: 14px;
  125. margin-left: 6px;
  126. }
  127. }
  128. }
  129. }
  130. .searchChioseWrap {
  131. background-color: #fff;
  132. border-radius: 8px;
  133. padding: 20px 20px 5px;
  134. .chioseLineWrap {
  135. // border-bottom: 1px solid #ededed;
  136. .chioseRow {
  137. display: flex;
  138. flex-direction: row;
  139. align-items: center;
  140. margin-bottom: 30px;
  141. p {
  142. line-height: 48px;
  143. width: 112px;
  144. text-align: center;
  145. margin-right: 5px;
  146. }
  147. .chioseTagWrap {
  148. flex: 1;
  149. &::before {
  150. position: absolute;
  151. content: '';
  152. width: 1px;
  153. height: 100%;
  154. // height: calc(100% - 14px);
  155. background: #ededed;
  156. left: 0;
  157. }
  158. position: relative;
  159. padding-left: 20px;
  160. /deep/.el-tag {
  161. margin-bottom: 14px;
  162. }
  163. }
  164. .tags {
  165. // height: 24px;
  166. background: #e0f7f3;
  167. line-height: 24px;
  168. display: inline-block;
  169. margin-right: 40px;
  170. color: #2dc7aa;
  171. padding: 2px 11px;
  172. border-radius: 6px;
  173. font-size: 15px;
  174. }
  175. .tagText {
  176. margin-right: 40px;
  177. display: inline-block;
  178. line-height: 24px;
  179. font-size: 15px;
  180. color: #666;
  181. cursor: pointer;
  182. }
  183. }
  184. }
  185. }
  186. .submitBtn {
  187. width: 194px;
  188. height: 42px;
  189. background: #2dc7aa;
  190. border-radius: 23px;
  191. text-align: center;
  192. line-height: 42px;
  193. margin: 18px auto 0;
  194. color: #fff;
  195. cursor: pointer;
  196. }
  197. }
  198. :global {
  199. .el-tag--Light,
  200. .el-tag--light {
  201. border: 1px solid #2dc7aa;
  202. font-size: 14px;
  203. font-family: PingFangSC-Medium, PingFang SC;
  204. font-weight: 500;
  205. color: #2dc7aa;
  206. line-height: 20px;
  207. border-radius: 6px;
  208. }
  209. .chioseTagWrap {
  210. .el-tag {
  211. margin-bottom: 14px;
  212. margin-right: 12px;
  213. cursor: pointer;
  214. &:last-child {
  215. margin-right: 0 !important;
  216. }
  217. }
  218. }
  219. .chioseTag {
  220. margin-right: 14px;
  221. }
  222. }