transferDetails.wxss 848 字节

page{
	background: #F7F7F7;
}
.box{
	background: #fff;
	padding: 32rpx 32rpx 0;
	box-sizing: border-box;
}
.tipsword{
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
	text-align: center;
	margin-top: 60rpx;
}
.money{
	font-size:72rpx;
	font-family:PingFangHK-Medium,PingFangHK;
	font-weight:500;
	color:rgba(194,148,69,1);
	line-height:100rpx;
	text-align: center;
	padding-bottom: 40rpx;
	border-bottom: 1px solid #EAEAEA;
}
.peopleBox{
	height: 152rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-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);
}
.peopleBox image{
	width: 72rpx;
	margin-left: 40rpx;
	margin-right: 20rpx;
}