PersonCenter.css 4.2 KB
.container{
	padding: 0 0.4rem;
	position: relative; 
	font-family:PingFangSC-Regular;;
}
/*遮罩*/
.wrap{
	width: 7.5rem;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	position: fixed; 
	z-index: 2;
	margin-left: -0.4rem;
	display: none;
}
/*弹层*/
.popup{
	width: 5.48rem;
	height: 3.2rem;
	position: absolute;
	z-index: 3;
	background-color: #FFFFFF;
	left: 1rem;
	top: 4.63rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0.15rem;
	overflow: hidden;
}
.popup p{
	font-size: 0.26rem;
	color: #999999;
	margin-top: 0.7rem;
	text-align: center;
}
.popup span{
	font-size: 0.42rem;
	margin-top: 0.4rem;
	color: #333333;
	text-align: center;
}
.popup_footer{
	width: 5.48rem;
	height: 0.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFB800;
	text-align: center;
	line-height: 0.8rem;
	color: #FFFFFF;
	font-size: 0.3rem;
}
/*分享页面弹出层*/
.sharewrap{
    width: 7.5rem;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    position: fixed;
    z-index: 2;
    margin-left: -0.4rem;
    /*display: none;*/
}
.sharepopup{
    width: 5.48rem;
    /**/
    position: absolute;
    z-index: 3;
    /*background-color: #FFFFFF;*/
    left: 1rem;
    top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.15rem;
    overflow: hidden;
}
.sharetext{
    width:3.48rem;
    position: absolute;
    z-index: 3;
    /*background-color: #FFFFFF;*/
    left: 2rem;
    top: 7.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.15rem;
    overflow: hidden;
}
.sharecontent{
    position: absolute;
    z-index: 3;
    font-size: 0.36rem;
    color:#D43D31;
    left: 3rem;
    top: 7.85rem;
}
.rowwrap{
    width: 7.5rem;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    position: fixed;
    z-index: 2;
    margin-left: -0.4rem;
    /*display:none;*/
}
.rowpopup {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
/*个人信息*/
.person_info{
	display: flex;
	align-items: center;
	margin-top: 0.42rem;
}
.person_info img{
	width: 1.08rem;
	height: 1.08rem;
	display: block;
	border-radius: 50%;
	margin-right: 0.41rem;
}
.person_name{
	font-size: 0.34rem;
	color: #333333;
	margin-right: 2.1rem;
	white-space: nowrap;
	width:1.3rem;
}
.person_info_btn{
	font-size: 0.26rem;
	color: #FEAD00;
	display: block;
	width: 1.68rem;
	height: 0.57rem;
	line-height: 0.57rem;
	text-align: center;
	border: 1px solid #FEAD00;
	border-radius: 0.29rem;
}
/*待支付-制作中*/
.white{
	display: flex;
	margin-top: 0.64rem;
}
.white .iconfont{
	font-size: 0.4rem;
	text-align: center;
	margin-bottom: 0.14rem;
}
.white_item{
	display: flex;
	flex-direction: column;
	width: 25%;
	position: relative;
}
.white_item p{
	font-size: 0.26rem;
	color: #666666;
	text-align: center;
}
.white_item_num{
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	background-color: #FF4800;
	right: 0.3rem;
	top: -0.1rem;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.28rem;
}
/*我的钱包*/
.menu_list{
	margin-top: 0.3rem;
}
.menu_item{
	display: flex;
	height: 1.1rem;
	line-height: 1.1rem;
	border-bottom: 1px solid #E4E4E4;
}
.menu_item p{
	font-size: 0.3rem;
	color: #333333;
	margin-left: 0.21rem;
	white-space: nowrap;
	position: relative;
}
.menu_item span{
	font-size: 0.2rem;
	position: absolute;
	right: 0.57rem;
}
.menu_list .icon-qianbao{
	color: #FEE19D;
	font-size: 0.3rem;
}
.menu_list .icon-youhuiquan{
	color: #FEBAAE;
	font-size: 0.24rem;
}
.menu_list .icon-liwu{
	font-size: 0.3rem;
	color: #FEBF8C;
}
.menu_list .icon-erji{
	font-size: 0.3rem;
	color: #CDBEEC;
}
/*footer*/
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 7.5rem;
	left: 50%;
	margin-left: -3.75rem;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 0.22rem;
	height: 1rem;
	display: flex;
	justify-content: space-around;
}
.footer_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.footer_item span{
	color: #999999;
}
.footer_item img{
	width: 0.7rem;
	height: 0.7rem;
}
.footer_active span{
	color: #FEAD00;
}