/* 我的简历 */ .resume { padding: 30rpx; &-head { display: flex; justify-content: space-between; border-bottom: solid 1px #DBDBDB; padding: 38rpx 0; &-left { .name { font-size: 50rpx; font-weight: 500; color: #4C4C4C; display: flex; align-items: center; image { width: 26rpx; height: 26rpx; margin-left: 18rpx; } } .info { display: flex; margin-top: 20rpx; color: #4C4C4C; font-size: 24rpx; .position { color: #FF6901; margin-left: 10rpx; } } } } &-base-info { display: flex; justify-content: space-between; border-bottom: solid 1px #DBDBDB; padding: 38rpx 0; &-left { font-size: 24rpx; color: #4C4C4C; line-height: 50rpx; font-weight: 400; .title { font-size: 32rpx; color: #000000; } } &-right { image { width: 26rpx; height: 26rpx; } } } &-job-intention { display: flex; justify-content: space-between; border-bottom: solid 1px #DBDBDB; padding: 38rpx 0; &-left { font-size: 24rpx; color: #4C4C4C; line-height: 50rpx; font-weight: 400; .title { font-size: 32rpx; color: #000000; } .supple { color: #7B7B7B; } } &-right { image { width: 26rpx; height: 26rpx; } } } &-self-evaluation { display: flex; justify-content: space-between; border-bottom: solid 1px #DBDBDB; padding: 38rpx 0; &-left { .title { font-size: 32rpx; color: #000000; } .supple { font-size: 24rpx; color: #7B7B7B; line-height: 50rpx; } } &-right { image { width: 26rpx; height: 26rpx; } } &-info { .rsei-box { color: #666666; font-size: 24rpx; margin-top: 20rpx; line-height: 40rpx; } .rsei-edit-btn { color: #2a82e4; text-align: center; margin-top: 30rpx; font-size: 24rpx; } } } &-work-experience { border-bottom: solid 1px #DBDBDB; padding: 38rpx 0; &-header { display: flex; justify-content: space-between; margin-bottom: 12rpx; image { width: 28rpx; height: 28rpx; } .title { font-size: 32rpx; color: #000; font-weight: 400; font-family: 'PingFangSC-Regular, PingFang SC'; } } &-list { .rwel-item { display: flex; justify-content: space-between; margin-bottom: 26rpx; &-left { font-size: 24rpx; color: #7B7B7B; line-height: 40rpx; view { &:first-child { color: #4C4C4C; font-size: 26rpx; } text { color: #EF651F; } } } &-right { display: flex; color: #7B7B7B; font-size: 20rpx; view { &:first-child { margin-right: 10rpx; } } } } } .height-130 { height: 130rpx; overflow: hidden; } &-btn { text-align: center; margin: 40rpx 0 0; font-size: 32rpx; color: #028DFE; } } &-train-experience { padding: 38rpx 0; &-header { display: flex; justify-content: space-between; margin-bottom: 12rpx; image { width: 28rpx; height: 28rpx; } .title { font-size: 32rpx; color: #000; font-weight: 400; font-family: 'PingFangSC-Regular, PingFang SC'; } } &-list { .rtel-item { display: flex; justify-content: space-between; margin-bottom: 26rpx; &-left { font-size: 24rpx; color: #7B7B7B; line-height: 40rpx; max-width: 50%; view { &:first-child { color: #4C4C4C; font-size: 26rpx; } text { color: #EF651F; } } } &-right { display: flex; color: #7B7B7B; font-size: 20rpx; view { &:first-child { margin-right: 10rpx; } } } } } .height-130 { height: 210rpx; overflow: hidden; } &-btn { text-align: center; margin: 40rpx 0 0; font-size: 32rpx; color: #028DFE; } } } /* 添加工作经历 */ .experience { padding: 0 30rpx; &-bar { &-right { margin-right: 24rpx; color: #fff; font-size: 32rpx; } } &-form { .divider { width: 20rpx; height: 1px; background-color: #5d5d5d; margin: 0 5%; } } }