index.wxss 5.7 KB

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