cooperationDetail.scss 3.76 KB
.page {
	background-color: #F9F9F9;
	width: 100%;
	height: 100%;
}
.head{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100rpx;
		/* #ifdef MP */
		height: calc(120rpx + var(--status-bar-height));
		padding-top: calc(40rpx + var(--status-bar-height));
		/* #endif */
		background-color: rgba(255,255,255,1);
		.logo-title{
			width: 64%;
			color: #000;
			padding-left: 25rpx;
			font-size: 32rpx;
			display: flex;
			align-items: center;
			image {
				width: 32rpx;
				height: 32rpx;
				margin-right: 10rpx;
			}
		}
		.title{
		}
		.setting-mess{
			width: 20%;
			display: flex;
			align-items: center;
			height: 100%;
			margin-right: 25rpx;
		}
	}

.main {
	margin-top: 100rpx;
	padding-top: 10rpx;
	padding-bottom: 140rpx;
}
.goods-top {
	padding: 10rpx 0;
	.goods-title{
		padding: 25rpx;
		display: flex;
		justify-content: space-between;
		text{
			font-size: 32rpx;
			font-weight: bold;
			color: #000;
		}
	}
}
/* 价格 */
.price-info{
	padding: 0 25rpx;
		.price-info-right-bg {
			margin: 30rpx 0;
			image {
				width: 100%;
			}
		}
}
.goods-jj {
	color: #888D9C;
	padding: 0 25rpx;
	line-height: 45rpx;
	text-align: justify;
}
/* 底部 */
.page-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 130rpx;
	background-color: #FFFFFF;
	border-radius: 30rpx 30rpx 0 0;
	padding: 30rpx;
	box-shadow: -10rpx 0 20rpx 20rpx #efefef;
	.footer-fn{
		width: 30%;
			text{
				font-size: 35rpx;
				color: #FF3636;
				font-weight: bold;
				line-height: 150rpx;
			}
	}
	.footer-buy{
		width: 70%;
		height: 100%;
		.buy-at{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 80rpx;
			background: #477EFF;
			border-radius: 30rpx;
			text{
				color: #FFFFFF;
			}
		}
	}
}

.address-list{
	border-radius: 20rpx;
	border: 2rpx solid #F3F3F3;
	padding: 30rpx;
	margin-top: 20rpx;
	.list{
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #8D8D8D;
		border-bottom: 2rpx solid #f6f6f6;
		padding-bottom: 25rpx;
		padding-top: 25rpx;
		.list-img {
			display: flex;
			align-items: center;
		}
		.edit{
			display: flex;
			align-items: center;
			justify-content: flex-end;
			height: 100%;
			color: #3d3d3d;
			image {
				width: 22rpx;
				height: 22rpx;
				margin-left: 10rpx;
			}
		}
	}
	.list:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.width100 {
		width: 100%;
		display: inherit;
	}
	.textarea {
		background-color: #F1F1F1;
		border-radius: 20rpx;
		width: 100%;
		margin-top: 20rpx;
		padding: 20rpx;
		font-size: 28rpx;
		min-height: 100rpx;
	}
	.placeholder {
		color: #3d3d3d;
	}
}
.detail-zhu {
	display: flex;
	justify-content: space-between;
	color: #000;
	align-items: center;
	.detail-zhu-left {
		color: #477EFF;
	}
}
.cooperationDetail-bg {
	background-color: #fff;
	border-radius: 30rpx 30rpx 0 0;
	padding: 30rpx;
}

.rule-win{
	.cu-dialog {
		background-color: #fff;
		border-radius: 30rpx;
		height: 730rpx;
	}
	.rule-content{
		padding: 30rpx 0 30rpx 30rpx;
		text-align: center;
		color: #888D9C;
		.rule-title {
			font-size: 32rpx;
			color: #000;
			margin-bottom: 20rpx;
		}
		.scroll-view {
			text-align: left;
			height: 500rpx;
			margin: 30rpx 0;
			.rule-text {
				line-height: 45rpx;
				padding-right: 20rpx;
			}
		}
		.rule-btn {
			display: flex;
			justify-content: space-between;
			margin-right: 30rpx;
			.rule-btnleft {
				background-color: #EEEEEE;
				color: #6F6F6F;
				border-radius: 30rpx;
				padding: 20rpx 0;
				width: 100%;
			}
			.rule-btnright {
				background-color: #E4ECFF;
				color: #477EFF;
				border-radius: 30rpx;
				padding: 20rpx 0;
				width: 100%;
			}
		}
	}
}