作者 Lijianheng

update

{
"pages":[
"pages/positionDetails/positionDetails",
"pages/regSuccess/regSuccess",
"pages/inviteFriends/inviteFriends",
"pages/recommend/recommend",
"pages/financialRecord/financialRecord",
... ...
... ... @@ -365,5 +365,87 @@
</view>
<!-- 简历遮盖层 -->
<view class='mask2' style='display:none'>
<view class='mask2_mid'>
<!-- 关闭 -->
<view class='mask2_close'>
<image src='../../img/aicon_47@2x.png'></image>
</view>
<view class='mask2_mid_top'>
<view class='mask2_mid_top_big'>我的简历</view>
<view class='mask2_mid_top_small'>亲,您需要完善您的简历,才能报名哦!</view>
</view>
<!-- 下划线 -->
<view class='mask2_mid_underline'></view>
<!-- 真实姓名 -->
<view class='mask2_item'>
<view class='mask2_item_left'>真实姓名</view>
<view class='mask2_item_right'>张林</view>
</view>
<!-- 性别 -->
<view class='mask2_item'>
<view class='mask2_item_left'>性别</view>
<view class='mask2_item_select'>
<view class='mask2_select_left color_select'>男</view>
<view class='mask2_select_right'>女</view>
</view>
</view>
<!-- 手机号 -->
<view class='mask2_item'>
<view class='mask2_item_left'>手机号</view>
<view class='mask2_item_right'>15578862868</view>
</view>
<!-- 出生日期 -->
<view class='mask2_item birth'>
<view class='mask2_item_left'>出生日期</view>
<view class='mask2_item_date'>
<view class='mask2_item_date_text'>2019-03-16</view>
<view class='mask2_item_date_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<!-- 家乡 -->
<view class='mask2_item'>
<view class='mask2_item_left'>家乡</view>
<input placeholder='请输入您的家乡'></input>
</view>
<!-- 最高学历 -->
<view class='mask2_item birth'>
<view class='mask2_item_left'>出生日期</view>
<view class='mask2_item_date'>
<view class='mask2_item_date_text'>高中</view>
<view class='mask2_item_date_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<!-- 工作年限 -->
<view class='mask2_item birth'>
<view class='mask2_item_left'>工作年限</view>
<view class='mask2_item_date'>
<view class='mask2_item_date_text'>10年以上</view>
<view class='mask2_item_date_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<!-- 是否在职 -->
<view class='mask2_item'>
<view class='mask2_item_left'>是否在职</view>
<view class='mask2_item_select'>
<view class='mask2_select_left color_select'>在职</view>
<view class='mask2_select_right'>离职</view>
</view>
</view>
<!-- 完成按钮 -->
<view class='bottom'>
完成
</view>
</view>
</view>
</view>
... ...
... ... @@ -9,7 +9,7 @@ page{
flex-flow: column;
}
.top{
width: 100%;
/* width: 100%; */
display: flex;
background: #fff;
padding: 24rpx 32rpx;
... ... @@ -37,7 +37,7 @@ page{
display: flex;
align-items: center;
width:570rpx;
width:560rpx;
height:60rpx;
background:rgba(237,238,242,1);
border-radius:10rpx;
... ... @@ -403,4 +403,167 @@ page{
font-size: 26rpx;
color: #fff;
background:rgba(255,170,0,1);
}
.mask2{
position: fixed;
width:750rpx;
height:1120rpx;
background:rgba(0,0,0,0.4);
z-index: 666;
display: flex;
align-items: center;
justify-content: center;
}
.mask2_mid{
/* margin-top: 30rpx; */
display: flex;
flex-flow: column;
align-items: center;
width:686rpx;
/* height:1000rpx; */
background:rgba(255,255,255,1);
border-radius:10rpx;
position: relative;
}
.mask2_close{
width:30rpx;
height:30rpx;
display: flex;
position: absolute;
top: 29rpx;
right: 29rpx;
}
.mask2_close image{
width: 100%;
height: 100%;
}
.mask2_mid_top{
width: 100%;
margin-top: 51rpx;
display: flex;
flex-flow: column;
align-items: center;
/* justify-content: center; */
}
.mask2_mid_top_big{
font-size:40rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(26,26,26,1);
}
.mask2_mid_top_small{
margin-top: 32rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(102,102,102,1);
}
.mask2_mid_underline{
margin-top: 30rpx;
width:592rpx;
height:1px;
background:rgba(235,235,235,1);
}
.mask2_item{
width: 100%;
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
/* padding: 35rpx 47rpx; */
padding: 0 47rpx;
border-bottom: 1px solid #EBEBEB;
}
.mask2_item_left{
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(102,102,102,1);
}
.mask2_item_right{
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.mask2_item_select{
display: flex;
}
.mask2_select_left{
width:70rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
border: 1px solid #FFAA00;
border-radius:22rpx 0rpx 0rpx 22rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,170,0,1);
}
.mask2_select_right{
width:70rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
border: 1px solid #FFAA00;
border-radius:0rpx 22rpx 22rpx 0rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,170,0,1);
}
.color_select{
background: #FFAA00;
color: #fff;
}
.mask2_item_date{
display: flex;
align-items: center;
}
.mask2_item_date_text{
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.mask2_item_date_icon{
margin-left: 25rpx;
width:12rpx;
height:20rpx;
display: flex;
}
.mask2_item_date_icon image{
width: 100%;
height: 100%;
}
.mask2_item input{
height: 30rpx;
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
/* color:rgba(153,153,153,1); */
text-align: right;
}
.bottom{
margin: 12rpx 0;
width:592rpx;
height:80rpx;
line-height: 80rpx;
text-align: center;
background:rgba(255,129,44,1);
border-radius:5rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}
\ No newline at end of file
... ...
{
"usingComponents": {},
"navigationBarTitleText": "主页"
"navigationBarTitleText": "邀请好友"
}
\ No newline at end of file
... ...
... ... @@ -85,9 +85,44 @@
</view>
<!-- 提现弹层 -->
<view class='mask'>
<view class='mask' style='display:none' >
<view class='mask_item'>
<!-- 关闭 -->
<view class='mask_item_top'>
<view></view>
<view class='mask_item_top_pic'>
<image src='../../img/aicon_47@2x.png'></image>
</view>
</view>
<!-- 提现申请 -->
<view class='mask_item_title'>
提现申请
</view>
<!-- 输入信息 -->
<view class='input_item marin_t'>
<view class='input_item_left'>支付宝账户</view>
<input placeholder='请输入正确的支付宝账户'></input>
</view>
<view class='input_item'>
<view class='input_item_left'>账户姓名</view>
<input placeholder='请输入支付宝姓名'></input>
</view>
<view class='input_item item3'>
<view class='input_item_left'>输入提现金额</view>
<input placeholder='请输入10的倍数'></input>
<view class='input_text'>元</view>
</view>
<!-- 提交 -->
<view class='button_box'>
<view class='button'>提交</view>
</view>
<!-- 提示字体 -->
<view class='bottom_text'>
奖励需满10元可提,提现金额必须为10的倍数,每日最多提现一次,提交成功后,会在三个工作日内转账至您的支付宝账号,请确保账号、姓名填写正确哦~
</view>
</view>
</view>
... ...
... ... @@ -269,4 +269,104 @@ page{
height:679rpx;
background:rgba(255,255,255,1);
border-radius:10rpx;
}
\ No newline at end of file
box-sizing: border-box;
padding: 30rpx;
/* display: flex;
flex-flow: column; */
/* align-items: center; */
}
.mask_item_top{
display: flex;
justify-content: space-between;
}
.mask_item_top_pic{
width:30rpx;
height:30rpx;
display: flex;
}
.mask_item_top_pic image{
width: 100%;
height: 100%;
}
.mask_item_title{
text-align: center;
font-size:40rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(26,26,26,1);
}
.input_item{
margin-top: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.input_item_left{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
/* line-height:36px; */
width: 200rpx;
text-align: right;
}
.input_item input{
margin-left: 39rpx;
width:393rpx;
height:60rpx;
background:#F2F2F2;
border-radius:2rpx;
font-size: 28rpx;
box-sizing: border-box;
padding: 0 25rpx;
}
.item3 input{
width:340rpx;
height:60rpx;
background:rgba(242,242,242,1);
border-radius:2rpx;
}
.input_text{
margin-left: 23rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.marin_t{
margin-top: 57rpx;
}
.button_box{
margin-top: 40rpx;
display: flex;
align-items: center;
justify-content: center;
}
.button{
width:300rpx;
height:80rpx;
line-height: 80rpx;
text-align: center;
background:rgba(255,129,44,1);
border-radius:5rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}
.bottom_text{
margin-top: 20rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,102,0,0.8);
line-height: 36rpx;
box-sizing: border-box;
padding: 0 24rpx 10rpx 20rpx;
}
... ...
{
"usingComponents": {}
"usingComponents": {},
"navigationBarTitleText": "完善个人资料"
}
\ No newline at end of file
... ...
<!--pages/mine/mine.wxml-->
<text>pages/mine/mine.wxml</text>
<view class='container'>
<view class='head'>
<!-- 顶部 -->
<view class='head_top'>
<view class='head_top_left'>
<view class='head_top_left_pic'>
<image src='../../img/aicon_49@2x.png'></image>
</view>
<view class='head_top_left_text'>
宇宙无敌小可爱
</view>
</view>
<!-- 右边 -->
<view class='head_top_right'>
<!-- 账单图片 -->
<view class='head_top_right_pic'>
<image src='../../img/aicon_34@2x.png'></image>
</view>
<view class='head_top_right_text'>财务记录</view>
</view>
</view>
</view>
<!-- 取现盒子 -->
<view class='mid'>
<view class='mid_pic'>
<image src='../../img/aicon_35@2x.png'></image>
<view class='mid_content'>
<view class='mid_content_top'>可提现金额(元)</view>
<view class='mid_content_mid'>245</view>
<view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view>
</view>
<!-- 提现 -->
<view class='mid_deposit'>
<view class='mid_deposit_text'>提现</view>
<view class='mid_deposit_icon'>
<image src='../../img/aicon_33@2x.png'></image>
</view>
</view>
</view>
</view>
<!-- 应聘管理 -->
<view class='items'>
<view class='item_top'>应聘管理</view>
<view class='item_mid'>
<view class='item_mid_i'>
<view class='item_mid_i_top'>
<image src='../../img/aicon_36@2x.png'></image>
</view>
<view class='item_mid_i_text'>
报名记录
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top resume'>
<image src='../../img/aicon_37@2x.png'></image>
</view>
<view class='item_mid_i_text'>
我的简历
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top collect'>
<image src='../../img/aicon_38@2x.png'></image>
</view>
<view class='item_mid_i_text'>
岗位收藏
</view>
</view>
</view>
<!-- 招聘管理 -->
<view class='item_list'>
<view class='item_top'>招聘管理</view>
<view class='item_mid'>
<view class='item_mid_i'>
<view class='item_mid_i_top apply'>
<image src='../../img/aicon_39@2x.png'></image>
</view>
<view class='item_mid_i_text'>
报名名单
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top issue'>
<image src='../../img/aicon_40@2x.png'></image>
</view>
<view class='item_mid_i_text'>
发布岗位
</view>
</view>
</view>
</view>
<!-- 必备工具 -->
<view class='item_list'>
<view class='item_top'>必备工具</view>
<view class='item_mid'>
<view class='item_mid_i'>
<view class='item_mid_i_top recommend'>
<image src='../../img/aicon_41@2x.png'></image>
</view>
<view class='item_mid_i_text'>
报名名单
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top opinion'>
<image src='../../img/aicon_42@2x.png'></image>
</view>
<view class='item_mid_i_text'>
发布岗位
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top message'>
<image src='../../img/aicon_43@2x.png'></image>
</view>
<view class='item_mid_i_text'>
我的消息
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top service'>
<image src='../../img/aicon_44@2x.png'></image>
</view>
<view class='item_mid_i_text'>
在线客服
</view>
</view>
<view class='item_mid_i'>
<view class='item_mid_i_top tel'>
<image src='../../img/aicon_45@2x.png'></image>
</view>
<view class='item_mid_i_text'>
电话客服
</view>
</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
... ...
/* pages/mine/mine.wxss */
\ No newline at end of file
page{
line-height: 1;
background: #F2F2F2;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.head{
display: flex;
}
.head_top{
margin-top: 1px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 24rpx 32rpx;
background: #fff;
}
.head_top_left{
display: flex;
align-items: center;
}
.head_top_left_pic{
width:80rpx;
height:80rpx;
border-radius:50%;
display: flex;
}
.head_top_left_pic image{
width: 100%;
height: 100%;
}
.head_top_left_text{
margin-left: 24rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.head_top_right{
display: flex;
align-items: center;
justify-content: center;
width:158rpx;
height:43rpx;
line-height: 43rpx;
background:rgba(255,188,81,1);
border-radius:22rpx;
}
.head_top_right_pic{
width:16rpx;
height:18rpx;
display: flex;
}
.head_top_right_pic image{
width: 100%;
height: 100%;
}
.head_top_right_text{
margin-left: 10rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}
.mid{
display: flex;
background: #fff;
}
.mid_pic{
width: 742rpx;
height: 350rpx;
display: flex;
position: relative;
}
.mid_pic image{
width: 100%;
height: 100%;
}
.mid_content{
display: flex;
flex-flow: column;
position: absolute;
color: #fff;
left: 60rpx;
top: 70rpx;
}
.mid_content_top{
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,0.8);
}
.mid_content_mid{
margin-top: 20rpx;
font-size:80rpx;
font-family:Roboto-Medium;
font-weight:500;
color:rgba(255,255,255,1);
text-shadow:0rpx 12rpx 14rpx rgba(221,140,34,0.3);
background:linear-gradient(0deg,rgba(255,255,255,1) 0%, rgba(255,235,200,1) 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.mid_content_bottom{
margin-top: 30rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,0.8);
}
.mid_deposit{
position: absolute;
top: 100rpx;
right: 30rpx;
width:120rpx;
height:54rpx;
background:rgba(255,255,255,1);
border-radius:27rpx 0rpx 0rpx 27rpx;
display: flex;
align-items: center;
}
.mid_deposit_text{
margin-left: 28rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(254,147,70,1);
}
.mid_deposit_icon{
margin-left: 14rpx;
width:12rpx;
height:20rpx;
display: flex;
}
.mid_deposit_icon image{
width: 100%;
height: 100%;
}
.fontSize{
font-size:40rpx;
font-family:Roboto-Regular;
font-weight:400;
color:rgba(255,255,255,1);
text-shadow:0rpx 14rpx 14rpx rgba(250,127,52,0.22);
}
.items{
display: flex;
/* align-items: center; */
flex-flow: column;
}
.item_top{
width: 100%;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
background: #fff;
box-sizing: border-box;
padding: 30rpx 32rpx;
}
.item_mid{
margin-top: 1px;
display: flex;
flex-wrap: wrap;
background: #fff;
}
.item_mid_i{
width: 250rpx;
height: 150rpx;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-right: 1px solid #F2F2F2;
border-bottom: 1px solid #F2F2F2;
}
.item_mid_i_top{
width:64rpx;
height:66rpx;
/* box-shadow:0rpx 6rpx 12rpx 0rpx rgba(244,171,47,0.24); */
display: flex;
}
.item_mid_i_top image{
width: 100%;
height: 100%;
}
.item_mid_i_text{
font-size:26rpx;
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(26,26,26,1);
}
.resume{
width: 60rpx;
height: 66rpx;
display: flex;
}
.resume image{
width: 100%;
height: 100%;
}
.collect{
width: 64rpx;
height: 60rpx;
display: flex;
}
.collect image{
width: 100%;
height: 100%;
}
.item_list{
margin-top: 14rpx;
}
.apply{
width: 61rpx;
height: 62rpx;
display: flex;
}
.apply image{
width: 61rpx;
height: 62rpx;
}
.issue{
width: 68rpx;
height: 65rpx;
display: flex;
}
.issue image{
width: 100%;
height: 100%;
}
.recommend{
width: 63rpx;
height: 63rpx;
display: flex;
}
.recommend image{
width: 100%;
height: 100%;
}
.opinion{
width: 74rpx;
height: 60rpx;
display: flex;
}
.opinion image{
width: 100%;
height: 100%;
}
.message{
width: 66rpx;
height: 63rpx;
display: flex;
}
.message image{
width: 100%;
height: 100%;
}
.service{
width: 73rpx;
height: 60rpx;
display: flex;
}
.service image{
width: 100%;
height: 100%;
}
.tel{
width: 67rpx;
height: 60rpx;
display: flex;
}
.tel image{
width: 100%;
height: 100%;
}
\ No newline at end of file
... ...
// pages/positionDetails/positionDetails.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
... ...
{
"usingComponents": {},
"navigationBarTitleText": "岗位详情"
}
\ No newline at end of file
... ...
<view class='container'>
<view class='top'>
<view class='top_pic'>
<image src='../../img/aicon_18@2x.png'></image>
</view>
<view class='text_box'>
<!-- 文字 -->
<view class='top_text'>
吉野家韩式烤肉服务员
</view>
<!-- 工资 -->
<view class='top_money'>
4000-5000元/月
</view>
</view>
</view>
</view>
... ...
page{
background: #F5F5F5;
line-height: 1;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.top{
display: flex;
flex-flow: column;
background: #fff;
}
.top_pic{
width: 750rpx;
height: 360rpx;
display: flex;
}
.top_pic image{
width: 100%;
height: 100%;
}
.top_text{
font-size:36rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.top_money{
margin-top: 20rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,59,40,1);
}
.text_box{
box-sizing: border-box;
padding: 40rpx 40rpx;
}
\ No newline at end of file
... ...
{
"usingComponents": {}
"usingComponents": {},
"navigationBarTitleText": "发布"
}
\ No newline at end of file
... ...
<!--pages/publish/publish.wxml-->
<text>pages/publish/publish.wxml</text>
<view class='container'>
<view class='items'>
<view class='item'>
<view class='item_left'>岗位分类</view>
<view class='item_right'>
<view class='item_right_text'>在家可做</view>
<view class='item_right_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<view class='item'>
<view class='item_left'>选择行业</view>
<view class='item_right'>
<view class='item_right_text'>餐饮</view>
<view class='item_right_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<view class='item'>
<view class='item_left'>选择岗位</view>
<view class='item_right'>
<view class='item_right_text'>厨师</view>
<view class='item_right_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<!-- 企业logo -->
<view class='item logo'>
<view class='item_left'>企业logo</view>
<view class='item_right'>
<view class='item_right_logo'>
<image src='../../img/logo.png'></image>
<!-- 关闭图标 -->
<view class='close_logo'>
<image src='../../img/icon.png'></image>
</view>
</view>
<view class='item_right_icon'>
<!-- <image src='../../img/right.png'></image> -->
</view>
</view>
</view>
<!-- banner -->
<view class='item banner'>
<view class='item_left'>banner</view>
<view class='item_right'>
<view class='item_right_banner'>
<image src='../../img/logo.png'></image>
<!-- 关闭图标 -->
<view class='close_logo'>
<image src='../../img/icon.png'></image>
</view>
</view>
<view class='item_right_icon'>
<!-- <image src='../../img/right.png'></image> -->
</view>
</view>
</view>
<!-- 输入工资 -->
<view class='item'>
<view class='item_left'>输入工资</view>
<view class='item_right salary'>
<view class='item_right_top'>
<view class='item_right_top_left color_y'>酬薪范围</view>
<view class='item_right_top_right'>固定薪资</view>
</view>
<!-- 范围 -->
<view class='item_right_bottom'>
<view class='item_right_bottom_i'>
5000
</view>
<!-- 箭头 -->
<view class='item_arrowsR'>
<image src='../../img/arrowsR.png'></image>
</view>
<view class='item_right_bottom_i'>
5000
</view>
<!-- 元/月 -->
<view class='item_right_bottom_money'>
元/月
<view class='bottom_money_icon'>
<image src='../../img/aicon_01@2x.png'></image>
</view>
</view>
</view>
</view>
</view>
<!-- 选择学历 -->
<view class='item'>
<view class='item_left'>选择学历</view>
<view class='item_right'>
<view class='item_right_text'>小学及以下</view>
<view class='item_right_icon'>
<image src='../../img/right.png'></image>
</view>
</view>
</view>
<!-- 发布时间 -->
<view class='item'>
<view class='item_left'>发布时间</view>
<view class='item_right releaseTime'>
<!-- 时间 -->
<view class='item_right_rel'>
2019.10.26-13:32
<view class='item_right_rel_icon'>
<image src='../../img/aicon_01@2x.png'></image>
</view>
</view>
<!-- 下箭头 -->
<view class='item_right_arrowsB'>
<image src='../../img/arrowsB.png'></image>
</view>
<!-- 时间 -->
<view class='item_right_rel'>
2019.10.26-13:32
<view class='item_right_rel_icon'>
<image src='../../img/aicon_01@2x.png'></image>
</view>
</view>
</view>
</view>
<!-- 选工作地点 -->
<view class='item map'>
<view class='map_item'>
<view class='item_left'>选择行业</view>
<view class='item_right'>
<view class='item_right_text'>天津西青区银河百荣科技</view>
<view class='item_right_icon'>
<!-- <image src='../../img/right.png'></image> -->
</view>
</view>
</view>
<view class='map_pic'>
<image src='../../img/aicon_31@2x.png'></image>
</view>
</view>
<!-- 应聘联系方式 -->
<view class='employ'>
<view class='employ_left'>应聘联系方式</view>
<view class='employ_right'>
<!-- 手机号 -->
<view class='employ_item'>
<view class='employ_item_i'>手机号</view>
<input placeholder='请输入手机号'></input>
</view>
<!-- 微信号 -->
<view class='employ_item'>
<view class='employ_item_i'>微信</view>
<view class='employ_item_text'>yudh45374</view>
</view>
<!-- 微信公众号 -->
<view class='employ_item'>
<view class='employ_item_i'>微信公众号</view>
<view class='employ_item_text'>优秀青年号</view>
</view>
<!-- QQ号 -->
<view class='employ_item'>
<view class='employ_item_i'>QQ号</view>
<view class='employ_item_text'>15679863</view>
</view>
<!-- QQ群 -->
<view class='employ_item'>
<view class='employ_item_i'>QQ群</view>
<view class='employ_item_text'>16587587725</view>
</view>
</view>
</view>
<!-- 招聘要求 -->
<view class='require'>
<view class='require_top'>招聘要求</view>
<view class='require_textarea'>
<textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea>
<view class='require_textarea_text'>0/200</view>
</view>
</view>
<!-- 福利要求 -->
<view class='require'>
<view class='require_top'>福利要求</view>
<view class='require_textarea'>
<textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea>
<view class='require_textarea_text'>0/200</view>
</view>
</view>
<!-- 岗位描述 -->
<view class='require'>
<view class='require_top'>岗位描述</view>
<view class='require_textarea'>
<textarea placeholder='性别不限/学历不限/年龄不限/经验不限'></textarea>
<view class='require_textarea_text'>0/200</view>
</view>
</view>
</view>
<!-- 按钮 -->
<view class='bottom'>
<view class='bottom_btn'>确认发布</view>
</view>
</view>
\ No newline at end of file
... ...
/* pages/publish/publish.wxss */
\ No newline at end of file
page{
line-height: 1;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.items{
display: flex;
flex-flow: column;
}
.item{
display: flex;
justify-content: space-between;
box-sizing: border-box;
padding: 33rpx 0;
margin: 0 32rpx;
border-bottom: 1px solid #EBEBEB;
}
.item_left{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(102,102,102,1);
}
.item_right{
width: 450rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.item_right_text{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.item_right_icon{
width:12rpx;
height:20rpx;
display: flex;
}
.item_right_icon image{
width: 100%;
height: 100%;
}
.item_right_logo{
width:72rpx;
height:72rpx;
border-radius:2rpx;
display: flex;
position: relative;
}
.item_right_logo image{
width: 100%;
height: 100%;
}
.logo{
align-items: center;
padding: 12rpx 0;
}
.banner{
align-items: center;
padding: 12rpx 0;
}
.close_logo{
width: 26rpx;
height: 26rpx;
display: flex;
position: absolute;
right: -10rpx;
top: -8rpx;
}
.close_logo image{
width: 100%;
height: 100%;
}
.item_right_banner{
width:250rpx;
height:120rpx;
display: flex;
position: relative;
}
.item_right_banner image{
width: 100%;
height: 100%;
}
.item_right_top{
display: flex;
}
.item_right_top_left{
width:126rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
/* background:rgba(255,170,0,1); */
border-radius:10rpx 0rpx 0rpx 10rpx;
border: 1px solid #FFAA00;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,170,0,1);
}
.item_right_top_right{
width:126rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
/* background:rgba(255,170,0,1); */
border-radius:0rpx 10rpx 10rpx 0rpx;
border: 1px solid #FFAA00;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,170,0,1);
}
.color_y{
background: #FFAA00;
color: #fff;
}
.salary{
/* display: flex; */
flex-flow: column;
text-align: left;
align-items: normal;
}
.item_right_bottom{
margin-top: 27rpx;
display: flex;
align-items: center;
}
.item_right_bottom_i{
width:120rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
background:rgba(242,242,242,1);
border-radius:2rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.item_arrowsR{
width: 60rpx;
height: 30rpx;
display: flex;
}
.item_arrowsR image{
width: 100%;
height: 100%;
}
.item_right_bottom_money{
margin-left: 29rpx;
width:138rpx;
height:44rpx;
line-height: 44rpx;
background:rgba(242,242,242,1);
border-radius:2rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
padding-left: 20rpx;
position: relative;
}
.bottom_money_icon{
width:20rpx;
height:12rpx;
display: flex;
position: absolute;
top: 16rpx;
right: 12rpx;
}
.bottom_money_icon image{
width: 100%;
height: 100%;
}
.releaseTime{
flex-flow: column;
text-align: left;
align-items: normal;
}
.item_right_rel{
width:313rpx;
height:44rpx;
line-height: 44rpx;
background:rgba(242,242,242,1);
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
padding-left: 20rpx;
position: relative;
}
.item_right_rel_icon{
width:20rpx;
height:12rpx;
display: flex;
position: absolute;
top: 16rpx;
right: 12rpx;
}
.item_right_rel_icon image{
width: 100%;
height: 100%;
}
.item_right_arrowsB{
width: 30rpx;
height: 50rpx;
display: flex;
margin-left: 150rpx;
}
.item_right_arrowsB image{
width: 100%;
height: 100%;
}
.map{
flex-flow: column;
}
.map_pic{
margin-top: 33rpx;
width:686rpx;
height:300rpx;
display: flex;
}
.map_pic image{
width: 100%;
height: 100%;
}
.map_item{
display: flex;
justify-content: space-between;
}
.employ{
display: flex;
box-sizing: border-box;
padding: 33rpx 0;
margin: 0 32rpx;
border-bottom: 1px solid #EBEBEB;
}
.employ_left{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(102,102,102,1);
}
.employ_right{
display: flex;
flex-flow: column;
}
.employ_item{
width: 100%;
margin-left: 40rpx;
height: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 39rpx;
}
.employ_item:first-child{
margin-top: 0;
}
.employ_item_i{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,0.8);
}
.employ_item input{
width: 260rpx;
height: 32rpx;
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:#1A1A1A;
}
.employ_item_text{
width: 260rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.require{
display:flex;
flex-flow: column;
box-sizing:border-box;
padding:33rpx 0;
margin:0 32rpx;
border-bottom:1px solid #EBEBEB;
}
.require_top{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(102,102,102,1);
}
.require_textarea{
margin-top: 23rpx;
width:686rpx;
height:300rpx;
background:rgba(242,242,242,1);
border-radius:10rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
line-height:42rpx;
box-sizing: border-box;
padding: 24rpx 25rpx;
position: relative;
}
.require_textarea textarea{
width: 100%;
height: 100%;
}
.require_textarea_text{
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
position: absolute;
right: 25rpx;
bottom: 23rpx;
}
.bottom{
margin: 32rpx 0;
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn{
width:686rpx;
height:90rpx;
line-height: 90rpx;
text-align: center;
background:rgba(255,129,44,1);
border-radius:5rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}
\ No newline at end of file
... ...
... ... @@ -14,7 +14,8 @@
<!-- 小盒子 -->
<view class='item_1_mid'>
<view class='item_1_mid_t'>
<span class='color_yellow'>自己</span>可得
<!-- <span class='color_yellow'>自己</span>可得 -->
<image src='../../img/aicon_52@2x.png'></image>
</view>
<view class='item_1_mid_b'>
<view>邀请任意好友自己可得1元现金奖励</view>
... ... @@ -24,7 +25,8 @@
<!-- 小盒子 -->
<view class='item_1_mid'>
<view class='item_1_mid_t'>
<span class='color_yellow'>好友</span>可得
<!-- <span class='color_yellow'>好友</span>可得 -->
<image src='../../img/aicon_53@2x.png'></image>
</view>
<view class='item_1_mid_b'>
<view>邀请任意好友自己可得1元现金奖励</view>
... ...
... ... @@ -47,7 +47,7 @@ page{
display: flex;
flex-flow: column;
}
.item_1_mid_t{
/* .item_1_mid_t{
width:584rpx;
height:72rpx;
line-height: 72rpx;
... ... @@ -57,7 +57,18 @@ page{
font-size: 40rpx;
color: #fff;
font-family:PangMenZhengDao;
} */
.item_1_mid_t{
width:584rpx;
height:72rpx;
border-radius:22px 22px 0px 0px;
display: flex;
}
.item_1_mid_t image{
width: 100%;
height: 100%;
}
.color_yellow{
color: #FFF285;
}
... ...
// pages/regSuccess/regSuccess.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
... ...
{
"usingComponents": {},
"navigationBarTitleText": "报名成功"
}
\ No newline at end of file
... ...
<view class='container'>
<view class='top'>
<image src='../../img/back_big.png'></image>
<view class='top_item'>
<view class='top_item_t'>恭喜您报名成功该岗位</view>
<view class='top_item_b'>请通过以下方式联系招聘者,祝您一切顺利!</view>
</view>
</view>
<!-- 中部 -->
<view class='mid'>
<view class='mid_item'>
<view class='mid_item_left'>
<view class='left_pic'>
<image src='../../img/aicon_26@2x.png'></image>
</view>
<view class='left_text'>手机号</view>
</view>
<view class='mid_item_right'>
<view class='right_number'>13987654321</view>
<view class='right_copy'>复制</view>
</view>
</view>
<view class='mid_item'>
<view class='mid_item_left'>
<view class='left_pic wechat'>
<image src='../../img/aicon_27@2x.png'></image>
</view>
<view class='left_text'>微信</view>
</view>
<view class='mid_item_right'>
<view class='right_number'>yudh45374</view>
<view class='right_copy'>复制</view>
</view>
</view>
<view class='mid_item'>
<view class='mid_item_left'>
<view class='left_pic wechat_news '>
<image src='../../img/aicon_28@2x.png'></image>
</view>
<view class='left_text'>微信公众号</view>
</view>
<view class='mid_item_right'>
<view class='right_number'>优秀青年号</view>
<view class='right_copy'>复制</view>
</view>
</view>
<view class='mid_item'>
<view class='mid_item_left'>
<view class='left_pic QQ '>
<image src='../../img/aicon_29@2x.png'></image>
</view>
<view class='left_text'>QQ号</view>
</view>
<view class='mid_item_right'>
<view class='right_number'>15679863</view>
<view class='right_copy'>复制</view>
</view>
</view>
<view class='mid_item'>
<view class='mid_item_left'>
<view class='left_pic QQ_group '>
<image src='../../img/aicon_30@2x.png'></image>
</view>
<view class='left_text'>QQ群</view>
</view>
<view class='mid_item_right'>
<view class='right_number'>16587587725</view>
<view class='right_copy'>复制</view>
</view>
</view>
</view>
<!-- 底部 -->
<view class='bottom'>
报名后请主动联系商家,请不要缴纳商家以任何理由收取的费用,如有任何不正规工作,请在意见反馈或拨打客服电话向我们举报!
</view>
</view>
\ No newline at end of file
... ...
page{
line-height: 1;
}
.container{
display: flex;
flex-flow: column;
align-items: center;
}
.top{
width: 750rpx;
height: 630rpx;
display: flex;
position: absolute;
top: 0;
}
.top image{
width: 100%;
height: 100%;
}
.top_item{
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
position: absolute;
top: 240rpx;
}
.top_item_t{
font-size:36rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(255,255,255,1);
}
.top_item_b{
margin-top: 15rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,0.7);
line-height:36rpx;
}
.mid{
margin-top: 366rpx;
display: flex;
flex-flow: column;
width:656rpx;
/* height:545px; */
background:rgba(255,255,255,1);
box-shadow:0rpx 8rpx 60rpx 0rpx rgba(0, 0, 0, 0.1);
border-radius:10rpx;
z-index: 666;
}
.mid_item{
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 35rpx 0 32rpx 0;
margin: 0 32rpx;
border-bottom: 1px solid #EBEBEB;
}
.mid_item:last-child{
border:none;
}
.mid_item_left{
display: flex;
align-items: center;
}
.left_pic{
width:18rpx;
height:28rpx;
display: flex;
}
.left_pic image{
width: 100%;
height: 100%;
}
.left_text{
margin-left: 30rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,0.8);
}
.mid_item_right{
display: flex;
align-items: center;
}
.right_number{
width: 250rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.right_copy{
width:80rpx;
height:40rpx;
line-height: 40rpx;
text-align: center;
border:1px solid rgba(255,170,0,1);
border-radius:20rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,170,0,1);
}
.wechat{
width:32rpx;
height:24rpx;
display: flex;
}
.wechat image{
width: 100%;
height: 100%;
}
.wechat_news{
width:24rpx;
height:28rpx;
display: flex;
}
.wechat_news image{
width: 100%;
height: 100%;
}
.QQ{
width:22rpx;
height:25rpx;
display: flex;
}
.QQ image{
width: 100%;
height: 100%;
}
.QQ_group{
width:28rpx;
height:22rpx;
display: flex;
}
.QQ_group image{
width: 100%;
height: 100%;
}
.bottom{
font-size:26rpx;
text-align: center;
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(153,153,153,1);
line-height: 40rpx;
padding: 40rpx 70rpx 140rpx 85rpx;
}
\ No newline at end of file
... ...
... ... @@ -37,7 +37,7 @@
"list": []
},
"miniprogram": {
"current": 17,
"current": 21,
"list": [
{
"id": -1,
... ... @@ -164,6 +164,34 @@
"pathName": "pages/inviteFriends/inviteFriends",
"query": "",
"scene": null
},
{
"id": 18,
"name": "2.1报名成功",
"pathName": "pages/regSuccess/regSuccess",
"query": "",
"scene": null
},
{
"id": -1,
"name": "6.1个人中心",
"pathName": "pages/mine/mine",
"query": "",
"scene": null
},
{
"id": -1,
"name": "6.2发布",
"pathName": "pages/publish/publish",
"query": "",
"scene": null
},
{
"id": -1,
"name": "6.3岗位详情",
"pathName": "pages/positionDetails/positionDetails",
"query": "",
"scene": null
}
]
}
... ...