businessDetail.scss 1.92 KB
.page {
	position: relative;
	width: 100%;
	// height: 100%;
	overflow-x: hidden;
	// overflow-y: auto;
}
.page-info {
	width: 100%;
	padding: 24rpx;
}
// 活动详情
.banner {
	width: 100%;
	margin-top: 10rpx;
	border-radius: 30rpx;
	background-color: #fff;
	padding: 24rpx 30rpx;
	color: #888D9C;
	.title {
		font-weight: 700;
		color: #3D3D3D;
		font-size: 28rpx;
		margin-bottom: 30rpx;
	}
	.banner-info-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30rpx;
	}
	// .banner-info-item {
	// 	font-size: 24rpx
	// }
}
.good-item {
	width: 100%;
	display: flex;
	.img {
		width: 150rpx;
		height: 150rpx;
	}
	.info {
		width: calc(100% - 170rpx);
		margin-left: 20rpx;
		.title {
			width: 100%;
			font-size: 28rpx;
			line-height: 44rpx;
			font-weight: 700;
			white-space: nowrap;
			overflow : hidden;
			text-overflow: ellipsis;
			margin-bottom: 20rpx;
		}
		.info-item {
			display: flex;
			line-height: 30rpx;
			font-size: 26rpx;
			color: #9FABB5;
			text {
				white-space: nowrap;
				overflow : hidden;
				text-overflow: ellipsis;
				margin-left: 10rpx;
			}
			.u-tag {
				margin: 0 6rpx;
				border: unset;
			}
		}
	}
}
.info-box {
	margin-top: 28rpx;
	color: #3D3D3D;
	.title {
		font-weight: 700;
		font-size: 28rpx;
		margin-bottom: 18rpx;
	}
	.info-item {
		font-size: 26rpx;
		line-height: 50rpx;
	}
}

/* 底部 */
.page-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 125rpx;
	background-color: #FFFFFF;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	.footer-btn {
		display: flex;
		width: 70vw;
	}
	.footer-service {
		display: flex;
		flex-direction: column;
		align-items: center;
		text {
			margin-top: 6rpx;
			line-height: 42rpx;
		}
	}
}

.userForm {
	.form-box {
		padding: 28rpx;
	}
	.title {
		font-size: 32rpx;
		font-weight: 700;
	}
}