| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 | 
							- /* 我的简历 */
 
- .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: 26rpx;
 
- 				.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: 26rpx;
 
- 			color: #4C4C4C;
 
- 			line-height: 50rpx;
 
- 			font-weight: 400;
 
- 			.title {
 
- 				font-size: 34rpx;
 
- 				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: 26rpx;
 
- 			color: #4C4C4C;
 
- 			line-height: 50rpx;
 
- 			font-weight: 400;
 
- 			.title {
 
- 				font-size: 34rpx;
 
- 				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: 34rpx;
 
- 				color: #000000;
 
- 			}
 
- 			.supple {
 
- 				font-size: 26rpx;
 
- 				color: #7B7B7B;
 
- 				line-height: 50rpx;
 
- 			}
 
- 		}
 
- 		&-right {
 
- 			image {
 
- 				width: 26rpx;
 
- 				height: 26rpx;
 
- 			}
 
- 		}
 
- 		&-info {
 
- 			.rsei-box {
 
- 				color: #666666;
 
- 				font-size: 26rpx;
 
- 				margin-top: 20rpx;
 
- 				line-height: 40rpx;
 
- 			}
 
- 			.rsei-edit-btn {
 
- 				color: #2a82e4;
 
- 				text-align: center;
 
- 				margin-top: 30rpx;
 
- 				font-size: 26rpx;
 
- 			}
 
- 		}
 
- 	}
 
- 	
 
- 	&-work-experience {
 
- 		border-bottom: solid 1px #DBDBDB;
 
- 		padding: 38rpx 0;
 
- 		&-header {
 
- 			display: flex;
 
- 			justify-content: space-between;
 
- 			margin-bottom: 12rpx;
 
- 			image {
 
- 				width: 32rpx;
 
- 				height: 32rpx;
 
- 			}
 
- 			.title {
 
- 				font-size: 34rpx;
 
- 				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: 44rpx;
 
- 					view {
 
- 						&:first-child {
 
- 							color: #4C4C4C;
 
- 							font-size: 28rpx;
 
- 						}
 
- 						text {
 
- 							color: #EF651F;
 
- 						}
 
- 					}
 
- 				}
 
- 				&-right {
 
- 					display: flex;
 
- 					color: #7B7B7B;
 
- 					font-size: 24rpx;
 
- 					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: 32rpx;
 
- 				height: 32rpx;
 
- 			}
 
- 			.title {
 
- 				font-size: 34rpx;
 
- 				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: 42rpx;
 
- 					max-width: 50%;
 
- 					view {
 
- 						&:first-child {
 
- 							color: #4C4C4C;
 
- 							font-size: 28rpx;
 
- 						}
 
- 						text {
 
- 							color: #EF651F;
 
- 						}
 
- 					}
 
- 				}
 
- 				&-right {
 
- 					display: flex;
 
- 					color: #7B7B7B;
 
- 					font-size: 24rpx;
 
- 					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%;
 
- 		}
 
- 	}
 
- }
 
 
  |