servicedetails.scss 756 Bytes
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.msglist{
	padding:40rpx 30rpx;
	background-color: #Fff;
	position: relative;
	.msg_title{
		display: flex;
		width: 100%;
		margin-bottom: 30rpx;
	}
	view{
		width: 25%;
	}
	.msg_body{
		margin-left: 30rpx;
		width: 70%;
	}
	.state{
		position: absolute;
		right: -60rpx;
		top: 28rpx;
		font-weight: 600;
		font-size: 32rpx;
	}
	.org{
		color:#CDA33A;
	}
	.green{
		color:#219129;
	}
}
.footbtn{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	.zhifu{
		display: flex;
		justify-content: space-between;
		padding: 40rpx;
		background-color: #fff;
	}
	.zhifuBtn{
		padding: 20rpx 0;
		background-color:#3F9B6A;
		color: #fff;
		text-align: center;
	}
}