person.css 2.0 KB
.info_boxs{
	position: absolute;
	top:60%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}
.personal_center {
	width: 487px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 32px 36px 2px rgba(0, 0, 0, 0.04);
	border-radius: 20px;
	margin: 0 auto;
	padding: 0 159px;
	padding-top:81px;
	box-sizing: border-box;
}

.personal_center_avatar {
	width: 125px;
	height: 125px;
	background: #fff;
	border-radius: 50%;
	top: -58px;
	position: absolute;
	left: 181px;
}

.personal_center_avatar img {
	margin: 5px;
	width:115px;
	height:115px;
	border-radius:50%;
}

.Editor_avatar,
.Modifying,
.Collection {
	height: 58px;
	background: rgba(43, 213, 135, 1);
	border-radius: 32px;
	padding: 20px 32px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	margin-bottom: 17px;
	cursor: pointer;
}

.Editor_avatar_icon,
.Modifying_icon,
.Collection_icon {
	width: 20px;
	height: 20px;
	float: left;
}

.personal_center img {
	display: block;
	vertical-align: middle;
}

.Editor_avatar span ,.Modifying span ,.Collection span{
	float: right;
	line-height: 20px;
}
.updateInfo{
	width:340px;
	margin-bottom:50px;
	margin-left:-60px;
}
.updateInfo span{
	font-size:22px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.updateInfo input{
	width:240px;
	height:40px;
	background:rgba(235,235,235,1);
	border-radius:4px;
	border:none;
	outline:medium;
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-left:10px;
	padding-left:10px;
}
.save_info{
	color: rgba(26,26,26,1);;
	font-size: 18px;
	cursor: pointer;
	text-align:center;
	margin-left:35px;
	width:125px;
	height:42px;
	background:rgba(9,255,142,1);
	border-radius:21px;
}
.save_info span{
	line-height:38px;
	vertical-align: middle;
}
#personal-photo{
	position: absolute;
	width: 150px;
	height: 55px;
	font-size: 12px;
	right: 167px;
	top: 82px;
	opacity: 0;
	cursor: pointer;
}