rentPay.scss 1.93 KB
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20rpx;
}
.search-box {
	background-color: #FFFFFF;
	border-radius: 20rpx;
	padding: 20rpx 30rpx;
	margin-top: 26rpx;
	
}
.search-total {
	background-color: #FFFFFF;
	border-radius: 20rpx;
	padding: 40rpx;
	margin-top: 26rpx;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		font-size: 24rpx;
	
		.left {
			color: #757575;
			.price-total {
				color: #0FBB59;
				font-size: 50rpx;
				font-weight: 700;
				margin-bottom: 10rpx;
			}
		}
		.right {
			width: 30vw;
			text-align: right;
		}
	}
.price {
	color: #0FBB59;
	font-size: 32rpx;
	font-weight: 700;
}
/* 记录列表 */
.record-list{
	margin-top: 20rpx;
	// margin: 0 20rpx;
	.record-list-box {
		background-color: #FFFFFF;
		border-radius: 20rpx;
		padding: 20rpx 30rpx;
		margin-bottom: 20rpx;
		width: 100%;
		.list {
			width: 100%;
			display: flex;
			padding: 20rpx 30rpx;
			border-bottom: #f6f6f6 solid 1rpx;
			align-items: center;
			.list-item {
				flex: 1;
			}
			
			.list-info {
				display: flex;
				align-items: center;
				.img {
					width: 72rpx;
					height: 72rpx;
					border-radius: 50%;
					overflow: hidden;
					image {
						width: 100%;
						height: 100%;
					}
				}
				.info-items {
					margin-left: 20rpx;
					.info-title {
						font-size: 30rpx;
						line-height: 40rpx;
							margin-bottom: 20rpx;
					}

				}
			}
			
		}
	}
}
.page-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 30rpx;
	z-index: 999;
	box-sizing: border-box;
	.footer-buy{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		.cart-add{
			align-items: center;
			display: flex;
			min-width: 20%;
			height: 70rpx;
		}

.u-size-default.data-v-3bf2dba7 {
  font-size: 30rpx;
	    height: 100% !important;
	    line-height: 200% !important;
}

	}
}