正在显示
28 个修改的文件
包含
1909 行增加
和
18 行删除
1 | { | 1 | { |
2 | "pages":[ | 2 | "pages":[ |
3 | + "pages/positionDetails/positionDetails", | ||
4 | + "pages/regSuccess/regSuccess", | ||
3 | "pages/inviteFriends/inviteFriends", | 5 | "pages/inviteFriends/inviteFriends", |
4 | "pages/recommend/recommend", | 6 | "pages/recommend/recommend", |
5 | "pages/financialRecord/financialRecord", | 7 | "pages/financialRecord/financialRecord", |
img/arrowsB.png
0 → 100644
434 字节
img/arrowsR.png
0 → 100644
400 字节
img/back_big.png
0 → 100644
98.5 KB
img/icon.png
0 → 100644
14.9 KB
img/logo.png
0 → 100644
12.3 KB
@@ -365,5 +365,87 @@ | @@ -365,5 +365,87 @@ | ||
365 | 365 | ||
366 | </view> | 366 | </view> |
367 | 367 | ||
368 | + <!-- 简历遮盖层 --> | ||
369 | + <view class='mask2' style='display:none'> | ||
370 | + <view class='mask2_mid'> | ||
371 | + <!-- 关闭 --> | ||
372 | + <view class='mask2_close'> | ||
373 | + <image src='../../img/aicon_47@2x.png'></image> | ||
374 | + </view> | ||
375 | + <view class='mask2_mid_top'> | ||
376 | + <view class='mask2_mid_top_big'>我的简历</view> | ||
377 | + <view class='mask2_mid_top_small'>亲,您需要完善您的简历,才能报名哦!</view> | ||
378 | + </view> | ||
379 | + <!-- 下划线 --> | ||
380 | + <view class='mask2_mid_underline'></view> | ||
381 | + <!-- 真实姓名 --> | ||
382 | + <view class='mask2_item'> | ||
383 | + <view class='mask2_item_left'>真实姓名</view> | ||
384 | + <view class='mask2_item_right'>张林</view> | ||
385 | + </view> | ||
386 | + <!-- 性别 --> | ||
387 | + <view class='mask2_item'> | ||
388 | + <view class='mask2_item_left'>性别</view> | ||
389 | + <view class='mask2_item_select'> | ||
390 | + <view class='mask2_select_left color_select'>男</view> | ||
391 | + <view class='mask2_select_right'>女</view> | ||
392 | + </view> | ||
393 | + </view> | ||
394 | + <!-- 手机号 --> | ||
395 | + <view class='mask2_item'> | ||
396 | + <view class='mask2_item_left'>手机号</view> | ||
397 | + <view class='mask2_item_right'>15578862868</view> | ||
398 | + </view> | ||
399 | + <!-- 出生日期 --> | ||
400 | + <view class='mask2_item birth'> | ||
401 | + <view class='mask2_item_left'>出生日期</view> | ||
402 | + <view class='mask2_item_date'> | ||
403 | + <view class='mask2_item_date_text'>2019-03-16</view> | ||
404 | + <view class='mask2_item_date_icon'> | ||
405 | + <image src='../../img/right.png'></image> | ||
406 | + </view> | ||
407 | + </view> | ||
408 | + </view> | ||
409 | + <!-- 家乡 --> | ||
410 | + <view class='mask2_item'> | ||
411 | + <view class='mask2_item_left'>家乡</view> | ||
412 | + <input placeholder='请输入您的家乡'></input> | ||
413 | + </view> | ||
414 | + <!-- 最高学历 --> | ||
415 | + <view class='mask2_item birth'> | ||
416 | + <view class='mask2_item_left'>出生日期</view> | ||
417 | + <view class='mask2_item_date'> | ||
418 | + <view class='mask2_item_date_text'>高中</view> | ||
419 | + <view class='mask2_item_date_icon'> | ||
420 | + <image src='../../img/right.png'></image> | ||
421 | + </view> | ||
422 | + </view> | ||
423 | + </view> | ||
424 | + <!-- 工作年限 --> | ||
425 | + <view class='mask2_item birth'> | ||
426 | + <view class='mask2_item_left'>工作年限</view> | ||
427 | + <view class='mask2_item_date'> | ||
428 | + <view class='mask2_item_date_text'>10年以上</view> | ||
429 | + <view class='mask2_item_date_icon'> | ||
430 | + <image src='../../img/right.png'></image> | ||
431 | + </view> | ||
432 | + </view> | ||
433 | + </view> | ||
434 | + <!-- 是否在职 --> | ||
435 | + <view class='mask2_item'> | ||
436 | + <view class='mask2_item_left'>是否在职</view> | ||
437 | + <view class='mask2_item_select'> | ||
438 | + <view class='mask2_select_left color_select'>在职</view> | ||
439 | + <view class='mask2_select_right'>离职</view> | ||
440 | + </view> | ||
441 | + </view> | ||
442 | + | ||
443 | + <!-- 完成按钮 --> | ||
444 | + <view class='bottom'> | ||
445 | + 完成 | ||
446 | + </view> | ||
447 | + | ||
448 | + </view> | ||
449 | + </view> | ||
368 | 450 | ||
369 | </view> | 451 | </view> |
@@ -9,7 +9,7 @@ page{ | @@ -9,7 +9,7 @@ page{ | ||
9 | flex-flow: column; | 9 | flex-flow: column; |
10 | } | 10 | } |
11 | .top{ | 11 | .top{ |
12 | - width: 100%; | 12 | + /* width: 100%; */ |
13 | display: flex; | 13 | display: flex; |
14 | background: #fff; | 14 | background: #fff; |
15 | padding: 24rpx 32rpx; | 15 | padding: 24rpx 32rpx; |
@@ -37,7 +37,7 @@ page{ | @@ -37,7 +37,7 @@ page{ | ||
37 | display: flex; | 37 | display: flex; |
38 | align-items: center; | 38 | align-items: center; |
39 | 39 | ||
40 | - width:570rpx; | 40 | + width:560rpx; |
41 | height:60rpx; | 41 | height:60rpx; |
42 | background:rgba(237,238,242,1); | 42 | background:rgba(237,238,242,1); |
43 | border-radius:10rpx; | 43 | border-radius:10rpx; |
@@ -403,4 +403,167 @@ page{ | @@ -403,4 +403,167 @@ page{ | ||
403 | font-size: 26rpx; | 403 | font-size: 26rpx; |
404 | color: #fff; | 404 | color: #fff; |
405 | background:rgba(255,170,0,1); | 405 | background:rgba(255,170,0,1); |
406 | +} | ||
407 | +.mask2{ | ||
408 | + position: fixed; | ||
409 | + width:750rpx; | ||
410 | + height:1120rpx; | ||
411 | + background:rgba(0,0,0,0.4); | ||
412 | + z-index: 666; | ||
413 | + display: flex; | ||
414 | + align-items: center; | ||
415 | + justify-content: center; | ||
416 | +} | ||
417 | +.mask2_mid{ | ||
418 | + /* margin-top: 30rpx; */ | ||
419 | + display: flex; | ||
420 | + flex-flow: column; | ||
421 | + align-items: center; | ||
422 | + width:686rpx; | ||
423 | + /* height:1000rpx; */ | ||
424 | + background:rgba(255,255,255,1); | ||
425 | + border-radius:10rpx; | ||
426 | + position: relative; | ||
427 | +} | ||
428 | +.mask2_close{ | ||
429 | + width:30rpx; | ||
430 | + height:30rpx; | ||
431 | + display: flex; | ||
432 | + position: absolute; | ||
433 | + top: 29rpx; | ||
434 | + right: 29rpx; | ||
435 | +} | ||
436 | +.mask2_close image{ | ||
437 | + width: 100%; | ||
438 | + height: 100%; | ||
439 | +} | ||
440 | +.mask2_mid_top{ | ||
441 | + width: 100%; | ||
442 | + margin-top: 51rpx; | ||
443 | + display: flex; | ||
444 | + flex-flow: column; | ||
445 | + align-items: center; | ||
446 | + /* justify-content: center; */ | ||
447 | +} | ||
448 | +.mask2_mid_top_big{ | ||
449 | + font-size:40rpx; | ||
450 | + font-family:PingFang-SC-Bold; | ||
451 | + font-weight:bold; | ||
452 | + color:rgba(26,26,26,1); | ||
453 | +} | ||
454 | +.mask2_mid_top_small{ | ||
455 | + margin-top: 32rpx; | ||
456 | + font-size:26rpx; | ||
457 | + font-family:PingFang-SC-Medium; | ||
458 | + font-weight:500; | ||
459 | + color:rgba(102,102,102,1); | ||
460 | +} | ||
461 | +.mask2_mid_underline{ | ||
462 | + margin-top: 30rpx; | ||
463 | + width:592rpx; | ||
464 | + height:1px; | ||
465 | + background:rgba(235,235,235,1); | ||
466 | +} | ||
467 | + | ||
468 | +.mask2_item{ | ||
469 | + width: 100%; | ||
470 | + height: 100rpx; | ||
471 | + display: flex; | ||
472 | + align-items: center; | ||
473 | + justify-content: space-between; | ||
474 | + box-sizing: border-box; | ||
475 | + /* padding: 35rpx 47rpx; */ | ||
476 | + padding: 0 47rpx; | ||
477 | + border-bottom: 1px solid #EBEBEB; | ||
478 | +} | ||
479 | +.mask2_item_left{ | ||
480 | + font-size:30rpx; | ||
481 | + font-family:PingFang-SC-Medium; | ||
482 | + font-weight:500; | ||
483 | + color:rgba(102,102,102,1); | ||
484 | + | ||
485 | +} | ||
486 | +.mask2_item_right{ | ||
487 | + font-size:30rpx; | ||
488 | + font-family:PingFang-SC-Medium; | ||
489 | + font-weight:500; | ||
490 | + color:rgba(26,26,26,1); | ||
491 | +} | ||
492 | +.mask2_item_select{ | ||
493 | + display: flex; | ||
494 | +} | ||
495 | +.mask2_select_left{ | ||
496 | + width:70rpx; | ||
497 | + height:44rpx; | ||
498 | + line-height: 44rpx; | ||
499 | + text-align: center; | ||
500 | + border: 1px solid #FFAA00; | ||
501 | + border-radius:22rpx 0rpx 0rpx 22rpx; | ||
502 | + | ||
503 | + font-size:26rpx; | ||
504 | + font-family:PingFang-SC-Medium; | ||
505 | + font-weight:500; | ||
506 | + color:rgba(255,170,0,1); | ||
507 | +} | ||
508 | +.mask2_select_right{ | ||
509 | + width:70rpx; | ||
510 | + height:44rpx; | ||
511 | + line-height: 44rpx; | ||
512 | + text-align: center; | ||
513 | + border: 1px solid #FFAA00; | ||
514 | + border-radius:0rpx 22rpx 22rpx 0rpx; | ||
515 | + | ||
516 | + font-size:26rpx; | ||
517 | + font-family:PingFang-SC-Medium; | ||
518 | + font-weight:500; | ||
519 | + color:rgba(255,170,0,1); | ||
520 | +} | ||
521 | +.color_select{ | ||
522 | + background: #FFAA00; | ||
523 | + color: #fff; | ||
524 | +} | ||
525 | +.mask2_item_date{ | ||
526 | + display: flex; | ||
527 | + align-items: center; | ||
528 | +} | ||
529 | + | ||
530 | +.mask2_item_date_text{ | ||
531 | + font-size:30rpx; | ||
532 | + font-family:PingFang-SC-Medium; | ||
533 | + font-weight:500; | ||
534 | + color:rgba(26,26,26,1); | ||
535 | + | ||
536 | +} | ||
537 | +.mask2_item_date_icon{ | ||
538 | + margin-left: 25rpx; | ||
539 | + width:12rpx; | ||
540 | + height:20rpx; | ||
541 | + display: flex; | ||
542 | +} | ||
543 | +.mask2_item_date_icon image{ | ||
544 | + width: 100%; | ||
545 | + height: 100%; | ||
546 | +} | ||
547 | +.mask2_item input{ | ||
548 | + height: 30rpx; | ||
549 | + font-size:30rpx; | ||
550 | + font-family:PingFang-SC-Medium; | ||
551 | + font-weight:500; | ||
552 | + /* color:rgba(153,153,153,1); */ | ||
553 | + text-align: right; | ||
554 | +} | ||
555 | +.bottom{ | ||
556 | + margin: 12rpx 0; | ||
557 | + width:592rpx; | ||
558 | + height:80rpx; | ||
559 | + line-height: 80rpx; | ||
560 | + text-align: center; | ||
561 | + background:rgba(255,129,44,1); | ||
562 | + border-radius:5rpx; | ||
563 | + | ||
564 | + | ||
565 | + font-size:28rpx; | ||
566 | + font-family:PingFang-SC-Medium; | ||
567 | + font-weight:500; | ||
568 | + color:rgba(255,255,255,1); | ||
406 | } | 569 | } |
@@ -85,9 +85,44 @@ | @@ -85,9 +85,44 @@ | ||
85 | </view> | 85 | </view> |
86 | 86 | ||
87 | <!-- 提现弹层 --> | 87 | <!-- 提现弹层 --> |
88 | - <view class='mask'> | 88 | + <view class='mask' style='display:none' > |
89 | <view class='mask_item'> | 89 | <view class='mask_item'> |
90 | - | 90 | + <!-- 关闭 --> |
91 | + <view class='mask_item_top'> | ||
92 | + <view></view> | ||
93 | + <view class='mask_item_top_pic'> | ||
94 | + <image src='../../img/aicon_47@2x.png'></image> | ||
95 | + </view> | ||
96 | + </view> | ||
97 | + <!-- 提现申请 --> | ||
98 | + <view class='mask_item_title'> | ||
99 | + 提现申请 | ||
100 | + </view> | ||
101 | + <!-- 输入信息 --> | ||
102 | + <view class='input_item marin_t'> | ||
103 | + <view class='input_item_left'>支付宝账户</view> | ||
104 | + <input placeholder='请输入正确的支付宝账户'></input> | ||
105 | + </view> | ||
106 | + <view class='input_item'> | ||
107 | + <view class='input_item_left'>账户姓名</view> | ||
108 | + <input placeholder='请输入支付宝姓名'></input> | ||
109 | + </view> | ||
110 | + <view class='input_item item3'> | ||
111 | + <view class='input_item_left'>输入提现金额</view> | ||
112 | + <input placeholder='请输入10的倍数'></input> | ||
113 | + <view class='input_text'>元</view> | ||
114 | + </view> | ||
115 | + | ||
116 | + <!-- 提交 --> | ||
117 | + <view class='button_box'> | ||
118 | + <view class='button'>提交</view> | ||
119 | + </view> | ||
120 | + | ||
121 | + <!-- 提示字体 --> | ||
122 | + <view class='bottom_text'> | ||
123 | + 奖励需满10元可提,提现金额必须为10的倍数,每日最多提现一次,提交成功后,会在三个工作日内转账至您的支付宝账号,请确保账号、姓名填写正确哦~ | ||
124 | + </view> | ||
125 | + | ||
91 | </view> | 126 | </view> |
92 | </view> | 127 | </view> |
93 | 128 |
@@ -269,4 +269,104 @@ page{ | @@ -269,4 +269,104 @@ page{ | ||
269 | height:679rpx; | 269 | height:679rpx; |
270 | background:rgba(255,255,255,1); | 270 | background:rgba(255,255,255,1); |
271 | border-radius:10rpx; | 271 | border-radius:10rpx; |
272 | -} | ||
272 | + box-sizing: border-box; | ||
273 | + padding: 30rpx; | ||
274 | + /* display: flex; | ||
275 | + flex-flow: column; */ | ||
276 | + /* align-items: center; */ | ||
277 | + | ||
278 | +} | ||
279 | +.mask_item_top{ | ||
280 | + display: flex; | ||
281 | + justify-content: space-between; | ||
282 | +} | ||
283 | +.mask_item_top_pic{ | ||
284 | + width:30rpx; | ||
285 | + height:30rpx; | ||
286 | + display: flex; | ||
287 | +} | ||
288 | +.mask_item_top_pic image{ | ||
289 | + width: 100%; | ||
290 | + height: 100%; | ||
291 | +} | ||
292 | +.mask_item_title{ | ||
293 | + text-align: center; | ||
294 | + font-size:40rpx; | ||
295 | + font-family:PingFang-SC-Bold; | ||
296 | + font-weight:bold; | ||
297 | + color:rgba(26,26,26,1); | ||
298 | + | ||
299 | +} | ||
300 | +.input_item{ | ||
301 | + margin-top: 24rpx; | ||
302 | + display: flex; | ||
303 | + align-items: center; | ||
304 | + justify-content: space-between; | ||
305 | + | ||
306 | +} | ||
307 | + | ||
308 | +.input_item_left{ | ||
309 | + font-size:32rpx; | ||
310 | + font-family:PingFang-SC-Medium; | ||
311 | + font-weight:500; | ||
312 | + color:rgba(26,26,26,1); | ||
313 | + /* line-height:36px; */ | ||
314 | + width: 200rpx; | ||
315 | + text-align: right; | ||
316 | +} | ||
317 | +.input_item input{ | ||
318 | + margin-left: 39rpx; | ||
319 | + width:393rpx; | ||
320 | + height:60rpx; | ||
321 | + background:#F2F2F2; | ||
322 | + border-radius:2rpx; | ||
323 | + font-size: 28rpx; | ||
324 | + box-sizing: border-box; | ||
325 | + padding: 0 25rpx; | ||
326 | +} | ||
327 | +.item3 input{ | ||
328 | + width:340rpx; | ||
329 | + height:60rpx; | ||
330 | + background:rgba(242,242,242,1); | ||
331 | + border-radius:2rpx; | ||
332 | +} | ||
333 | +.input_text{ | ||
334 | + margin-left: 23rpx; | ||
335 | + font-size:32rpx; | ||
336 | + font-family:PingFang-SC-Medium; | ||
337 | + font-weight:500; | ||
338 | + color:rgba(26,26,26,1); | ||
339 | +} | ||
340 | +.marin_t{ | ||
341 | + margin-top: 57rpx; | ||
342 | +} | ||
343 | +.button_box{ | ||
344 | + margin-top: 40rpx; | ||
345 | + display: flex; | ||
346 | + align-items: center; | ||
347 | + justify-content: center; | ||
348 | +} | ||
349 | +.button{ | ||
350 | + width:300rpx; | ||
351 | + height:80rpx; | ||
352 | + line-height: 80rpx; | ||
353 | + text-align: center; | ||
354 | + background:rgba(255,129,44,1); | ||
355 | + border-radius:5rpx; | ||
356 | + | ||
357 | + font-size:28rpx; | ||
358 | + font-family:PingFang-SC-Medium; | ||
359 | + font-weight:500; | ||
360 | + color:rgba(255,255,255,1); | ||
361 | + | ||
362 | +} | ||
363 | +.bottom_text{ | ||
364 | + margin-top: 20rpx; | ||
365 | + font-size:24rpx; | ||
366 | + font-family:PingFang-SC-Medium; | ||
367 | + font-weight:500; | ||
368 | + color:rgba(255,102,0,0.8); | ||
369 | + line-height: 36rpx; | ||
370 | + box-sizing: border-box; | ||
371 | + padding: 0 24rpx 10rpx 20rpx; | ||
372 | +} |
1 | -<!--pages/mine/mine.wxml--> | ||
2 | -<text>pages/mine/mine.wxml</text> | 1 | + |
2 | +<view class='container'> | ||
3 | + <view class='head'> | ||
4 | + <!-- 顶部 --> | ||
5 | + <view class='head_top'> | ||
6 | + <view class='head_top_left'> | ||
7 | + <view class='head_top_left_pic'> | ||
8 | + <image src='../../img/aicon_49@2x.png'></image> | ||
9 | + </view> | ||
10 | + <view class='head_top_left_text'> | ||
11 | + 宇宙无敌小可爱 | ||
12 | + </view> | ||
13 | + </view> | ||
14 | + | ||
15 | + <!-- 右边 --> | ||
16 | + <view class='head_top_right'> | ||
17 | + <!-- 账单图片 --> | ||
18 | + <view class='head_top_right_pic'> | ||
19 | + <image src='../../img/aicon_34@2x.png'></image> | ||
20 | + </view> | ||
21 | + <view class='head_top_right_text'>财务记录</view> | ||
22 | + </view> | ||
23 | + </view> | ||
24 | + | ||
25 | + </view> | ||
26 | + <!-- 取现盒子 --> | ||
27 | + <view class='mid'> | ||
28 | + <view class='mid_pic'> | ||
29 | + <image src='../../img/aicon_35@2x.png'></image> | ||
30 | + | ||
31 | + <view class='mid_content'> | ||
32 | + <view class='mid_content_top'>可提现金额(元)</view> | ||
33 | + <view class='mid_content_mid'>245</view> | ||
34 | + <view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view> | ||
35 | + </view> | ||
36 | + <!-- 提现 --> | ||
37 | + <view class='mid_deposit'> | ||
38 | + <view class='mid_deposit_text'>提现</view> | ||
39 | + <view class='mid_deposit_icon'> | ||
40 | + <image src='../../img/aicon_33@2x.png'></image> | ||
41 | + </view> | ||
42 | + </view> | ||
43 | + </view> | ||
44 | + </view> | ||
45 | + <!-- 应聘管理 --> | ||
46 | + <view class='items'> | ||
47 | + <view class='item_top'>应聘管理</view> | ||
48 | + <view class='item_mid'> | ||
49 | + <view class='item_mid_i'> | ||
50 | + <view class='item_mid_i_top'> | ||
51 | + <image src='../../img/aicon_36@2x.png'></image> | ||
52 | + </view> | ||
53 | + <view class='item_mid_i_text'> | ||
54 | + 报名记录 | ||
55 | + </view> | ||
56 | + </view> | ||
57 | + | ||
58 | + <view class='item_mid_i'> | ||
59 | + <view class='item_mid_i_top resume'> | ||
60 | + <image src='../../img/aicon_37@2x.png'></image> | ||
61 | + </view> | ||
62 | + <view class='item_mid_i_text'> | ||
63 | + 我的简历 | ||
64 | + </view> | ||
65 | + </view> | ||
66 | + | ||
67 | + <view class='item_mid_i'> | ||
68 | + <view class='item_mid_i_top collect'> | ||
69 | + <image src='../../img/aicon_38@2x.png'></image> | ||
70 | + </view> | ||
71 | + <view class='item_mid_i_text'> | ||
72 | + 岗位收藏 | ||
73 | + </view> | ||
74 | + </view> | ||
75 | + | ||
76 | + | ||
77 | + </view> | ||
78 | + | ||
79 | + <!-- 招聘管理 --> | ||
80 | + <view class='item_list'> | ||
81 | + <view class='item_top'>招聘管理</view> | ||
82 | + <view class='item_mid'> | ||
83 | + <view class='item_mid_i'> | ||
84 | + <view class='item_mid_i_top apply'> | ||
85 | + <image src='../../img/aicon_39@2x.png'></image> | ||
86 | + </view> | ||
87 | + <view class='item_mid_i_text'> | ||
88 | + 报名名单 | ||
89 | + </view> | ||
90 | + </view> | ||
91 | + | ||
92 | + <view class='item_mid_i'> | ||
93 | + <view class='item_mid_i_top issue'> | ||
94 | + <image src='../../img/aicon_40@2x.png'></image> | ||
95 | + </view> | ||
96 | + <view class='item_mid_i_text'> | ||
97 | + 发布岗位 | ||
98 | + </view> | ||
99 | + </view> | ||
100 | + | ||
101 | + | ||
102 | + </view> | ||
103 | + </view> | ||
104 | + | ||
105 | + <!-- 必备工具 --> | ||
106 | + <view class='item_list'> | ||
107 | + <view class='item_top'>必备工具</view> | ||
108 | + <view class='item_mid'> | ||
109 | + <view class='item_mid_i'> | ||
110 | + <view class='item_mid_i_top recommend'> | ||
111 | + <image src='../../img/aicon_41@2x.png'></image> | ||
112 | + </view> | ||
113 | + <view class='item_mid_i_text'> | ||
114 | + 报名名单 | ||
115 | + </view> | ||
116 | + </view> | ||
117 | + | ||
118 | + <view class='item_mid_i'> | ||
119 | + <view class='item_mid_i_top opinion'> | ||
120 | + <image src='../../img/aicon_42@2x.png'></image> | ||
121 | + </view> | ||
122 | + <view class='item_mid_i_text'> | ||
123 | + 发布岗位 | ||
124 | + </view> | ||
125 | + </view> | ||
126 | + | ||
127 | + <view class='item_mid_i'> | ||
128 | + <view class='item_mid_i_top message'> | ||
129 | + <image src='../../img/aicon_43@2x.png'></image> | ||
130 | + </view> | ||
131 | + <view class='item_mid_i_text'> | ||
132 | + 我的消息 | ||
133 | + </view> | ||
134 | + </view> | ||
135 | + | ||
136 | + <view class='item_mid_i'> | ||
137 | + <view class='item_mid_i_top service'> | ||
138 | + <image src='../../img/aicon_44@2x.png'></image> | ||
139 | + </view> | ||
140 | + <view class='item_mid_i_text'> | ||
141 | + 在线客服 | ||
142 | + </view> | ||
143 | + </view> | ||
144 | + | ||
145 | + <view class='item_mid_i'> | ||
146 | + <view class='item_mid_i_top tel'> | ||
147 | + <image src='../../img/aicon_45@2x.png'></image> | ||
148 | + </view> | ||
149 | + <view class='item_mid_i_text'> | ||
150 | + 电话客服 | ||
151 | + </view> | ||
152 | + </view> | ||
153 | + | ||
154 | + | ||
155 | + </view> | ||
156 | + </view> | ||
157 | + | ||
158 | + </view> | ||
159 | + | ||
160 | + | ||
161 | +</view> |
1 | -/* pages/mine/mine.wxss */ | ||
1 | +page{ | ||
2 | + line-height: 1; | ||
3 | + background: #F2F2F2; | ||
4 | +} | ||
5 | +.container{ | ||
6 | + width: 750rpx; | ||
7 | + display: flex; | ||
8 | + flex-flow: column; | ||
9 | +} | ||
10 | +.head{ | ||
11 | + display: flex; | ||
12 | + | ||
13 | +} | ||
14 | +.head_top{ | ||
15 | + margin-top: 1px; | ||
16 | + width: 100%; | ||
17 | + display: flex; | ||
18 | + align-items: center; | ||
19 | + justify-content: space-between; | ||
20 | + box-sizing: border-box; | ||
21 | + padding: 24rpx 32rpx; | ||
22 | + background: #fff; | ||
23 | +} | ||
24 | +.head_top_left{ | ||
25 | + display: flex; | ||
26 | + align-items: center; | ||
27 | +} | ||
28 | +.head_top_left_pic{ | ||
29 | + width:80rpx; | ||
30 | + height:80rpx; | ||
31 | + border-radius:50%; | ||
32 | + display: flex; | ||
33 | +} | ||
34 | +.head_top_left_pic image{ | ||
35 | + width: 100%; | ||
36 | + height: 100%; | ||
37 | +} | ||
38 | +.head_top_left_text{ | ||
39 | + margin-left: 24rpx; | ||
40 | + font-size:32rpx; | ||
41 | + font-family:PingFang-SC-Medium; | ||
42 | + font-weight:500; | ||
43 | + color:rgba(26,26,26,1); | ||
44 | +} | ||
45 | +.head_top_right{ | ||
46 | + display: flex; | ||
47 | + align-items: center; | ||
48 | + justify-content: center; | ||
49 | + width:158rpx; | ||
50 | + height:43rpx; | ||
51 | + line-height: 43rpx; | ||
52 | + background:rgba(255,188,81,1); | ||
53 | + border-radius:22rpx; | ||
54 | +} | ||
55 | +.head_top_right_pic{ | ||
56 | + width:16rpx; | ||
57 | + height:18rpx; | ||
58 | + display: flex; | ||
59 | +} | ||
60 | +.head_top_right_pic image{ | ||
61 | + width: 100%; | ||
62 | + height: 100%; | ||
63 | +} | ||
64 | +.head_top_right_text{ | ||
65 | + margin-left: 10rpx; | ||
66 | + font-size:24rpx; | ||
67 | + font-family:PingFang-SC-Medium; | ||
68 | + font-weight:500; | ||
69 | + color:rgba(255,255,255,1); | ||
70 | +} | ||
71 | +.mid{ | ||
72 | + display: flex; | ||
73 | + background: #fff; | ||
74 | +} | ||
75 | +.mid_pic{ | ||
76 | + width: 742rpx; | ||
77 | + height: 350rpx; | ||
78 | + display: flex; | ||
79 | + position: relative; | ||
80 | +} | ||
81 | +.mid_pic image{ | ||
82 | + width: 100%; | ||
83 | + height: 100%; | ||
84 | +} | ||
85 | +.mid_content{ | ||
86 | + display: flex; | ||
87 | + flex-flow: column; | ||
88 | + position: absolute; | ||
89 | + color: #fff; | ||
90 | + left: 60rpx; | ||
91 | + top: 70rpx; | ||
92 | +} | ||
93 | +.mid_content_top{ | ||
94 | + font-size:24rpx; | ||
95 | + font-family:PingFang-SC-Medium; | ||
96 | + font-weight:500; | ||
97 | + color:rgba(255,255,255,0.8); | ||
98 | +} | ||
99 | +.mid_content_mid{ | ||
100 | + margin-top: 20rpx; | ||
101 | + font-size:80rpx; | ||
102 | + font-family:Roboto-Medium; | ||
103 | + font-weight:500; | ||
104 | + color:rgba(255,255,255,1); | ||
105 | + text-shadow:0rpx 12rpx 14rpx rgba(221,140,34,0.3); | ||
106 | + | ||
107 | + background:linear-gradient(0deg,rgba(255,255,255,1) 0%, rgba(255,235,200,1) 100%); | ||
108 | + -webkit-background-clip:text; | ||
109 | + -webkit-text-fill-color:transparent; | ||
110 | +} | ||
111 | +.mid_content_bottom{ | ||
112 | + margin-top: 30rpx; | ||
113 | + font-size:24rpx; | ||
114 | + font-family:PingFang-SC-Medium; | ||
115 | + font-weight:500; | ||
116 | + color:rgba(255,255,255,0.8); | ||
117 | +} | ||
118 | + | ||
119 | +.mid_deposit{ | ||
120 | + position: absolute; | ||
121 | + top: 100rpx; | ||
122 | + right: 30rpx; | ||
123 | + width:120rpx; | ||
124 | + height:54rpx; | ||
125 | + background:rgba(255,255,255,1); | ||
126 | + border-radius:27rpx 0rpx 0rpx 27rpx; | ||
127 | + display: flex; | ||
128 | + align-items: center; | ||
129 | + | ||
130 | +} | ||
131 | +.mid_deposit_text{ | ||
132 | + margin-left: 28rpx; | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Medium; | ||
135 | + font-weight:500; | ||
136 | + color:rgba(254,147,70,1); | ||
137 | +} | ||
138 | +.mid_deposit_icon{ | ||
139 | + margin-left: 14rpx; | ||
140 | + width:12rpx; | ||
141 | + height:20rpx; | ||
142 | + display: flex; | ||
143 | +} | ||
144 | +.mid_deposit_icon image{ | ||
145 | + width: 100%; | ||
146 | + height: 100%; | ||
147 | +} | ||
148 | +.fontSize{ | ||
149 | + | ||
150 | + font-size:40rpx; | ||
151 | + font-family:Roboto-Regular; | ||
152 | + font-weight:400; | ||
153 | + color:rgba(255,255,255,1); | ||
154 | + text-shadow:0rpx 14rpx 14rpx rgba(250,127,52,0.22); | ||
155 | +} | ||
156 | +.items{ | ||
157 | + display: flex; | ||
158 | + /* align-items: center; */ | ||
159 | + flex-flow: column; | ||
160 | +} | ||
161 | +.item_top{ | ||
162 | + width: 100%; | ||
163 | + font-size:32rpx; | ||
164 | + font-family:PingFang-SC-Medium; | ||
165 | + font-weight:500; | ||
166 | + color:rgba(26,26,26,1); | ||
167 | + background: #fff; | ||
168 | + box-sizing: border-box; | ||
169 | + padding: 30rpx 32rpx; | ||
170 | +} | ||
171 | +.item_mid{ | ||
172 | + margin-top: 1px; | ||
173 | + display: flex; | ||
174 | + flex-wrap: wrap; | ||
175 | + background: #fff; | ||
176 | +} | ||
177 | +.item_mid_i{ | ||
178 | + width: 250rpx; | ||
179 | + height: 150rpx; | ||
180 | + display: flex; | ||
181 | + flex-flow: column; | ||
182 | + align-items: center; | ||
183 | + justify-content: center; | ||
184 | + box-sizing: border-box; | ||
185 | + border-right: 1px solid #F2F2F2; | ||
186 | + border-bottom: 1px solid #F2F2F2; | ||
187 | +} | ||
188 | +.item_mid_i_top{ | ||
189 | + width:64rpx; | ||
190 | + height:66rpx; | ||
191 | + /* box-shadow:0rpx 6rpx 12rpx 0rpx rgba(244,171,47,0.24); */ | ||
192 | + display: flex; | ||
193 | +} | ||
194 | +.item_mid_i_top image{ | ||
195 | + width: 100%; | ||
196 | + height: 100%; | ||
197 | +} | ||
198 | +.item_mid_i_text{ | ||
199 | + font-size:26rpx; | ||
200 | + font-family:PingFang-SC-Regular; | ||
201 | + font-weight:400; | ||
202 | + color:rgba(26,26,26,1); | ||
203 | +} | ||
204 | +.resume{ | ||
205 | + width: 60rpx; | ||
206 | + height: 66rpx; | ||
207 | + display: flex; | ||
208 | +} | ||
209 | +.resume image{ | ||
210 | + width: 100%; | ||
211 | + height: 100%; | ||
212 | +} | ||
213 | +.collect{ | ||
214 | + width: 64rpx; | ||
215 | + height: 60rpx; | ||
216 | + display: flex; | ||
217 | +} | ||
218 | +.collect image{ | ||
219 | + width: 100%; | ||
220 | + height: 100%; | ||
221 | +} | ||
222 | +.item_list{ | ||
223 | + margin-top: 14rpx; | ||
224 | +} | ||
225 | + | ||
226 | +.apply{ | ||
227 | + width: 61rpx; | ||
228 | + height: 62rpx; | ||
229 | + display: flex; | ||
230 | +} | ||
231 | +.apply image{ | ||
232 | + width: 61rpx; | ||
233 | + height: 62rpx; | ||
234 | +} | ||
235 | +.issue{ | ||
236 | + width: 68rpx; | ||
237 | + height: 65rpx; | ||
238 | + display: flex; | ||
239 | +} | ||
240 | +.issue image{ | ||
241 | + width: 100%; | ||
242 | + height: 100%; | ||
243 | +} | ||
244 | +.recommend{ | ||
245 | + width: 63rpx; | ||
246 | + height: 63rpx; | ||
247 | + display: flex; | ||
248 | +} | ||
249 | +.recommend image{ | ||
250 | + width: 100%; | ||
251 | + height: 100%; | ||
252 | +} | ||
253 | +.opinion{ | ||
254 | + width: 74rpx; | ||
255 | + height: 60rpx; | ||
256 | + display: flex; | ||
257 | +} | ||
258 | +.opinion image{ | ||
259 | + width: 100%; | ||
260 | + height: 100%; | ||
261 | +} | ||
262 | +.message{ | ||
263 | + width: 66rpx; | ||
264 | + height: 63rpx; | ||
265 | + display: flex; | ||
266 | +} | ||
267 | +.message image{ | ||
268 | + width: 100%; | ||
269 | + height: 100%; | ||
270 | +} | ||
271 | +.service{ | ||
272 | + width: 73rpx; | ||
273 | + height: 60rpx; | ||
274 | + display: flex; | ||
275 | +} | ||
276 | +.service image{ | ||
277 | + width: 100%; | ||
278 | + height: 100%; | ||
279 | +} | ||
280 | +.tel{ | ||
281 | + width: 67rpx; | ||
282 | + height: 60rpx; | ||
283 | + display: flex; | ||
284 | +} | ||
285 | +.tel image{ | ||
286 | + width: 100%; | ||
287 | + height: 100%; | ||
288 | +} |
pages/positionDetails/positionDetails.js
0 → 100644
1 | +// pages/positionDetails/positionDetails.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + onLoad: function (options) { | ||
15 | + | ||
16 | + }, | ||
17 | + | ||
18 | + /** | ||
19 | + * 生命周期函数--监听页面初次渲染完成 | ||
20 | + */ | ||
21 | + onReady: function () { | ||
22 | + | ||
23 | + }, | ||
24 | + | ||
25 | + /** | ||
26 | + * 生命周期函数--监听页面显示 | ||
27 | + */ | ||
28 | + onShow: function () { | ||
29 | + | ||
30 | + }, | ||
31 | + | ||
32 | + /** | ||
33 | + * 生命周期函数--监听页面隐藏 | ||
34 | + */ | ||
35 | + onHide: function () { | ||
36 | + | ||
37 | + }, | ||
38 | + | ||
39 | + /** | ||
40 | + * 生命周期函数--监听页面卸载 | ||
41 | + */ | ||
42 | + onUnload: function () { | ||
43 | + | ||
44 | + }, | ||
45 | + | ||
46 | + /** | ||
47 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
48 | + */ | ||
49 | + onPullDownRefresh: function () { | ||
50 | + | ||
51 | + }, | ||
52 | + | ||
53 | + /** | ||
54 | + * 页面上拉触底事件的处理函数 | ||
55 | + */ | ||
56 | + onReachBottom: function () { | ||
57 | + | ||
58 | + }, | ||
59 | + | ||
60 | + /** | ||
61 | + * 用户点击右上角分享 | ||
62 | + */ | ||
63 | + onShareAppMessage: function () { | ||
64 | + | ||
65 | + } | ||
66 | +}) |
pages/positionDetails/positionDetails.json
0 → 100644
pages/positionDetails/positionDetails.wxml
0 → 100644
1 | + | ||
2 | +<view class='container'> | ||
3 | + <view class='top'> | ||
4 | + <view class='top_pic'> | ||
5 | + <image src='../../img/aicon_18@2x.png'></image> | ||
6 | + </view> | ||
7 | + <view class='text_box'> | ||
8 | + <!-- 文字 --> | ||
9 | + <view class='top_text'> | ||
10 | + 吉野家韩式烤肉服务员 | ||
11 | + </view> | ||
12 | + <!-- 工资 --> | ||
13 | + <view class='top_money'> | ||
14 | + 4000-5000元/月 | ||
15 | + </view> | ||
16 | + </view> | ||
17 | + </view> | ||
18 | + | ||
19 | + | ||
20 | +</view> |
pages/positionDetails/positionDetails.wxss
0 → 100644
1 | + | ||
2 | +page{ | ||
3 | + background: #F5F5F5; | ||
4 | + line-height: 1; | ||
5 | +} | ||
6 | +.container{ | ||
7 | + width: 750rpx; | ||
8 | + display: flex; | ||
9 | + flex-flow: column; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + display: flex; | ||
13 | + flex-flow: column; | ||
14 | + background: #fff; | ||
15 | +} | ||
16 | +.top_pic{ | ||
17 | + width: 750rpx; | ||
18 | + height: 360rpx; | ||
19 | + display: flex; | ||
20 | +} | ||
21 | +.top_pic image{ | ||
22 | + width: 100%; | ||
23 | + height: 100%; | ||
24 | +} | ||
25 | +.top_text{ | ||
26 | + | ||
27 | + font-size:36rpx; | ||
28 | + font-family:PingFang-SC-Medium; | ||
29 | + font-weight:500; | ||
30 | + color:rgba(26,26,26,1); | ||
31 | + | ||
32 | +} | ||
33 | +.top_money{ | ||
34 | + margin-top: 20rpx; | ||
35 | + font-size:32rpx; | ||
36 | + font-family:PingFang-SC-Medium; | ||
37 | + font-weight:500; | ||
38 | + color:rgba(255,59,40,1); | ||
39 | +} | ||
40 | +.text_box{ | ||
41 | + box-sizing: border-box; | ||
42 | + padding: 40rpx 40rpx; | ||
43 | +} |
1 | -<!--pages/publish/publish.wxml--> | ||
2 | -<text>pages/publish/publish.wxml</text> | 1 | + |
2 | +<view class='container'> | ||
3 | + <view class='items'> | ||
4 | + <view class='item'> | ||
5 | + <view class='item_left'>岗位分类</view> | ||
6 | + <view class='item_right'> | ||
7 | + <view class='item_right_text'>在家可做</view> | ||
8 | + <view class='item_right_icon'> | ||
9 | + <image src='../../img/right.png'></image> | ||
10 | + </view> | ||
11 | + </view> | ||
12 | + </view> | ||
13 | + | ||
14 | + <view class='item'> | ||
15 | + <view class='item_left'>选择行业</view> | ||
16 | + <view class='item_right'> | ||
17 | + <view class='item_right_text'>餐饮</view> | ||
18 | + <view class='item_right_icon'> | ||
19 | + <image src='../../img/right.png'></image> | ||
20 | + </view> | ||
21 | + </view> | ||
22 | + </view> | ||
23 | + | ||
24 | + <view class='item'> | ||
25 | + <view class='item_left'>选择岗位</view> | ||
26 | + <view class='item_right'> | ||
27 | + <view class='item_right_text'>厨师</view> | ||
28 | + <view class='item_right_icon'> | ||
29 | + <image src='../../img/right.png'></image> | ||
30 | + </view> | ||
31 | + </view> | ||
32 | + </view> | ||
33 | + <!-- 企业logo --> | ||
34 | + <view class='item logo'> | ||
35 | + <view class='item_left'>企业logo</view> | ||
36 | + <view class='item_right'> | ||
37 | + <view class='item_right_logo'> | ||
38 | + <image src='../../img/logo.png'></image> | ||
39 | + <!-- 关闭图标 --> | ||
40 | + <view class='close_logo'> | ||
41 | + <image src='../../img/icon.png'></image> | ||
42 | + </view> | ||
43 | + </view> | ||
44 | + <view class='item_right_icon'> | ||
45 | + <!-- <image src='../../img/right.png'></image> --> | ||
46 | + </view> | ||
47 | + </view> | ||
48 | + </view> | ||
49 | + <!-- banner --> | ||
50 | + <view class='item banner'> | ||
51 | + <view class='item_left'>banner</view> | ||
52 | + <view class='item_right'> | ||
53 | + <view class='item_right_banner'> | ||
54 | + <image src='../../img/logo.png'></image> | ||
55 | + <!-- 关闭图标 --> | ||
56 | + <view class='close_logo'> | ||
57 | + <image src='../../img/icon.png'></image> | ||
58 | + </view> | ||
59 | + </view> | ||
60 | + <view class='item_right_icon'> | ||
61 | + <!-- <image src='../../img/right.png'></image> --> | ||
62 | + </view> | ||
63 | + </view> | ||
64 | + </view> | ||
65 | + <!-- 输入工资 --> | ||
66 | + <view class='item'> | ||
67 | + <view class='item_left'>输入工资</view> | ||
68 | + <view class='item_right salary'> | ||
69 | + <view class='item_right_top'> | ||
70 | + <view class='item_right_top_left color_y'>酬薪范围</view> | ||
71 | + <view class='item_right_top_right'>固定薪资</view> | ||
72 | + </view> | ||
73 | + <!-- 范围 --> | ||
74 | + <view class='item_right_bottom'> | ||
75 | + <view class='item_right_bottom_i'> | ||
76 | + 5000 | ||
77 | + </view> | ||
78 | + <!-- 箭头 --> | ||
79 | + <view class='item_arrowsR'> | ||
80 | + <image src='../../img/arrowsR.png'></image> | ||
81 | + </view> | ||
82 | + | ||
83 | + <view class='item_right_bottom_i'> | ||
84 | + 5000 | ||
85 | + </view> | ||
86 | + <!-- 元/月 --> | ||
87 | + <view class='item_right_bottom_money'> | ||
88 | + 元/月 | ||
89 | + <view class='bottom_money_icon'> | ||
90 | + <image src='../../img/aicon_01@2x.png'></image> | ||
91 | + </view> | ||
92 | + </view> | ||
93 | + | ||
94 | + | ||
95 | + </view> | ||
96 | + </view> | ||
97 | + | ||
98 | + | ||
99 | + </view> | ||
100 | + <!-- 选择学历 --> | ||
101 | + <view class='item'> | ||
102 | + <view class='item_left'>选择学历</view> | ||
103 | + <view class='item_right'> | ||
104 | + <view class='item_right_text'>小学及以下</view> | ||
105 | + <view class='item_right_icon'> | ||
106 | + <image src='../../img/right.png'></image> | ||
107 | + </view> | ||
108 | + </view> | ||
109 | + </view> | ||
110 | + <!-- 发布时间 --> | ||
111 | + <view class='item'> | ||
112 | + <view class='item_left'>发布时间</view> | ||
113 | + <view class='item_right releaseTime'> | ||
114 | + <!-- 时间 --> | ||
115 | + <view class='item_right_rel'> | ||
116 | + 2019.10.26-13:32 | ||
117 | + <view class='item_right_rel_icon'> | ||
118 | + <image src='../../img/aicon_01@2x.png'></image> | ||
119 | + </view> | ||
120 | + </view> | ||
121 | + <!-- 下箭头 --> | ||
122 | + <view class='item_right_arrowsB'> | ||
123 | + <image src='../../img/arrowsB.png'></image> | ||
124 | + </view> | ||
125 | + <!-- 时间 --> | ||
126 | + <view class='item_right_rel'> | ||
127 | + 2019.10.26-13:32 | ||
128 | + <view class='item_right_rel_icon'> | ||
129 | + <image src='../../img/aicon_01@2x.png'></image> | ||
130 | + </view> | ||
131 | + </view> | ||
132 | + </view> | ||
133 | + | ||
134 | + | ||
135 | + </view> | ||
136 | + <!-- 选工作地点 --> | ||
137 | + <view class='item map'> | ||
138 | + <view class='map_item'> | ||
139 | + <view class='item_left'>选择行业</view> | ||
140 | + <view class='item_right'> | ||
141 | + <view class='item_right_text'>天津西青区银河百荣科技</view> | ||
142 | + <view class='item_right_icon'> | ||
143 | + <!-- <image src='../../img/right.png'></image> --> | ||
144 | + </view> | ||
145 | + </view> | ||
146 | + </view> | ||
147 | + <view class='map_pic'> | ||
148 | + <image src='../../img/aicon_31@2x.png'></image> | ||
149 | + </view> | ||
150 | + </view> | ||
151 | + <!-- 应聘联系方式 --> | ||
152 | + <view class='employ'> | ||
153 | + <view class='employ_left'>应聘联系方式</view> | ||
154 | + <view class='employ_right'> | ||
155 | + <!-- 手机号 --> | ||
156 | + <view class='employ_item'> | ||
157 | + <view class='employ_item_i'>手机号</view> | ||
158 | + <input placeholder='请输入手机号'></input> | ||
159 | + </view> | ||
160 | + <!-- 微信号 --> | ||
161 | + <view class='employ_item'> | ||
162 | + <view class='employ_item_i'>微信</view> | ||
163 | + <view class='employ_item_text'>yudh45374</view> | ||
164 | + </view> | ||
165 | + <!-- 微信公众号 --> | ||
166 | + <view class='employ_item'> | ||
167 | + <view class='employ_item_i'>微信公众号</view> | ||
168 | + <view class='employ_item_text'>优秀青年号</view> | ||
169 | + </view> | ||
170 | + <!-- QQ号 --> | ||
171 | + <view class='employ_item'> | ||
172 | + <view class='employ_item_i'>QQ号</view> | ||
173 | + <view class='employ_item_text'>15679863</view> | ||
174 | + </view> | ||
175 | + <!-- QQ群 --> | ||
176 | + <view class='employ_item'> | ||
177 | + <view class='employ_item_i'>QQ群</view> | ||
178 | + <view class='employ_item_text'>16587587725</view> | ||
179 | + </view> | ||
180 | + </view> | ||
181 | + </view> | ||
182 | + <!-- 招聘要求 --> | ||
183 | + <view class='require'> | ||
184 | + <view class='require_top'>招聘要求</view> | ||
185 | + <view class='require_textarea'> | ||
186 | + <textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea> | ||
187 | + <view class='require_textarea_text'>0/200</view> | ||
188 | + </view> | ||
189 | + </view> | ||
190 | + <!-- 福利要求 --> | ||
191 | + <view class='require'> | ||
192 | + <view class='require_top'>福利要求</view> | ||
193 | + <view class='require_textarea'> | ||
194 | + <textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea> | ||
195 | + <view class='require_textarea_text'>0/200</view> | ||
196 | + </view> | ||
197 | + </view> | ||
198 | + <!-- 岗位描述 --> | ||
199 | + <view class='require'> | ||
200 | + <view class='require_top'>岗位描述</view> | ||
201 | + <view class='require_textarea'> | ||
202 | + <textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea> | ||
203 | + <view class='require_textarea_text'>0/200</view> | ||
204 | + </view> | ||
205 | + </view> | ||
206 | + </view> | ||
207 | + | ||
208 | + <!-- 按钮 --> | ||
209 | + <view class='bottom'> | ||
210 | + <view class='bottom_btn'>确认发布</view> | ||
211 | + </view> | ||
212 | + | ||
213 | +</view> |
1 | -/* pages/publish/publish.wxss */ | ||
1 | + | ||
2 | +page{ | ||
3 | + line-height: 1; | ||
4 | +} | ||
5 | +.container{ | ||
6 | + width: 750rpx; | ||
7 | + display: flex; | ||
8 | + flex-flow: column; | ||
9 | +} | ||
10 | +.items{ | ||
11 | + display: flex; | ||
12 | + flex-flow: column; | ||
13 | +} | ||
14 | +.item{ | ||
15 | + display: flex; | ||
16 | + justify-content: space-between; | ||
17 | + box-sizing: border-box; | ||
18 | + padding: 33rpx 0; | ||
19 | + margin: 0 32rpx; | ||
20 | + border-bottom: 1px solid #EBEBEB; | ||
21 | +} | ||
22 | +.item_left{ | ||
23 | + font-size:32rpx; | ||
24 | + font-family:PingFang-SC-Medium; | ||
25 | + font-weight:500; | ||
26 | + color:rgba(102,102,102,1); | ||
27 | +} | ||
28 | +.item_right{ | ||
29 | + width: 450rpx; | ||
30 | + display: flex; | ||
31 | + align-items: center; | ||
32 | + justify-content: space-between; | ||
33 | +} | ||
34 | +.item_right_text{ | ||
35 | + font-size:32rpx; | ||
36 | + font-family:PingFang-SC-Medium; | ||
37 | + font-weight:500; | ||
38 | + color:rgba(26,26,26,1); | ||
39 | +} | ||
40 | +.item_right_icon{ | ||
41 | + width:12rpx; | ||
42 | + height:20rpx; | ||
43 | + display: flex; | ||
44 | +} | ||
45 | +.item_right_icon image{ | ||
46 | + width: 100%; | ||
47 | + height: 100%; | ||
48 | +} | ||
49 | +.item_right_logo{ | ||
50 | + width:72rpx; | ||
51 | + height:72rpx; | ||
52 | + border-radius:2rpx; | ||
53 | + display: flex; | ||
54 | + position: relative; | ||
55 | +} | ||
56 | +.item_right_logo image{ | ||
57 | + width: 100%; | ||
58 | + height: 100%; | ||
59 | +} | ||
60 | +.logo{ | ||
61 | + align-items: center; | ||
62 | + padding: 12rpx 0; | ||
63 | +} | ||
64 | +.banner{ | ||
65 | + align-items: center; | ||
66 | + padding: 12rpx 0; | ||
67 | +} | ||
68 | +.close_logo{ | ||
69 | + width: 26rpx; | ||
70 | + height: 26rpx; | ||
71 | + display: flex; | ||
72 | + position: absolute; | ||
73 | + right: -10rpx; | ||
74 | + top: -8rpx; | ||
75 | +} | ||
76 | +.close_logo image{ | ||
77 | + width: 100%; | ||
78 | + height: 100%; | ||
79 | +} | ||
80 | +.item_right_banner{ | ||
81 | + width:250rpx; | ||
82 | + height:120rpx; | ||
83 | + display: flex; | ||
84 | + position: relative; | ||
85 | +} | ||
86 | +.item_right_banner image{ | ||
87 | + width: 100%; | ||
88 | + height: 100%; | ||
89 | +} | ||
90 | +.item_right_top{ | ||
91 | + display: flex; | ||
92 | +} | ||
93 | +.item_right_top_left{ | ||
94 | + width:126rpx; | ||
95 | + height:44rpx; | ||
96 | + line-height: 44rpx; | ||
97 | + text-align: center; | ||
98 | + /* background:rgba(255,170,0,1); */ | ||
99 | + border-radius:10rpx 0rpx 0rpx 10rpx; | ||
100 | + border: 1px solid #FFAA00; | ||
101 | + | ||
102 | + | ||
103 | + font-size:26rpx; | ||
104 | + font-family:PingFang-SC-Medium; | ||
105 | + font-weight:500; | ||
106 | + color:rgba(255,170,0,1); | ||
107 | +} | ||
108 | +.item_right_top_right{ | ||
109 | + width:126rpx; | ||
110 | + height:44rpx; | ||
111 | + line-height: 44rpx; | ||
112 | + text-align: center; | ||
113 | + /* background:rgba(255,170,0,1); */ | ||
114 | + border-radius:0rpx 10rpx 10rpx 0rpx; | ||
115 | + border: 1px solid #FFAA00; | ||
116 | + | ||
117 | + | ||
118 | + font-size:26rpx; | ||
119 | + font-family:PingFang-SC-Medium; | ||
120 | + font-weight:500; | ||
121 | + color:rgba(255,170,0,1); | ||
122 | +} | ||
123 | +.color_y{ | ||
124 | + background: #FFAA00; | ||
125 | + color: #fff; | ||
126 | +} | ||
127 | +.salary{ | ||
128 | + /* display: flex; */ | ||
129 | + flex-flow: column; | ||
130 | + text-align: left; | ||
131 | + align-items: normal; | ||
132 | +} | ||
133 | +.item_right_bottom{ | ||
134 | + margin-top: 27rpx; | ||
135 | + display: flex; | ||
136 | + align-items: center; | ||
137 | +} | ||
138 | +.item_right_bottom_i{ | ||
139 | + width:120rpx; | ||
140 | + height:44rpx; | ||
141 | + line-height: 44rpx; | ||
142 | + text-align: center; | ||
143 | + background:rgba(242,242,242,1); | ||
144 | + border-radius:2rpx; | ||
145 | + | ||
146 | + | ||
147 | + font-size:28rpx; | ||
148 | + font-family:PingFang-SC-Medium; | ||
149 | + font-weight:500; | ||
150 | + color:rgba(26,26,26,1); | ||
151 | + | ||
152 | +} | ||
153 | +.item_arrowsR{ | ||
154 | + width: 60rpx; | ||
155 | + height: 30rpx; | ||
156 | + display: flex; | ||
157 | +} | ||
158 | +.item_arrowsR image{ | ||
159 | + width: 100%; | ||
160 | + height: 100%; | ||
161 | +} | ||
162 | +.item_right_bottom_money{ | ||
163 | + margin-left: 29rpx; | ||
164 | + width:138rpx; | ||
165 | + height:44rpx; | ||
166 | + line-height: 44rpx; | ||
167 | + | ||
168 | + background:rgba(242,242,242,1); | ||
169 | + border-radius:2rpx; | ||
170 | + | ||
171 | + font-size:28rpx; | ||
172 | + font-family:PingFang-SC-Medium; | ||
173 | + font-weight:500; | ||
174 | + color:rgba(26,26,26,1); | ||
175 | + padding-left: 20rpx; | ||
176 | + position: relative; | ||
177 | +} | ||
178 | +.bottom_money_icon{ | ||
179 | + width:20rpx; | ||
180 | + height:12rpx; | ||
181 | + display: flex; | ||
182 | + position: absolute; | ||
183 | + top: 16rpx; | ||
184 | + right: 12rpx; | ||
185 | +} | ||
186 | +.bottom_money_icon image{ | ||
187 | + width: 100%; | ||
188 | + height: 100%; | ||
189 | +} | ||
190 | +.releaseTime{ | ||
191 | + flex-flow: column; | ||
192 | + text-align: left; | ||
193 | + align-items: normal; | ||
194 | +} | ||
195 | +.item_right_rel{ | ||
196 | + width:313rpx; | ||
197 | + height:44rpx; | ||
198 | + line-height: 44rpx; | ||
199 | + | ||
200 | + background:rgba(242,242,242,1); | ||
201 | + | ||
202 | + font-size:28rpx; | ||
203 | + font-family:PingFang-SC-Medium; | ||
204 | + font-weight:500; | ||
205 | + color:rgba(26,26,26,1); | ||
206 | + padding-left: 20rpx; | ||
207 | + position: relative; | ||
208 | +} | ||
209 | +.item_right_rel_icon{ | ||
210 | + width:20rpx; | ||
211 | + height:12rpx; | ||
212 | + display: flex; | ||
213 | + position: absolute; | ||
214 | + top: 16rpx; | ||
215 | + right: 12rpx; | ||
216 | +} | ||
217 | +.item_right_rel_icon image{ | ||
218 | + width: 100%; | ||
219 | + height: 100%; | ||
220 | +} | ||
221 | +.item_right_arrowsB{ | ||
222 | + width: 30rpx; | ||
223 | + height: 50rpx; | ||
224 | + display: flex; | ||
225 | + margin-left: 150rpx; | ||
226 | +} | ||
227 | +.item_right_arrowsB image{ | ||
228 | + width: 100%; | ||
229 | + height: 100%; | ||
230 | +} | ||
231 | +.map{ | ||
232 | + flex-flow: column; | ||
233 | +} | ||
234 | +.map_pic{ | ||
235 | + margin-top: 33rpx; | ||
236 | + width:686rpx; | ||
237 | + height:300rpx; | ||
238 | + display: flex; | ||
239 | +} | ||
240 | +.map_pic image{ | ||
241 | + width: 100%; | ||
242 | + height: 100%; | ||
243 | +} | ||
244 | +.map_item{ | ||
245 | + display: flex; | ||
246 | + justify-content: space-between; | ||
247 | +} | ||
248 | +.employ{ | ||
249 | + display: flex; | ||
250 | + box-sizing: border-box; | ||
251 | + padding: 33rpx 0; | ||
252 | + margin: 0 32rpx; | ||
253 | + border-bottom: 1px solid #EBEBEB; | ||
254 | +} | ||
255 | +.employ_left{ | ||
256 | + font-size:32rpx; | ||
257 | + font-family:PingFang-SC-Medium; | ||
258 | + font-weight:500; | ||
259 | + color:rgba(102,102,102,1); | ||
260 | +} | ||
261 | +.employ_right{ | ||
262 | + display: flex; | ||
263 | + flex-flow: column; | ||
264 | +} | ||
265 | +.employ_item{ | ||
266 | + width: 100%; | ||
267 | + margin-left: 40rpx; | ||
268 | + height: 32rpx; | ||
269 | + display: flex; | ||
270 | + align-items: center; | ||
271 | + justify-content: space-between; | ||
272 | + margin-top: 39rpx; | ||
273 | +} | ||
274 | +.employ_item:first-child{ | ||
275 | + margin-top: 0; | ||
276 | +} | ||
277 | +.employ_item_i{ | ||
278 | + | ||
279 | + font-size:32rpx; | ||
280 | + font-family:PingFang-SC-Medium; | ||
281 | + font-weight:500; | ||
282 | + color:rgba(26,26,26,0.8); | ||
283 | + | ||
284 | +} | ||
285 | +.employ_item input{ | ||
286 | + width: 260rpx; | ||
287 | + height: 32rpx; | ||
288 | + font-size:30rpx; | ||
289 | + font-family:PingFang-SC-Medium; | ||
290 | + font-weight:500; | ||
291 | + color:#1A1A1A; | ||
292 | +} | ||
293 | +.employ_item_text{ | ||
294 | + width: 260rpx; | ||
295 | + font-size:32rpx; | ||
296 | + font-family:PingFang-SC-Medium; | ||
297 | + font-weight:500; | ||
298 | + color:rgba(26,26,26,1); | ||
299 | +} | ||
300 | +.require{ | ||
301 | + display:flex; | ||
302 | + flex-flow: column; | ||
303 | + box-sizing:border-box; | ||
304 | + padding:33rpx 0; | ||
305 | + margin:0 32rpx; | ||
306 | + border-bottom:1px solid #EBEBEB; | ||
307 | + | ||
308 | +} | ||
309 | +.require_top{ | ||
310 | + font-size:32rpx; | ||
311 | + font-family:PingFang-SC-Medium; | ||
312 | + font-weight:500; | ||
313 | + color:rgba(102,102,102,1); | ||
314 | +} | ||
315 | +.require_textarea{ | ||
316 | + margin-top: 23rpx; | ||
317 | + width:686rpx; | ||
318 | + height:300rpx; | ||
319 | + background:rgba(242,242,242,1); | ||
320 | + border-radius:10rpx; | ||
321 | + | ||
322 | + font-size:28rpx; | ||
323 | + font-family:PingFang-SC-Medium; | ||
324 | + font-weight:500; | ||
325 | + color:rgba(26,26,26,1); | ||
326 | + line-height:42rpx; | ||
327 | + box-sizing: border-box; | ||
328 | + padding: 24rpx 25rpx; | ||
329 | + position: relative; | ||
330 | +} | ||
331 | +.require_textarea textarea{ | ||
332 | + width: 100%; | ||
333 | + height: 100%; | ||
334 | + | ||
335 | +} | ||
336 | +.require_textarea_text{ | ||
337 | + font-size:24rpx; | ||
338 | + font-family:PingFang-SC-Medium; | ||
339 | + font-weight:500; | ||
340 | + color:rgba(153,153,153,1); | ||
341 | + position: absolute; | ||
342 | + right: 25rpx; | ||
343 | + bottom: 23rpx; | ||
344 | +} | ||
345 | +.bottom{ | ||
346 | + margin: 32rpx 0; | ||
347 | + display: flex; | ||
348 | + align-items: center; | ||
349 | + justify-content: center; | ||
350 | +} | ||
351 | +.bottom_btn{ | ||
352 | + width:686rpx; | ||
353 | + height:90rpx; | ||
354 | + line-height: 90rpx; | ||
355 | + text-align: center; | ||
356 | + background:rgba(255,129,44,1); | ||
357 | + border-radius:5rpx; | ||
358 | + | ||
359 | + font-size:28rpx; | ||
360 | + font-family:PingFang-SC-Medium; | ||
361 | + font-weight:500; | ||
362 | + color:rgba(255,255,255,1); | ||
363 | +} |
@@ -14,7 +14,8 @@ | @@ -14,7 +14,8 @@ | ||
14 | <!-- 小盒子 --> | 14 | <!-- 小盒子 --> |
15 | <view class='item_1_mid'> | 15 | <view class='item_1_mid'> |
16 | <view class='item_1_mid_t'> | 16 | <view class='item_1_mid_t'> |
17 | - <span class='color_yellow'>自己</span>可得 | 17 | + <!-- <span class='color_yellow'>自己</span>可得 --> |
18 | + <image src='../../img/aicon_52@2x.png'></image> | ||
18 | </view> | 19 | </view> |
19 | <view class='item_1_mid_b'> | 20 | <view class='item_1_mid_b'> |
20 | <view>邀请任意好友自己可得1元现金奖励</view> | 21 | <view>邀请任意好友自己可得1元现金奖励</view> |
@@ -24,7 +25,8 @@ | @@ -24,7 +25,8 @@ | ||
24 | <!-- 小盒子 --> | 25 | <!-- 小盒子 --> |
25 | <view class='item_1_mid'> | 26 | <view class='item_1_mid'> |
26 | <view class='item_1_mid_t'> | 27 | <view class='item_1_mid_t'> |
27 | - <span class='color_yellow'>好友</span>可得 | 28 | + <!-- <span class='color_yellow'>好友</span>可得 --> |
29 | + <image src='../../img/aicon_53@2x.png'></image> | ||
28 | </view> | 30 | </view> |
29 | <view class='item_1_mid_b'> | 31 | <view class='item_1_mid_b'> |
30 | <view>邀请任意好友自己可得1元现金奖励</view> | 32 | <view>邀请任意好友自己可得1元现金奖励</view> |
@@ -47,7 +47,7 @@ page{ | @@ -47,7 +47,7 @@ page{ | ||
47 | display: flex; | 47 | display: flex; |
48 | flex-flow: column; | 48 | flex-flow: column; |
49 | } | 49 | } |
50 | -.item_1_mid_t{ | 50 | +/* .item_1_mid_t{ |
51 | width:584rpx; | 51 | width:584rpx; |
52 | height:72rpx; | 52 | height:72rpx; |
53 | line-height: 72rpx; | 53 | line-height: 72rpx; |
@@ -57,7 +57,18 @@ page{ | @@ -57,7 +57,18 @@ page{ | ||
57 | font-size: 40rpx; | 57 | font-size: 40rpx; |
58 | color: #fff; | 58 | color: #fff; |
59 | font-family:PangMenZhengDao; | 59 | font-family:PangMenZhengDao; |
60 | +} */ | ||
61 | +.item_1_mid_t{ | ||
62 | + width:584rpx; | ||
63 | + height:72rpx; | ||
64 | + border-radius:22px 22px 0px 0px; | ||
65 | + display: flex; | ||
60 | } | 66 | } |
67 | +.item_1_mid_t image{ | ||
68 | + width: 100%; | ||
69 | + height: 100%; | ||
70 | +} | ||
71 | + | ||
61 | .color_yellow{ | 72 | .color_yellow{ |
62 | color: #FFF285; | 73 | color: #FFF285; |
63 | } | 74 | } |
pages/regSuccess/regSuccess.js
0 → 100644
1 | +// pages/regSuccess/regSuccess.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + onLoad: function (options) { | ||
15 | + | ||
16 | + }, | ||
17 | + | ||
18 | + /** | ||
19 | + * 生命周期函数--监听页面初次渲染完成 | ||
20 | + */ | ||
21 | + onReady: function () { | ||
22 | + | ||
23 | + }, | ||
24 | + | ||
25 | + /** | ||
26 | + * 生命周期函数--监听页面显示 | ||
27 | + */ | ||
28 | + onShow: function () { | ||
29 | + | ||
30 | + }, | ||
31 | + | ||
32 | + /** | ||
33 | + * 生命周期函数--监听页面隐藏 | ||
34 | + */ | ||
35 | + onHide: function () { | ||
36 | + | ||
37 | + }, | ||
38 | + | ||
39 | + /** | ||
40 | + * 生命周期函数--监听页面卸载 | ||
41 | + */ | ||
42 | + onUnload: function () { | ||
43 | + | ||
44 | + }, | ||
45 | + | ||
46 | + /** | ||
47 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
48 | + */ | ||
49 | + onPullDownRefresh: function () { | ||
50 | + | ||
51 | + }, | ||
52 | + | ||
53 | + /** | ||
54 | + * 页面上拉触底事件的处理函数 | ||
55 | + */ | ||
56 | + onReachBottom: function () { | ||
57 | + | ||
58 | + }, | ||
59 | + | ||
60 | + /** | ||
61 | + * 用户点击右上角分享 | ||
62 | + */ | ||
63 | + onShareAppMessage: function () { | ||
64 | + | ||
65 | + } | ||
66 | +}) |
pages/regSuccess/regSuccess.json
0 → 100644
pages/regSuccess/regSuccess.wxml
0 → 100644
1 | + | ||
2 | +<view class='container'> | ||
3 | + <view class='top'> | ||
4 | + <image src='../../img/back_big.png'></image> | ||
5 | + <view class='top_item'> | ||
6 | + <view class='top_item_t'>恭喜您报名成功该岗位</view> | ||
7 | + <view class='top_item_b'>请通过以下方式联系招聘者,祝您一切顺利!</view> | ||
8 | + </view> | ||
9 | + </view> | ||
10 | + | ||
11 | + <!-- 中部 --> | ||
12 | + <view class='mid'> | ||
13 | + <view class='mid_item'> | ||
14 | + <view class='mid_item_left'> | ||
15 | + <view class='left_pic'> | ||
16 | + <image src='../../img/aicon_26@2x.png'></image> | ||
17 | + </view> | ||
18 | + <view class='left_text'>手机号</view> | ||
19 | + </view> | ||
20 | + | ||
21 | + <view class='mid_item_right'> | ||
22 | + <view class='right_number'>13987654321</view> | ||
23 | + <view class='right_copy'>复制</view> | ||
24 | + </view> | ||
25 | + </view> | ||
26 | + | ||
27 | + <view class='mid_item'> | ||
28 | + <view class='mid_item_left'> | ||
29 | + <view class='left_pic wechat'> | ||
30 | + <image src='../../img/aicon_27@2x.png'></image> | ||
31 | + </view> | ||
32 | + <view class='left_text'>微信</view> | ||
33 | + </view> | ||
34 | + | ||
35 | + <view class='mid_item_right'> | ||
36 | + <view class='right_number'>yudh45374</view> | ||
37 | + <view class='right_copy'>复制</view> | ||
38 | + </view> | ||
39 | + </view> | ||
40 | + | ||
41 | + <view class='mid_item'> | ||
42 | + <view class='mid_item_left'> | ||
43 | + <view class='left_pic wechat_news '> | ||
44 | + <image src='../../img/aicon_28@2x.png'></image> | ||
45 | + </view> | ||
46 | + <view class='left_text'>微信公众号</view> | ||
47 | + </view> | ||
48 | + | ||
49 | + <view class='mid_item_right'> | ||
50 | + <view class='right_number'>优秀青年号</view> | ||
51 | + <view class='right_copy'>复制</view> | ||
52 | + </view> | ||
53 | + </view> | ||
54 | + | ||
55 | + <view class='mid_item'> | ||
56 | + <view class='mid_item_left'> | ||
57 | + <view class='left_pic QQ '> | ||
58 | + <image src='../../img/aicon_29@2x.png'></image> | ||
59 | + </view> | ||
60 | + <view class='left_text'>QQ号</view> | ||
61 | + </view> | ||
62 | + | ||
63 | + <view class='mid_item_right'> | ||
64 | + <view class='right_number'>15679863</view> | ||
65 | + <view class='right_copy'>复制</view> | ||
66 | + </view> | ||
67 | + </view> | ||
68 | + <view class='mid_item'> | ||
69 | + <view class='mid_item_left'> | ||
70 | + <view class='left_pic QQ_group '> | ||
71 | + <image src='../../img/aicon_30@2x.png'></image> | ||
72 | + </view> | ||
73 | + <view class='left_text'>QQ群</view> | ||
74 | + </view> | ||
75 | + | ||
76 | + <view class='mid_item_right'> | ||
77 | + <view class='right_number'>16587587725</view> | ||
78 | + <view class='right_copy'>复制</view> | ||
79 | + </view> | ||
80 | + </view> | ||
81 | + </view> | ||
82 | + | ||
83 | + <!-- 底部 --> | ||
84 | + <view class='bottom'> | ||
85 | + 报名后请主动联系商家,请不要缴纳商家以任何理由收取的费用,如有任何不正规工作,请在意见反馈或拨打客服电话向我们举报! | ||
86 | + </view> | ||
87 | +</view> |
pages/regSuccess/regSuccess.wxss
0 → 100644
1 | + | ||
2 | +page{ | ||
3 | + line-height: 1; | ||
4 | +} | ||
5 | + | ||
6 | +.container{ | ||
7 | + display: flex; | ||
8 | + flex-flow: column; | ||
9 | + align-items: center; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + width: 750rpx; | ||
13 | + height: 630rpx; | ||
14 | + display: flex; | ||
15 | + position: absolute; | ||
16 | + top: 0; | ||
17 | +} | ||
18 | +.top image{ | ||
19 | + width: 100%; | ||
20 | + height: 100%; | ||
21 | +} | ||
22 | +.top_item{ | ||
23 | + width: 100%; | ||
24 | + display: flex; | ||
25 | + flex-flow: column; | ||
26 | + align-items: center; | ||
27 | + justify-content: center; | ||
28 | + position: absolute; | ||
29 | + top: 240rpx; | ||
30 | +} | ||
31 | +.top_item_t{ | ||
32 | + font-size:36rpx; | ||
33 | + font-family:PingFang-SC-Bold; | ||
34 | + font-weight:bold; | ||
35 | + color:rgba(255,255,255,1); | ||
36 | +} | ||
37 | +.top_item_b{ | ||
38 | + margin-top: 15rpx; | ||
39 | + font-size:26rpx; | ||
40 | + font-family:PingFang-SC-Medium; | ||
41 | + font-weight:500; | ||
42 | + color:rgba(255,255,255,0.7); | ||
43 | + line-height:36rpx; | ||
44 | +} | ||
45 | + | ||
46 | +.mid{ | ||
47 | + margin-top: 366rpx; | ||
48 | + display: flex; | ||
49 | + flex-flow: column; | ||
50 | + width:656rpx; | ||
51 | + /* height:545px; */ | ||
52 | + background:rgba(255,255,255,1); | ||
53 | + box-shadow:0rpx 8rpx 60rpx 0rpx rgba(0, 0, 0, 0.1); | ||
54 | + border-radius:10rpx; | ||
55 | + z-index: 666; | ||
56 | +} | ||
57 | +.mid_item{ | ||
58 | + display: flex; | ||
59 | + align-items: center; | ||
60 | + justify-content: space-between; | ||
61 | + box-sizing: border-box; | ||
62 | + padding: 35rpx 0 32rpx 0; | ||
63 | + margin: 0 32rpx; | ||
64 | + border-bottom: 1px solid #EBEBEB; | ||
65 | +} | ||
66 | +.mid_item:last-child{ | ||
67 | + border:none; | ||
68 | +} | ||
69 | +.mid_item_left{ | ||
70 | + display: flex; | ||
71 | + align-items: center; | ||
72 | +} | ||
73 | +.left_pic{ | ||
74 | + width:18rpx; | ||
75 | + height:28rpx; | ||
76 | + display: flex; | ||
77 | +} | ||
78 | +.left_pic image{ | ||
79 | + width: 100%; | ||
80 | + height: 100%; | ||
81 | +} | ||
82 | +.left_text{ | ||
83 | + margin-left: 30rpx; | ||
84 | + font-size:32rpx; | ||
85 | + font-family:PingFang-SC-Medium; | ||
86 | + font-weight:500; | ||
87 | + color:rgba(26,26,26,0.8); | ||
88 | +} | ||
89 | +.mid_item_right{ | ||
90 | + display: flex; | ||
91 | + align-items: center; | ||
92 | +} | ||
93 | +.right_number{ | ||
94 | + width: 250rpx; | ||
95 | + font-size:32rpx; | ||
96 | + font-family:PingFang-SC-Medium; | ||
97 | + font-weight:500; | ||
98 | + color:rgba(26,26,26,1); | ||
99 | +} | ||
100 | +.right_copy{ | ||
101 | + width:80rpx; | ||
102 | + height:40rpx; | ||
103 | + line-height: 40rpx; | ||
104 | + text-align: center; | ||
105 | + border:1px solid rgba(255,170,0,1); | ||
106 | + border-radius:20rpx; | ||
107 | + | ||
108 | + font-size:26rpx; | ||
109 | + font-family:PingFang-SC-Medium; | ||
110 | + font-weight:500; | ||
111 | + color:rgba(255,170,0,1); | ||
112 | +} | ||
113 | +.wechat{ | ||
114 | + width:32rpx; | ||
115 | + height:24rpx; | ||
116 | + display: flex; | ||
117 | +} | ||
118 | +.wechat image{ | ||
119 | + width: 100%; | ||
120 | + height: 100%; | ||
121 | +} | ||
122 | +.wechat_news{ | ||
123 | + width:24rpx; | ||
124 | + height:28rpx; | ||
125 | + display: flex; | ||
126 | +} | ||
127 | +.wechat_news image{ | ||
128 | + width: 100%; | ||
129 | + height: 100%; | ||
130 | +} | ||
131 | +.QQ{ | ||
132 | + width:22rpx; | ||
133 | + height:25rpx; | ||
134 | + display: flex; | ||
135 | +} | ||
136 | +.QQ image{ | ||
137 | + width: 100%; | ||
138 | + height: 100%; | ||
139 | +} | ||
140 | +.QQ_group{ | ||
141 | + width:28rpx; | ||
142 | + height:22rpx; | ||
143 | + display: flex; | ||
144 | +} | ||
145 | +.QQ_group image{ | ||
146 | + width: 100%; | ||
147 | + height: 100%; | ||
148 | +} | ||
149 | +.bottom{ | ||
150 | + font-size:26rpx; | ||
151 | + text-align: center; | ||
152 | + font-family:PingFang-SC-Regular; | ||
153 | + font-weight:400; | ||
154 | + color:rgba(153,153,153,1); | ||
155 | + line-height: 40rpx; | ||
156 | + padding: 40rpx 70rpx 140rpx 85rpx; | ||
157 | +} |
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | "list": [] | 37 | "list": [] |
38 | }, | 38 | }, |
39 | "miniprogram": { | 39 | "miniprogram": { |
40 | - "current": 17, | 40 | + "current": 21, |
41 | "list": [ | 41 | "list": [ |
42 | { | 42 | { |
43 | "id": -1, | 43 | "id": -1, |
@@ -164,6 +164,34 @@ | @@ -164,6 +164,34 @@ | ||
164 | "pathName": "pages/inviteFriends/inviteFriends", | 164 | "pathName": "pages/inviteFriends/inviteFriends", |
165 | "query": "", | 165 | "query": "", |
166 | "scene": null | 166 | "scene": null |
167 | + }, | ||
168 | + { | ||
169 | + "id": 18, | ||
170 | + "name": "2.1报名成功", | ||
171 | + "pathName": "pages/regSuccess/regSuccess", | ||
172 | + "query": "", | ||
173 | + "scene": null | ||
174 | + }, | ||
175 | + { | ||
176 | + "id": -1, | ||
177 | + "name": "6.1个人中心", | ||
178 | + "pathName": "pages/mine/mine", | ||
179 | + "query": "", | ||
180 | + "scene": null | ||
181 | + }, | ||
182 | + { | ||
183 | + "id": -1, | ||
184 | + "name": "6.2发布", | ||
185 | + "pathName": "pages/publish/publish", | ||
186 | + "query": "", | ||
187 | + "scene": null | ||
188 | + }, | ||
189 | + { | ||
190 | + "id": -1, | ||
191 | + "name": "6.3岗位详情", | ||
192 | + "pathName": "pages/positionDetails/positionDetails", | ||
193 | + "query": "", | ||
194 | + "scene": null | ||
167 | } | 195 | } |
168 | ] | 196 | ] |
169 | } | 197 | } |
-
请 注册 或 登录 后发表评论