admin-user.wxss 1.1 KB

.content {
	min-height: 100vh;
	background-color: #F7F8FA;
}
.imgBox {
	width: 100%;
	height: 462rpx;
	position: relative;
}
.topImg {
	width: 100%;
	height: 100%;
}
.userInfo {
	width: 92%;
	margin-left: 4%;
	background-color: #fff;
	border-radius: 16rpx;
	height: 186rpx;
	margin-top: -50rpx;
	z-index: 2;
	position: relative;
	text-align: center;
}
.userInfo image {
	width: 116rpx;
	height: 116rpx;
	border-radius: 50%;
	margin-top: -56rpx;
}
.userName {
	color: #323233;
	font-size: 36rpx;
	margin-top: 20rpx;
	font-weight: 600;
}
.outLogin{
	width: 92%;
	margin-left: 4%;
	height: 80rpx;
	line-height: 80rpx;
	font-size: 32rpx;
	color: #fff;
	text-align: center;
	margin-top: 200rpx ;
	background: #ff2f2f;
}
.bottomTab {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	height: 120rpx;
	font-size: 20rpx;
	background-color: #fff;
}
.bottomIcon image {
	width: 48rpx;
	height: 48rpx;
}