topus.css 1.4 KB
.container{
	position: relative; 
	font-family:PingFangSC-Regular;;
}
.header{
	display: flex;
	justify-content: flex-end;
	margin-top: 0.3rem;
	margin-bottom: 0.4rem;
	margin-right: 0.41rem;
}
.header .icon-my_icon{
	font-size: 0.3rem;
	color: #999999;
	margin-right: 0.11rem;
}
.header p{
	font-size: 0.28rem;
	color: #666666;
}

.top_us_card{
	width: 7rem;
	height: 3.36rem;
	background: url(../../img/矩形1@2x.png) center no-repeat;
	margin: 0 auto;
	border-radius: 0.15rem;
	padding: 0.4rem 0.4rem 0.46rem 0.43rem;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0.44rem;
}
.top_us_num{
	font-size: 0.28rem;
	color: #FFFFFF;
	width: 1.5rem;
}
.top_us_num_wrap{
	float: right;
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-end;
}
.forever ,.give_num{
	font-size: 0.28rem;
}
.give_num{
	margin-top: 0.4rem;
}
.top_us_card .btn{
	display: block;
	font-size: 0.3rem;
	color: #333333;
	width: 1.91rem ;
	height: 0.71rem;
	text-align: center;
	line-height: 0.71rem;
	background-color: #FFE400;
	border-radius: 0.08rem;
	margin-top: 0.86rem;
}
.money {
	display: flex;
	position: absolute;
	left: 0.48rem;
	top: 1.56rem;
}
.money .icon{
	font-size: 0.48rem;
	left: 0.48rem;
	top: 1.9rem;
	margin-top: 0.3rem;
	margin-right: 0.08rem;
}
.money .money_num{
	left: 0.85rem;
	top: 1.56rem;
	font-size: 0.86rem;
}