index.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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: bold;
  57. color: rgba(30, 98, 167, 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: #706f6f;
  113. font-size: 20rpx;
  114. }
  115. .tag-class {
  116. background: #e2f4fe !important;
  117. margin-right: 6rpx;
  118. white-space: nowrap;
  119. border: none !important;
  120. background: rgba(245, 245, 245, 1) !important;
  121. border-radius: 14px !important;
  122. }
  123. .box-item .three {
  124. display: flex;
  125. justify-content: space-between;
  126. align-items: center;
  127. font-size: 20rpx;
  128. margin-top: 20rpx;
  129. }
  130. .box-item .three image {
  131. width: 16rpx;
  132. height: 19rpx;
  133. }
  134. .box-item .three .area {
  135. color: #868b92;
  136. font-size: 24rpx;
  137. }
  138. .box-item .three .area .area-name {
  139. margin-left: 10rpx;
  140. color: #868b92;
  141. font-size: 24rpx;
  142. }
  143. .box-item .three .limit {
  144. display: flex;
  145. flex-grow: 1;
  146. overflow: hidden;
  147. margin-right: 10rpx;
  148. width: 80%;
  149. flex-direction: row;
  150. }
  151. .box-item .three .limit i-tag {
  152. margin-left: 10rpx;
  153. }
  154. .box-item .three .time {
  155. flex: 0 0 auto;
  156. color: #868b92;
  157. }
  158. .box-item .three .time image {
  159. width: 18rpx;
  160. height: 18rpx;
  161. }
  162. .box-item .three .time text {
  163. margin-left: 6rpx;
  164. font-size: 20rpx;
  165. }
  166. .box-item .three .fan {
  167. display: flex;
  168. flex-direction: row;
  169. color: #ff400e;
  170. font-size: 20rpx;
  171. align-items: center;
  172. }
  173. .box-item .three .fan image {
  174. width: 24rpx;
  175. height: 24rpx;
  176. margin-right: 10rpx;
  177. }
  178. .box-item .four {
  179. display: flex;
  180. justify-content: space-between;
  181. color: #909090;
  182. font-size: 22rpx;
  183. margin-top: 18rpx;
  184. align-items: center;
  185. }
  186. .box-item .four .limit {
  187. display: flex;
  188. flex-direction: row;
  189. flex-grow: 1;
  190. overflow: hidden;
  191. margin-right: 30rpx;
  192. width: 80%;
  193. color: #868b92;
  194. }
  195. .box-item .four .limit image {
  196. width: 18rpx;
  197. height: 18rpx;
  198. }
  199. .box-item .four .limit i-tag {
  200. margin-left: 10rpx;
  201. }
  202. .box-item .four .limit text {
  203. margin-left: 10rpx;
  204. }
  205. .box-item .four .time {
  206. color: #706f6f;
  207. font-size: 20rpx;
  208. }
  209. .box-item .four .commpany {
  210. font-size: 22rpx;
  211. color: #a0a4a9;
  212. }
  213. .box-item .four .area {
  214. color: #868b92;
  215. font-size: 24rpx;
  216. }
  217. .box-item .four .area image {
  218. width: 16rpx;
  219. height: 19rpx;
  220. }
  221. .box-item .four .area .area-name {
  222. margin-left: 10rpx;
  223. color: #868b92;
  224. font-size: 22rpx;
  225. }
  226. .box-item .five {
  227. border-top: 2rpx solid #ddd;
  228. display: flex;
  229. justify-content: space-between;
  230. color: #909090;
  231. font-size: 22rpx;
  232. margin-top: 30rpx;
  233. align-items: center;
  234. font-size: 20rpx;
  235. }
  236. .box-item .five .pt-member {
  237. color: #525255;
  238. margin-top: 18rpx;
  239. }
  240. .box-item .five .number {
  241. color: #ff8f01;
  242. font-weight: 700;
  243. }
  244. .box-item .five .endtime {
  245. color: #888;
  246. margin-top: 18rpx;
  247. }
  248. .loading_no {
  249. display: flex;
  250. justify-content: center;
  251. align-items: center;
  252. height: 60rpx;
  253. font-size: 22rpx;
  254. color: #696969;
  255. }
  256. /* 空白页 */
  257. .no_data {
  258. width: 100%;
  259. margin-top: 20%;
  260. display: flex;
  261. justify-content: center;
  262. align-items: center;
  263. flex-direction: column;
  264. }
  265. .white {
  266. width: 125px;
  267. height: 125px;
  268. }
  269. .no_text {
  270. color: #ccc;
  271. font-size: 32rpx;
  272. margin-top: 48rpx;
  273. }