205 lines
3.2 KiB
Plaintext
205 lines
3.2 KiB
Plaintext
.recruit-title {
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit {
|
|
margin: 10rpx 0;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-back {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-cont {
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.recruit-padding {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recruit-block {
|
|
background-color: #5390f4;
|
|
border-radius: 50rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recruit-border {
|
|
border: 4rpx solid #000000;
|
|
border-radius: 50rpx;
|
|
padding: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recruit-img {
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-white {
|
|
background-color: white;
|
|
border-radius: 40rpx;
|
|
padding: 5rpx 35rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.recruit-white::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: calc(50% - 100rpx);
|
|
top: -18rpx;
|
|
background-color: #ffde49;
|
|
height: 36rpx;
|
|
width: 200rpx;
|
|
border-radius: 80rpx;
|
|
}
|
|
|
|
.recruit-label {
|
|
padding: 5rpx 0 5rpx 30rpx;
|
|
margin: 40rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.recruit-label::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #5390f4;
|
|
border-radius: 50rpx;
|
|
width: 10rpx;
|
|
height: 100%;
|
|
}
|
|
|
|
.recruit-title {
|
|
display: flex;
|
|
font-weight: 600;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.recruit-name {
|
|
flex: 1;
|
|
}
|
|
|
|
.recruit-text {
|
|
margin-top: 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.recruit-number {
|
|
position: absolute;
|
|
right: -2rpx;
|
|
top: 5rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.recruit-see {
|
|
position: relative;
|
|
width: 70rpx;
|
|
margin: 0 2rpx;
|
|
}
|
|
|
|
.recruit-see-img,
|
|
.recruit-see-text {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.recruit-see-img {
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-see-text {
|
|
text-align: center;
|
|
color: #ffffff;
|
|
width: 70rpx;
|
|
line-height: 90rpx;
|
|
font-weight: 600;
|
|
font-size: 54rpx;
|
|
}
|
|
|
|
/* 流程 */
|
|
.recruit-flow {
|
|
text-align: center;
|
|
margin: 60rpx 0 20rpx;
|
|
}
|
|
|
|
.recruit-flow-img {
|
|
width: 55%;
|
|
}
|
|
|
|
.recruit-btn {
|
|
position: relative;
|
|
margin: 60rpx 0 30rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.recruit-btn-img,
|
|
.recruit-btn-text {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-btn-text {
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.recruit-btn-img.active {
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(100%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
filter: gray;
|
|
}
|
|
|
|
.recruit-bottom {
|
|
position: relative;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.recruit-bottom-img {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-bottom-text {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
z-index: 9;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.reject-tips {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #5390f4;
|
|
}
|
|
|
|
/* .reject-tips image {
|
|
width: 38rpx;
|
|
display: inline-block;
|
|
} */ |