vip.css 977 字节
/* 个人信息 */
.person_msg{
	width: 100%;
	height: 324upx;
	background-image: url("../../static/vip_top.png");
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/* 头像 */
.header_wrap{
	padding-top: 80upx;
}
.header_box{
	width: 148upx;
	height: 148upx;
	border-radius: 50%;
	margin: 0 auto;
	border: 2upx solid #fff;
	position: relative;
}
.header{
	width: 124upx;
	height: 124upx;
	border-radius: 50%;
	margin:14upx auto;
}
.crown{
	width: 96upx;
	position: absolute;
	right: -24upx;
	bottom: -32upx;
}
.person_name{
	font-size: 36upx;
	color: #fff;
	text-align: center;
	margin-top: 22upx;
}
/* 菜单 */
.vip_single_box{
	padding:0 30upx;
	background-color: #fff;
}
.vip_single{
	padding: 34upx 0;
	border-bottom: 1upx solid #eee;
	color: #06121E;
	font-size: 28upx;
}
.single_no_bottom{
	border-bottom: none;
}
.single_icon{
	width: 36upx;
	height: 36upx;
	margin-right: 16upx;
}
.right_arrow{
	width: 16upx;
	height: 26upx;
}