serve.scss 1.11 KB
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.screen-list {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 20rpx 20rpx;
		padding: 0 10rpx;
		.zidong{
			width: 160rpx;
			background-color: #3F9B6A;
		color: #fff;
		padding: 10rpx;
		border-radius: 30rpx;
		font-size: 24rpx;
		text-align: center;
		}
		.list {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 30%;
			height: 100%;
			background-color: #fff;
			padding: 10rpx 16rpx;
			border-radius: 18rpx;
			color: #0FBB59;
			text {
				font-size: 26rpx;
			}
			image {
				width: 30rpx;
				height: 30rpx;
				margin-left: 10rpx;
			}
		}
		.action {
			text {
				color: $base;
			}
		}
	}
/* 记录列表 */
.record-list{
	margin: 0 20rpx;
	.record-list-box {
		background-color: #FFFFFF;
		border-radius: 20rpx;
		padding: 20rpx 30rpx;
		margin-bottom: 20rpx;
		.title {
			display: flex;
			.left {
				font-size: 28rpx;
				font-weight: 700;
			}
			.right {
				width: 100rpx;
				text-align: right;
				color: #0FBB59;
			}
		}
		.info-item {
			line-height: 50rpx;
			color: #808080;
		}
	}
}