index.css 1002 字节
.pinBox {
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 18rpx;
	width: 48%;
}

.spin {
	background: #F8F8F8;
	padding: 0 32rpx;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fu {
	color: #FE0E1F;
	font-size: 24rpx;
}

.money {
	color: #FE0E1F;
	font-size: 32rpx;
}


.unTitle {
	color: #06121F;
	font-size: 28rpx;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reTui {
	color: #323233;
	font-size: 36rpx;
	font-weight: bold;
}

.tbt {
	padding: 32rpx;
	background: #F8F8F8;
}

.content {}

.topTab {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 25%;
	margin-bottom: 24rpx;
}

.title {
	color: #323233;
	font-size: 28rpx;
}

.showBac {
	background: #FF2F2F;
	height: 110px;
	border-radius: 0 0 75rpx 75rpx;
}

.seave {
	padding: 18rpx 32rpx;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FF2F2F;
	z-index: 2;
}

.van-search__content {
	border-radius: 28rpx !important;
}