index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. page {
  2. background: #f5f5f5;
  3. }
  4. /* 顶部 */
  5. .app-header {
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. height: 114rpx;
  10. /* box-shadow: 0 0 10rpx 10rpx #eaeaea; */
  11. /* border-top: 1rpx solid #f5f5f5; */
  12. padding: 0 30rpx;
  13. box-sizing: border-box;
  14. background: #fff;
  15. }
  16. .map {
  17. display: flex;
  18. align-items: center;
  19. /* white-space: nowrap; */
  20. font-size: 28rpx;
  21. /* padding: 0 10rpx 0 20rpx; */
  22. color: #999;
  23. margin-right: 15rpx;
  24. padding-left: 26rpx;
  25. box-sizing: border-box;
  26. }
  27. .location {
  28. width: 28rpx;
  29. height: 34rpx;
  30. padding-right: 10rpx;
  31. }
  32. .location image {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .map .cityname {
  37. color: #006be7;
  38. font-size: 36rpx;
  39. max-width: 120rpx;
  40. -webkit-line-clamp: 1;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. -webkit-box-orient: vertical;
  44. white-space: nowrap;
  45. }
  46. .arrow-down {
  47. transform: rotate(90deg);
  48. margin-left: 10rpx;
  49. }
  50. .search {
  51. width: 500rpx;
  52. height: 74rpx;
  53. font-size: 28rpx;
  54. color: #aaa;
  55. padding-left: 20rpx;
  56. box-sizing: border-box;
  57. border: 4rpx solid #0177ff;
  58. border-radius: 37rpx;
  59. display: flex;
  60. align-items: center;
  61. justify-content: space-between;
  62. }
  63. .search-content {
  64. display: flex;
  65. align-items: center;
  66. justify-content: space-between;
  67. }
  68. .search .i_search {
  69. width: 29rpx;
  70. height: 29rpx;
  71. display: flex;
  72. align-items: center;
  73. }
  74. .search .i_search image {
  75. width: 100%;
  76. height: 100%;
  77. }
  78. .search-input {
  79. margin-left: 15rpx;
  80. color: #aaa;
  81. }
  82. .btn-search {
  83. height: 100%;
  84. width: 128rpx;
  85. color: #fff;
  86. font-size: 28rpx;
  87. background: #0177ff;
  88. border-radius: 34rpx;
  89. display: flex;
  90. align-items: center;
  91. justify-content: center;
  92. }
  93. /* 轮播图 */
  94. .swiper {
  95. margin-top: 20rpx;
  96. padding: 30rpx;
  97. padding-top: 20rpx;
  98. background: #fff;
  99. }
  100. .banner {
  101. width: 690rpx;
  102. height: 278rpx;
  103. background: rgba(216, 216, 216, 1);
  104. box-shadow: 0px 2rpx 12rpx 0rpx rgba(0, 46, 100, 0.3);
  105. border-radius: 20rpx;
  106. overflow: hidden;
  107. }
  108. /* .banner-item {
  109. height: 100%;
  110. width: 100%;
  111. } */
  112. .slide-image {
  113. width: 100%;
  114. height: 100%;
  115. }
  116. /* 滚动 */
  117. .marquee {
  118. height: 74rpx;
  119. font-size: 28rpx;
  120. color: #666;
  121. background: rgba(255, 255, 255, 1);
  122. padding: 0 30rpx;
  123. border-top: 2rpx solid #eee;
  124. box-sizing: border-box;
  125. display: flex;
  126. align-items: center;
  127. }
  128. .marquee .broadcast {
  129. width: 192rpx;
  130. height: 100%;
  131. color: #333;
  132. font-size: 28rpx;
  133. display: flex;
  134. align-items: center;
  135. justify-content: space-between;
  136. }
  137. .marquee .broadcast image {
  138. width: 40rpx;
  139. height: 24rpx;
  140. }
  141. .marquee .swip {
  142. width: 498rpx;
  143. height: 100%;
  144. padding-left: 20rpx;
  145. }
  146. .marquee .swip view {
  147. width: 100%;
  148. line-height: 74rpx;
  149. color: #666;
  150. font-size: 28rpx;
  151. overflow: hidden;
  152. text-overflow: ellipsis;
  153. white-space: nowrap;
  154. }
  155. /* 岗位 */
  156. .activity-box {
  157. height: 186rpx;
  158. background: #fff;
  159. margin-top: 20rpx;
  160. padding: 0 30rpx;
  161. box-sizing: border-box;
  162. display: flex;
  163. align-items: center;
  164. }
  165. .activity {
  166. width: 100%;
  167. display: flex;
  168. align-items: center;
  169. justify-content: space-between;
  170. }
  171. .activity-item {
  172. position: relative;
  173. display: flex;
  174. flex-direction: column;
  175. justify-content: center;
  176. align-items: center;
  177. width: 102rpx;
  178. font-size: 24rpx;
  179. color: #555;
  180. }
  181. .activity-item image {
  182. width: 102rpx;
  183. height: 102rpx;
  184. }
  185. .activity-item text {
  186. margin-top: 18rpx;
  187. }
  188. /* 岗位2 */
  189. .activity-box2 {
  190. height: 218rpx;
  191. background: #fff;
  192. padding: 0 30rpx;
  193. box-sizing: border-box;
  194. display: flex;
  195. align-items: center;
  196. }
  197. .activity2 {
  198. width: 100%;
  199. display: flex;
  200. align-items: center;
  201. justify-content: space-between;
  202. }
  203. .activity-item2 {
  204. flex: 1;
  205. display: flex;
  206. justify-content: center;
  207. align-items: center;
  208. }
  209. .activity-item2 image {
  210. width: 334rpx;
  211. height: 168rpx;
  212. }
  213. /* 间距 */
  214. .jianju {
  215. width: 100%;
  216. height: 16rpx;
  217. background: rgba(245, 245, 245, 1);
  218. }
  219. /* 列表 */
  220. .box-body {
  221. width: 100%;
  222. }
  223. .box_title {
  224. height: 88rpx;
  225. line-height: 88rpx;
  226. font-size: 28rpx;
  227. color: #666;
  228. background: #fff;
  229. border-top: 2rpx solid #eee;
  230. padding: 0 30rpx;
  231. margin-bottom: 20rpx;
  232. box-sizing: border-box;
  233. }
  234. .loading_no {
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. height: 60rpx;
  239. font-size: 22rpx;
  240. background-color: #f5f5f5;
  241. color: #696969;
  242. }
  243. /* 公众号组件 */
  244. .office {
  245. display: flex;
  246. position: fixed;
  247. bottom: 20rpx;
  248. width: 100%;
  249. justify-content: center;
  250. align-items: center;
  251. }
  252. .reload {
  253. width: 280rpx;
  254. height: 96rpx;
  255. color: #fff;
  256. text-align: center;
  257. line-height: 96rpx;
  258. background: #ccc;
  259. border-radius: 8rpx;
  260. margin-top: 60rpx;
  261. }
  262. .no_data {
  263. height: calc(100vh - 114rpx);
  264. display: flex;
  265. flex-direction: column;
  266. justify-content: center;
  267. align-items: center;
  268. }
  269. .no_data image {
  270. height: 320rpx;
  271. width: 506rpx;
  272. }
  273. .no_text {
  274. color: #666;
  275. font-size: 34rpx;
  276. margin-top: 60rpx;
  277. display: flex;
  278. flex-direction: column;
  279. justify-content: center;
  280. align-items: center;
  281. }
  282. .no_text .text {
  283. color: #999;
  284. font-size: 28rpx;
  285. margin-top: 16rpx;
  286. }
  287. /* 反欺诈 */
  288. .disclaimer {
  289. height: 100%;
  290. width: 100%;
  291. background: rgba(0, 0, 0, 0.6);
  292. position: fixed;
  293. left: 0;
  294. top: 0;
  295. display: flex;
  296. flex-direction: column;
  297. align-items: center;
  298. justify-content: center;
  299. }
  300. .disclaimer-image {
  301. height: 700rpx;
  302. width: 680rpx;
  303. margin-bottom: 50rpx;
  304. }
  305. .disclaimer-button-content {
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. }
  310. .disclaimer-button {
  311. height: 100rpx;
  312. width: 560rpx;
  313. color: #fff;
  314. font-size: 32rpx;
  315. background: #0177FF;
  316. border-radius: 64rpx;
  317. display: flex;
  318. align-items: center;
  319. justify-content: center;
  320. }