cart.scss 2.63 KB
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.coupon-tab {
	white-space:nowrap;
	width: 100%;
	height: 100rpx;
	overflow-x: auto;
	overflow-y: hidden;
	.list{
		position: relative;
		display:inline-block;
		width: 20%;
		height: 100%;
		line-height: 100rpx;
		text-align: center;
		text{
			font-size: 28rpx;
			color: #000;
		}
	}
	.action {
		text {
			color: #222222;
		}
		.line {
			position: absolute;
			left: 50%;
			bottom: 10rpx;
			width: 30%;
			height: 6rpx;
			background: linear-gradient(to right, $base, #f6f6f6);
			transform: translate(-50%, 0);
		}
	}
}
.goods-list{
	padding: 0 20rpx;
	margin-top: 20rpx;
	padding-bottom: 100rpx;
	/* #ifdef MP */
	padding-bottom: calc(100rpx + env(safe-area-inset-bottom));
	/* #endif */
	.list{
		width: 100%;
		.cart-box {
			background-color: #fff;
			border-radius: 20rpx;
			padding-bottom: 10rpx;
			margin-bottom: 20rpx;
			.cart-box-top {
				display:flex;
				align-items: center;
				padding: 20rpx;
			.cart-box-img {
				image {
					width: 70rpx;
					height: 70rpx;
					border-radius: 10rpx;
					margin-right: 20rpx;
				}
			}
			.cart-box-text {
				width: 55%;
				.my-qymc {
					font-size: 34rpx;
					font-weight: bold;
				}
				.my-one-omit {
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
					width: 300rpx;
					display: inline-block;
					color: #848484;
				}
			}
			.cart-box-btn {
				border: 2rpx solid #e5e5e5;
				border-radius: 100rpx;
				padding: 8rpx 20rpx;
				display: flex;
				align-items: center;
				justify-content: right;
				image {
					width: 40rpx;
					height: 40rpx;
					margin-right: 10rpx;
				}
			}
			}
			.cart-box-list {
				display:flex;
				border: 2rpx solid #f7f7f7;
				border-radius: 10rpx;
				padding:10rpx;
				margin: 0 10rpx 20rpx 10rpx;
			.cart-box-img {
				image {
					width: 44rpx;
					height: 44rpx;
					border-radius: 8rpx;
					margin-right: 20rpx;
				}
			}
			.cart-box-text {
				width: 73%;
				.my-qymc {
					font-size: 30rpx;
				}
			}
			.cart-box-btn {
				color: #ff5b5b;
				font-weight: bold;
			}
			}
		}
	}
}

/* 底部 */
.footer-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80rpx;
	background-color: #FFFFFF;
	.btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		height: 70rpx;
		background: linear-gradient(to right,$base,$change-clor);
		border-radius: 70rpx;
		font-size: 28rpx;
		color: #FFFFFF;
	}
}