walletdetails.css 447 字节
.container{
	position: relative; 
	font-family:PingFangSC-Regular;;
}

.details_item{
	padding: 0.6rem 0.4rem;
	border-bottom: 1px solid #E4E4E4;
	
}
.buy_wrap{
	display: flex;
	justify-content: space-between;
}
.buy_wrap:first-child{
	margin-bottom: 0.2rem;
}
.buy{
	font-size: 0.3rem;
	color: #333333;
}
.num{
	font-size: 0.3rem;
	color: #ED4300;
}
.time{
	font-size: 0.26rem;
	color: #999999;
}
.num_add{
	font-size: 0.3rem;
	color: #00A9FF;
}