funeralresult.scss 1.58 KB
.listBox{
	position: relative;
	z-index: 1;
}
.content {
	width: 100%;
}
.pay-price{
	width: 100%;
	margin-top: 100rpx;
	.icon{
		width: 250rpx;
		height: 250rpx;
		margin: 0 auto;
		image{
			width: 100%;
			height: 100%;
		}
	}
	.price-data{
		text-align: center;
		margin-top: 50rpx;
		.list{
			width: 100%;
			.title{
				font-size: 34rpx;
				font-weight: bold;
			}
			.content{
				font-size: 30rpx;
				color:#767676;
				margin-top: 20rpx;
				text{
					color: #3d3d3d;
				}
			}
		}
	}
}
.tips {
	font-size: 28rpx;
	margin: 50rpx 30rpx;
	text {
		color: #FF4848;
	}
}
/* 跳转按钮 */
.skip-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100rpx;
	margin-top: 70rpx;
	.cart-add{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35%;
		image {
			width: 253rpx;
			height: 80rpx;
			box-shadow: 5rpx 10rpx 20rpx 0 #e0e0e0;
			border-radius: 100rpx;
		}
		.cart-add-text{
			font-size: 30rpx;
			font-weight: bold;
			color: #262626;
			position: absolute;
			display: flex;
			align-items: center;
			line-height: 80rpx;
			image {
				width: 28rpx;
				height: 28rpx;
				margin-right: 10rpx;
			}
		}
	}
	.buy-at{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 58%;
		image {
			width: 415rpx;
			height: 80rpx;
			box-shadow: 5rpx 10rpx 20rpx 0 #b7c8ff;
			border-radius: 100rpx;
		}
		text{
			font-size: 30rpx;
			font-weight: bold;
			color: #FFFFFF;
			position: absolute;
			z-index: 1;
		}
	}
}