profile.wxss 691 Bytes

.prefix-elem {
	height: 25.36rpx;
}
.profile-item {
	background: #FFFFFF;
	position: relative;
}
.texts {
	display: block;
	height: 90.57rpx;
	line-height: 90.57rpx;
	margin-left: 23.55rpx;
	font-size: 28.98rpx;
	color: #333;
	border-bottom: 1.81rpx solid rgba(151, 151, 151, .2);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.profile-item:last-of-type .texts {
	border-bottom: none;
}
.arrows {
	width: 14.49rpx;
	height: 25.36rpx;
	position: absolute;
	right: 23.55rpx;
	top: 32.6rpx;
}
.logout {
	margin-top: 255.43rpx;
	padding: 0 41.66rpx;
}
.logout-btn {
	background-color: transparent;
	border: 1px solid #0069FF;
	color: #0069FF;
	border-radius: 41.66rpx;
}