613 lines
9.7 KiB
Plaintext
613 lines
9.7 KiB
Plaintext
.recruit-title {
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit,
|
|
.clockIn {
|
|
margin: 10rpx 0;
|
|
position: relative;
|
|
width: 100%;
|
|
z-index: 9;
|
|
}
|
|
|
|
.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;
|
|
} */
|
|
|
|
|
|
/* 打卡 */
|
|
.clockImg {
|
|
width: 100%;
|
|
}
|
|
|
|
.clockIn-tool {
|
|
display: flex;
|
|
margin: 80rpx -20rpx 40rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.clockIn-btn {
|
|
flex: 2;
|
|
text-align: center;
|
|
position: relative;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.clockIn-btn-img,
|
|
.clockIn-btn-text {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.clockIn-btn-text {
|
|
color: #ffffff;
|
|
font-size: 34rpx;
|
|
text-shadow: 4rpx 4rpx 4rpx rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
|
|
/* 公众号关注 */
|
|
.followPop {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 99;
|
|
background-color: rgba(0, 0, 0, .4);
|
|
display: none;
|
|
}
|
|
|
|
.followPop.active{
|
|
display: block;
|
|
}
|
|
|
|
.followCont {
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
position: fixed;
|
|
z-index: 100;
|
|
display: none;
|
|
}
|
|
|
|
.followCont.active{
|
|
display: block;
|
|
}
|
|
|
|
.followText {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 500rpx;
|
|
margin-left: -250rpx;
|
|
margin-top: -260rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
background-color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
|
|
.followText.active {
|
|
width: 300px;
|
|
height: 250rpx;
|
|
margin-top: -130rpx;
|
|
margin-left: -150px;
|
|
}
|
|
|
|
|
|
.weChat-close {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 25rpx;
|
|
width: 38rpx;
|
|
height: 38rpx;
|
|
}
|
|
|
|
.weChat-img {
|
|
width: 60%;
|
|
margin: 30rpx auto 0;
|
|
}
|
|
|
|
.weChat-title {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-bottom: 2rpx dashed rgb(236, 236, 236);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.weChat-text {
|
|
font-size: 28rpx;
|
|
color: #9d9d9d;
|
|
line-height: 60rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.clockInTitle {
|
|
color: #ffffff;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.clockInTitle-user {
|
|
font-size: 36rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.clockInTitle-text {
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.clockInTitle-day {
|
|
position: relative;
|
|
padding: 0 15rpx;
|
|
margin: 0 15rpx;
|
|
}
|
|
|
|
.clockInTitle-day text {
|
|
font-size: 44rpx;
|
|
position: absolute;
|
|
left: 0;
|
|
top: -20rpx;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
z-index: 2;
|
|
}
|
|
|
|
.clockInTitle-day::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 16rpx;
|
|
background-color: #87b2f7;
|
|
}
|
|
|
|
.clockInDate {
|
|
background-color: #ffffff;
|
|
border-radius: 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.clockInDate-img {
|
|
position: absolute;
|
|
top: -128rpx;
|
|
right: 0;
|
|
width: 140rpx;
|
|
}
|
|
|
|
.date {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.arrow-left {
|
|
width: calc(50% - 100rpx);
|
|
text-align: center;
|
|
}
|
|
|
|
.arrow-left image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
|
|
.arrow-left image {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.arrow-right image {
|
|
transform: rotate(-360deg);
|
|
}
|
|
|
|
.arrow-moon {
|
|
width: 200rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.list {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-top: 2rpx solid #d6d6d6;
|
|
border-bottom: 2rpx solid #d6d6d6;
|
|
}
|
|
|
|
.week {
|
|
display: flex;
|
|
}
|
|
|
|
.week-label {
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
width: 14.28%;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.total {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.clockIn-border {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.total-left {
|
|
flex: 1;
|
|
}
|
|
|
|
.total-left-text text {
|
|
color: #ff9000;
|
|
}
|
|
|
|
.total-btn {
|
|
background-color: #5390f4;
|
|
color: #ffffff;
|
|
border-radius: 80rpx;
|
|
line-height: 64rpx;
|
|
padding: 0 40rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.total-btn.active {
|
|
background-color: #b3b3b3;
|
|
}
|
|
|
|
/* 报告对比 */
|
|
.backImg {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
|
|
.ratio-title {
|
|
margin: 80rpx 0 30rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.ratio-title image {
|
|
width: 50%;
|
|
}
|
|
|
|
.recruit-photo {
|
|
display: flex;
|
|
padding: 20rpx 60rpx 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recruit-photo-img {
|
|
background-color: #ffffff;
|
|
border-radius: 20rpx;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
|
|
.recruit-photo-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.recruit-photo-text {
|
|
width: calc(100% - 280rpx);
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
font-size: 56rpx;
|
|
line-height: 140rpx;
|
|
}
|
|
|
|
.recruit-data {
|
|
background-color: #ffffff;
|
|
border-radius: 30rpx;
|
|
overflow: hidden;
|
|
padding: 0 40rpx 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.recruit-data::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 0;
|
|
height: 50rpx;
|
|
background-image: linear-gradient(to top, transparent, #ebf3ff);
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-list {
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.recruit-list-name {
|
|
color: #508df4;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.recruit-list-item {
|
|
box-sizing: border-box;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
}
|
|
|
|
.recruit-list-label {
|
|
width: 50%;
|
|
display: inline-block;
|
|
line-height: 80rpx;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
position: relative;
|
|
padding-left: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recruit-list-label::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: calc(50% - 4rpx);
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
background-color: #999999;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.recruit-list-label:last-child {
|
|
color: #000000;
|
|
}
|
|
|
|
.recruit-list-label image {
|
|
width: 28rpx;
|
|
vertical-align: -4rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.day {
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
}
|
|
|
|
.day-label {
|
|
width: 14.28%;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.label-block {
|
|
background-color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
|
|
.label-block.active {
|
|
color: #c4c4c4;
|
|
}
|
|
|
|
.label-block.current {
|
|
color: #5893f4;
|
|
position: relative;
|
|
}
|
|
|
|
.label-block.current::after {
|
|
border: 2rpx solid #5893f4;
|
|
position: absolute;
|
|
content: '';
|
|
left: calc(50% - 24rpx);
|
|
top: calc(50% - 26rpx);
|
|
width: 52rpx;
|
|
height: 52rpx;
|
|
border-radius: 50%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.label-success {
|
|
width: 52rpx;
|
|
vertical-align: -16rpx;
|
|
} |