index.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. /* pages/search-result/search-result.wxss */
  2. page {
  3. background-color: #f5f5f5;
  4. }
  5. .box-body {
  6. width: 100%;
  7. overflow: hidden;
  8. }
  9. .box-item {
  10. display: flex;
  11. padding: 35rpx 40rpx 30rpx 40rpx;
  12. font-size: 32rpx;
  13. color: #232327;
  14. box-sizing: border-box;
  15. background-color: #fff;
  16. border-bottom: 16rpx solid #f5f5f5;
  17. }
  18. .item-hover {
  19. background: #f5f5f5;
  20. }
  21. .box-item .box-item-img {
  22. display: flex;
  23. flex: 0 0 auto;
  24. width: 150rpx;
  25. height: 150rpx;
  26. border-radius: 6rpx;
  27. background: #fff;
  28. }
  29. .box-item .box-item-info {
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: space-between;
  33. flex-grow: 1;
  34. box-sizing: border-box;
  35. overflow: hidden;
  36. }
  37. .box-item .one {
  38. display: flex;
  39. justify-content: space-between;
  40. color: #232327;
  41. flex-direction: row;
  42. }
  43. .box-item .one .left {
  44. display: flex;
  45. flex-grow: 1;
  46. align-items: center;
  47. font-size: 32rpx;
  48. font-family: SourceHanSansCN-Regular;
  49. font-weight: 400;
  50. color: rgba(35, 35, 39, 1);
  51. width: 60%;
  52. }
  53. .box-item .one .salary {
  54. font-size: 32rpx;
  55. font-family: Arial-BoldMT;
  56. font-weight: 400;
  57. color: rgba(255, 78, 37, 1);
  58. }
  59. .box-item .one .salary image {
  60. width: 18rpx;
  61. height: 24rpx;
  62. }
  63. .box-item .two {
  64. display: flex;
  65. justify-content: space-between;
  66. color: #909090;
  67. font-size: 24rpx;
  68. margin-top: 30rpx;
  69. align-items: center;
  70. }
  71. .box-item .two .limit {
  72. display: flex;
  73. flex-direction: row;
  74. flex-grow: 1;
  75. overflow: hidden;
  76. margin-right: 30rpx;
  77. width: 80%;
  78. color: #868b92;
  79. }
  80. .box-item .two .limit image {
  81. width: 18rpx;
  82. height: 18rpx;
  83. margin-right: 10rpx;
  84. }
  85. .box-item .two .limit i-tag {
  86. /* margin-left: 10rpx; */
  87. }
  88. .box-item .two .limit text {
  89. margin-left: 10rpx;
  90. }
  91. .box-item .two .limit_1 {
  92. display: flex;
  93. flex-direction: row;
  94. flex-grow: 1;
  95. overflow: hidden;
  96. width: 80%;
  97. color: #868b92;
  98. flex-wrap: wrap;
  99. }
  100. .box-item .two .limit_1 image {
  101. width: 18rpx;
  102. height: 18rpx;
  103. margin-right: 10rpx;
  104. }
  105. .box-item .two .limit_1 i-tag {
  106. /* margin-left: 10rpx; */
  107. }
  108. .box-item .two .limit_1 text {
  109. margin-left: 10rpx;
  110. }
  111. .box-item .two .time {
  112. color: #4391e1;
  113. font-size: 20rpx;
  114. border: 2rpx solid rgba(67, 145, 225, 1);
  115. border-radius: 14px;
  116. padding: 4rpx 14rpx;
  117. }
  118. .tag-class {
  119. margin-right: 8rpx;
  120. white-space: nowrap;
  121. border: none !important;
  122. background: rgba(255, 246, 229, 1) !important;
  123. border-radius: 14px !important;
  124. margin-bottom: 12rpx;
  125. color: #ff903f;
  126. font-size: 20rpx;
  127. }
  128. .tag-class1 {
  129. margin-right: 8rpx;
  130. white-space: nowrap;
  131. border: none !important;
  132. background: rgba(245, 245, 245, 1) !important;
  133. border-radius: 14px !important;
  134. margin-bottom: 12rpx;
  135. font-size: 20rpx;
  136. }
  137. .box-item .three {
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. font-size: 20rpx;
  142. margin-top: 20rpx;
  143. }
  144. .box-item .three image {
  145. width: 16rpx;
  146. height: 19rpx;
  147. }
  148. .box-item .three .area {
  149. color: #868b92;
  150. font-size: 24rpx;
  151. }
  152. .box-item .three .area .area-name {
  153. margin-left: 10rpx;
  154. color: #868b92;
  155. font-size: 24rpx;
  156. }
  157. .box-item .three .limit {
  158. display: flex;
  159. flex-grow: 1;
  160. overflow: hidden;
  161. margin-right: 10rpx;
  162. width: 80%;
  163. flex-direction: row;
  164. }
  165. .box-item .three .limit i-tag {
  166. margin-left: 10rpx;
  167. }
  168. .box-item .three .time {
  169. flex: 0 0 auto;
  170. color: #868b92;
  171. }
  172. .box-item .three .time image {
  173. width: 18rpx;
  174. height: 18rpx;
  175. }
  176. .box-item .three .time text {
  177. margin-left: 6rpx;
  178. font-size: 20rpx;
  179. }
  180. .box-item .three .fan {
  181. display: flex;
  182. flex-direction: row;
  183. color: #ff400e;
  184. font-size: 20rpx;
  185. align-items: center;
  186. }
  187. .box-item .three .fan image {
  188. width: 24rpx;
  189. height: 24rpx;
  190. margin-right: 10rpx;
  191. }
  192. .box-item .four {
  193. display: flex;
  194. justify-content: space-between;
  195. color: #909090;
  196. font-size: 22rpx;
  197. margin-top: 18rpx;
  198. align-items: center;
  199. }
  200. .box-item .four .limit {
  201. display: flex;
  202. flex-direction: row;
  203. flex-grow: 1;
  204. overflow: hidden;
  205. margin-right: 30rpx;
  206. width: 80%;
  207. color: #868b92;
  208. }
  209. .box-item .four .limit image {
  210. width: 18rpx;
  211. height: 18rpx;
  212. }
  213. .box-item .four .limit i-tag {
  214. margin-left: 10rpx;
  215. }
  216. .box-item .four .limit text {
  217. margin-left: 10rpx;
  218. }
  219. .box-item .four .time {
  220. color: #706f6f;
  221. font-size: 20rpx;
  222. }
  223. .box-item .four .commpany {
  224. font-size: 22rpx;
  225. color: #a0a4a9;
  226. }
  227. .box-item .four .area {
  228. color: #868b92;
  229. font-size: 24rpx;
  230. }
  231. .box-item .four .area image {
  232. width: 16rpx;
  233. height: 19rpx;
  234. }
  235. .box-item .four .area .area-name {
  236. margin-left: 10rpx;
  237. color: #868b92;
  238. font-size: 22rpx;
  239. }
  240. .box-item .five {
  241. border-top: 2rpx solid #ddd;
  242. display: flex;
  243. justify-content: space-between;
  244. color: #909090;
  245. font-size: 22rpx;
  246. margin-top: 30rpx;
  247. align-items: center;
  248. font-size: 20rpx;
  249. }
  250. .box-item .five .pt-member {
  251. color: #525255;
  252. margin-top: 18rpx;
  253. }
  254. .box-item .five .number {
  255. color: #ff8f01;
  256. font-weight: 700;
  257. }
  258. .box-item .five .endtime {
  259. color: #888;
  260. margin-top: 18rpx;
  261. }
  262. .loading_no {
  263. display: flex;
  264. justify-content: center;
  265. align-items: center;
  266. height: 60rpx;
  267. font-size: 22rpx;
  268. color: #696969;
  269. }
  270. /* 空白页 */
  271. .no_data {
  272. width: 100%;
  273. margin-top: 20%;
  274. display: flex;
  275. justify-content: center;
  276. align-items: center;
  277. flex-direction: column;
  278. }
  279. .white {
  280. width: 125px;
  281. height: 125px;
  282. }
  283. .no_text {
  284. color: #ccc;
  285. font-size: 32rpx;
  286. margin-top: 48rpx;
  287. }