You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
252 lines
4.1 KiB
252 lines
4.1 KiB
/* pages/newRecruitment/newRecruitment.wxss */
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
}
|
|
.container {
|
|
width: 100vw;
|
|
height: auto;
|
|
padding: 20rpx 40rpx 124rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.container .list_item {
|
|
width: 100%;
|
|
height: 104rpx;
|
|
display: flex;
|
|
color: #666666;
|
|
position: relative;
|
|
|
|
border-bottom: 2rpx solid #E6E6E6;
|
|
}
|
|
|
|
.container .list_item .get_code{
|
|
flex-shrink: 0;
|
|
width: 140rpx;
|
|
line-height: 104rpx;
|
|
font-size: 28rpx;
|
|
color: #3476FE;
|
|
}
|
|
|
|
.container .list_item .count{
|
|
width: 240rpx;
|
|
font-size: 28rpx;
|
|
line-height: 104rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.container .title{
|
|
margin-bottom: 20rpx;
|
|
border-bottom: 0rpx;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
.container .list_item>text {
|
|
flex-shrink: 0;
|
|
width: 116rpx;
|
|
height: 104rpx;
|
|
line-height: 104rpx;
|
|
text-align: justify;
|
|
text-align-last: justify;
|
|
position: relative;
|
|
content: 0;
|
|
font-size: 28rpx;
|
|
margin-right: 40rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.container .list_item input{
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
box-sizing: border-box;
|
|
padding-right: 20rpx;
|
|
line-height: 104rpx;
|
|
}
|
|
|
|
|
|
.container .list_item input ::placeholder{
|
|
color: #999999;
|
|
}
|
|
|
|
/* .container .list_item>text::before {
|
|
width: 100%;
|
|
display: inline-block;
|
|
content: '';
|
|
} */
|
|
|
|
.container .list_item input::after {
|
|
width: 100%;
|
|
display: inline-block;
|
|
content: '';
|
|
}
|
|
|
|
|
|
.container .list_item>text::after {
|
|
width: 100%;
|
|
display: inline-block;
|
|
content: '';
|
|
}
|
|
|
|
.container .identity_pic{
|
|
width: 100%;
|
|
background: #FBFBFB;
|
|
margin-top: 40rpx;
|
|
padding: 40rpx 0 0;
|
|
box-sizing: border-box;
|
|
color: #4482FF;
|
|
}
|
|
|
|
.container .identity_pic .title{
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.container .identity_pic .identity_card{
|
|
width: 500rpx;
|
|
height: 308rpx;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-bottom: 40rpx;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 1;
|
|
}
|
|
|
|
.container .identity_pic .identity_card image{
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
}
|
|
|
|
.container .identity_pic .identity_card .bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.container .identity_pic .identity_card text{
|
|
margin-top: 22rpx;
|
|
}
|
|
|
|
.container .identity_pic .agreement{
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.container .identity_pic .agreement image{
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
margin-right: 14rpx;
|
|
}
|
|
|
|
|
|
.issue{
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-top: 2rpx solid rgba(0, 0, 0, .1);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: white;
|
|
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.issue view{
|
|
width: 670rpx;
|
|
height: 74rpx;
|
|
border-radius: 44rpx;
|
|
background: #3476FE;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
font-size: 34rpx;
|
|
text-align: center;
|
|
line-height: 74rpx;
|
|
}
|
|
|
|
.container_audit{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
padding: 56rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.container_audit .header{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 24rpx ;
|
|
color: #999999;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
|
|
.container_audit .header text:nth-of-type(1){
|
|
font-size: 28rpx;
|
|
color: #646464;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.container_audit .header .img{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
background-color: #3476FE;
|
|
}
|
|
|
|
.container_audit .header .img image{
|
|
width: 58rpx;
|
|
height: 76rpx;
|
|
}
|
|
|
|
.container_audit .footer{
|
|
width: 100%;
|
|
height: 500rpx;
|
|
margin-top: 40rpx;
|
|
color: #333333;
|
|
text-align: center;
|
|
}
|
|
|
|
.container_audit .footer view{
|
|
height: 102rpx;
|
|
border-bottom: 2rpx solid #EEEEEE;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.container_audit .footer view text:nth-of-type(1){
|
|
letter-spacing: 10rpx;
|
|
}
|
|
|
|
|
|
.container_audit .footer .explain{
|
|
margin-top: 20rpx;
|
|
font-size: 22rpx;
|
|
color: #999999;
|
|
}
|