index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. /**index.wxss**/
  2. page {
  3. background: #f5f5f5;
  4. }
  5. .container {
  6. position: relative;
  7. top: 0;
  8. transition: all 500ms ease 0ms;
  9. -moz-transition: all 500ms ease 0ms;
  10. -webkit-transition: all 500ms ease 0ms;
  11. -o-transition: all 500ms ease 0ms;
  12. }
  13. /* 头部条件筛选 */
  14. .block {
  15. width: 100%;
  16. }
  17. .block-title {
  18. width: 100%;
  19. color: #31364c;
  20. font-size: 38rpx;
  21. padding: 15rpx;
  22. background: #fff;
  23. box-sizing: border-box;
  24. border-top: 1rpx solid #f7f7f7;
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. }
  29. .block-title image {
  30. height: 53rpx;
  31. width: 53rpx;
  32. }
  33. swiper {
  34. width: 750rpx;
  35. height: 333rpx;
  36. background: #fff;
  37. }
  38. swiper-item {
  39. width: 750rpx;
  40. height: 333rpx;
  41. }
  42. swiper-item image {
  43. width: 750rpx;
  44. height: 333rpx;
  45. }
  46. .swiper .wx-swiper-dot {
  47. transform: scale(0.8);
  48. }
  49. .swiper .wx-swiper-dot-active {
  50. transform: scale(1.2);
  51. }
  52. .choose-area {
  53. width: 750rpx;
  54. height: 118rpx;
  55. background: #fff;
  56. padding: 0 30rpx;
  57. box-sizing: border-box;
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-between;
  61. }
  62. .condition {
  63. display: flex;
  64. align-items: center;
  65. justify-content: space-between;
  66. }
  67. .condition-content {
  68. flex: 1;
  69. text-align: center;
  70. overflow: hidden;
  71. text-overflow: ellipsis;
  72. white-space: nowrap;
  73. }
  74. .condition view {
  75. width: 178rpx;
  76. height: 58rpx;
  77. color: #535768;
  78. font-size: 28rpx;
  79. padding: 0 15rpx;
  80. box-sizing: border-box;
  81. border-radius: 10rpx;
  82. background: #f5f5f5;
  83. display: flex;
  84. align-items: center;
  85. justify-content: center;
  86. }
  87. .condition view image {
  88. height: 9rpx;
  89. width: 16rpx;
  90. margin-left: 10rpx;
  91. }
  92. .industry-list {
  93. width: 100%;
  94. background: #fff;
  95. display: flex;
  96. flex-wrap: wrap;
  97. padding-bottom: 15rpx;
  98. position: absolute;
  99. }
  100. .industry-list-item {
  101. width: 218rpx;
  102. font-size: 28rpx;
  103. text-align: center;
  104. padding: 15rpx 0;
  105. box-sizing: border-box;
  106. color: #888a8e;
  107. background: #f8f8f8;
  108. border-radius: 10rpx;
  109. margin-left: 24rpx;
  110. margin-top: 15rpx;
  111. }
  112. .condition-list-item-action {
  113. color: #31364c;
  114. background: #eaebee;
  115. }
  116. .color {
  117. color: #3243bd;
  118. }
  119. .price-list {
  120. width: 100%;
  121. display: flex;
  122. flex-direction: column;
  123. padding: 15rpx 0;
  124. background: #fff;
  125. position: absolute;
  126. }
  127. .price-list-item {
  128. height: 98rpx;
  129. color: #535768;
  130. font-size: 28rpx;
  131. line-height: 98rpx;
  132. padding: 0 30rpx;
  133. box-sizing: border-box;
  134. }
  135. /* 需求列表 */
  136. .list {
  137. margin-top: 25rpx;
  138. }
  139. .list-item {
  140. width: 750rpx;
  141. height: 258rpx;
  142. display: flex;
  143. flex-direction: column;
  144. justify-content: space-around;
  145. padding: 30rpx;
  146. box-sizing: border-box;
  147. background: #fff;
  148. margin-bottom: 15rpx;
  149. }
  150. .top, .midden {
  151. display: flex;
  152. align-items: center;
  153. justify-content: space-between;
  154. }
  155. .name {
  156. color: #31364c;
  157. font-size: 34rpx;
  158. overflow: hidden;
  159. text-overflow: ellipsis;
  160. white-space: nowrap;
  161. }
  162. .payment {
  163. color: #3243bd;
  164. font-size: 34rpx;
  165. flex-basis: 265rpx;
  166. text-align: right;
  167. }
  168. .company {
  169. color: #31364c;
  170. font-size: 28rpx;
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. white-space: nowrap;
  174. }
  175. .time {
  176. font-size: 24rpx;
  177. color: #888a8e;
  178. flex-basis: 365rpx;
  179. text-align: right;
  180. }
  181. .bottom {
  182. display: flex;
  183. align-items: center;
  184. flex-wrap: wrap;
  185. }
  186. .bottom-item {
  187. height: 48rpx;
  188. color: #535768;
  189. font-size: 24rpx;
  190. padding: 0 15rpx;
  191. border-radius: 10rpx;
  192. background: #f5f5f5;
  193. display: flex;
  194. align-items: center;
  195. margin-right: 15rpx;
  196. }
  197. .bottom-item image {
  198. height: 22rpx;
  199. width: 18rpx;
  200. margin-right: 15rpx;
  201. }
  202. /* 蒙层 */
  203. .cover {
  204. height: 100%;
  205. width: 100%;
  206. position: fixed;
  207. left: 750rpx;
  208. top: 0;
  209. z-index: 3;
  210. background: #fff;
  211. box-sizing: border-box;
  212. }
  213. .offline, .loading, .list-length {
  214. height: calc(100vh - 628rpx);
  215. color: #cdcfd3;
  216. font-size: 28rpx;
  217. display: flex;
  218. justify-content: center;
  219. align-items: center;
  220. margin-top: 118rpx;
  221. }
  222. .offline-content {
  223. display: flex;
  224. justify-content: center;
  225. align-items: center;
  226. flex-direction: column;
  227. /* margin-top: 156rpx; */
  228. }
  229. .offline-content image {
  230. height: 74rpx;
  231. width: 84rpx;
  232. margin-bottom: 45rpx;
  233. }
  234. .offline-btn {
  235. width: 220rpx;
  236. height: 88rpx;
  237. text-align: center;
  238. line-height: 88rpx;
  239. font-size: 34rpx;
  240. color: #fff;
  241. border-radius: 10rpx;
  242. background: #cdcfd3;
  243. margin-top: 193rpx;
  244. }
  245. .transition {
  246. top: -413rpx;
  247. }
  248. .choose-area-content.nofixed {
  249. position: relative;
  250. }
  251. .choose-area-content.fixed {
  252. position: fixed;
  253. top: 0;
  254. left: 0;
  255. }
  256. .margin {
  257. margin-top: 142rpx;
  258. }