countdown.less 478 字节
	.endTime {
		height: 102rpx;
		display: flex;
		font-size: 28rpx;
		color: #fea145;
		font-weight: 600;

		.timeItem {
			flex: 1;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}



	.timeItem.left {
		justify-content: flex-start;
	}

	.timeItem .timeBg {
		width: 36rpx;
		height: 40rpx;
		background: #675b8d;
		border-radius: 8rpx;
		color: #fff;
		text-align: center;
		line-height: 40rpx;
		margin-right: 5rpx;
	}