record - 副本.scss 1.3 KB
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* 记录列表 */
.record-list{
	margin: 20rpx;
	.record-list-box {
		background-color: #FFFFFF;
		border-radius: 20rpx;
		padding: 20rpx 30rpx;
		margin-bottom: 20rpx;	
	}
	.list-btn {
		display: inline-block;
		width: 100%;
		text-align: right;
		padding-bottom: 10rpx;
		.date-btn {
			background-color: #3f9b6a;
			color: #fff;
			font-size: 28rpx;
			font-weight: bold;
			padding: 10rpx 20rpx;
			border-radius: 10rpx;
		}
	}
	.list{
		display: flex;
		align-items: center;
		justify-content: space-between;
		.title-date{
			.date{
				margin: 14rpx 0;
				text{
					color:#3D3D3D;
				}
				.org{
					color:#CDA33A;
				}
				.green{
					color:#219129;
				}
			}
		}
		.integral{
			text{
				font-size: 28rpx;
				color: #3D3D3D;
			}
			image {
				width: 22rpx;
				height: 22rpx;
			}
		}
	}
}
.screen-list {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 30rpx 25rpx;
		.list {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 75%;
			height: 100%;
			background-color: #fff;
			padding: 20rpx;
			border-radius: 10rpx;
			margin-left: 30rpx;
			text {
				font-size: 26rpx;
				color: #469e70;
			}
			image {
				width: 30rpx;
				height: 30rpx;
				margin-left: 10rpx;
			}
		}
	}