userInfo.wxss 735 字节
/* pages/userInfo/userInfo.wxss */

.z_container{
	background-color: #EFEFF4;
	height: 100vh;
}
.user_top{
	font-size: 30rpx;
	padding: 30rpx 46rpx 18rpx;
	color: #999;
}
.info_box{
	background: #FFF;
	padding: 0 36rpx 0 30rpx;
}

.info_item{
	height: 88rpx;
	border-bottom: 1px solid  #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 34rpx;
	color: #333333;
}
.info_item:last-child{
	border: none;
}
.info_item_input{
	color: #999;
	text-align: right;
  margin-left: auto;
}
.save_btn{
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #51DBA2;
	width: 670rpx;
	height: 94rpx;
	position: fixed;
	bottom: 50rpx;
	left: 40rpx;
  border-radius: 10rpx;
}