account.wxss 2.2 KB

page{
	background: #F7F7F7;
}
.box{     
	margin-top: 38rpx;
	padding: 32rpx;
	box-sizing: border-box;
	overflow: hidden;
}
.item{
	width: 100%;
	height: 244rpx;
	background: #fff;
	padding: 24rpx;
	box-sizing: border-box;
	margin-top: 16rpx;
}
.info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
}
.name{
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
	line-height:44rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.icon{
	width: 36rpx;
	margin-right: 8rpx;
}
.num{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-top: 10rpx;
	margin-bottom: 20rpx;
}
.numItem{
	margin-right: 40rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size:42rpx;
	font-family:PingFangHK-Medium,PingFangHK;
	font-weight:500;
	color:rgba(194,148,69,1);
	line-height:58rpx;
}
.numItem:last-child{
	margin-right: 0;
}
.dian{
	width:18rpx;
	height:18rpx;
	background:rgba(238,238,238,1);
	border-radius:10rpx;
	margin-right: 12rpx;
}
.numItem .dian:last-child{
	margin-right: 0;
}
.btnBox{
	height: 86rpx;
	border-top: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.edit{
	font-size:28rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
}
.right{
	width: 32rpx;
}