alarmDetail.scss 1.14 KB
.alarm-detail-page {
	padding: 30rpx;
	height: 100vh;
	background-color: #f8f9fa;
}
.alarm-detail-column {
	border-radius: 10px;
	width: 688rpx;
	height: 573rpx;
	background-color: #ffffff;
	.detail-column {
		height: 573rpx;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		.column {
			flex-direction: row;
			display:flex;
			// justify-content: space-between;
			margin-top: 10rpx;
			line-height: 68rpx;
			width: 614rpx;
			height: 90rpx;
			text-align: left;
			border-bottom: 0.1rpx solid #f0f0f0;
			.device-name{
				width:222rpx;
			}
			.text {
				color: #333333;
				font-size: 15px;
			}
			.image {
				width: 30rpx;
				height: 30rpx;
			}
			.text-alarm-level {
				color: #333333;
				font-size: 14px;
			}
			.text-alarm-level-lg {
				color: #333333;
				font-size: 15px;
			}
			.text-alarm-lg {
				color: #666666;
				font-size: 14px;
			}
			.text-alarm-status {
				color: #de4437;
				font-size: 14px;
			}
		}
	}
}
.handle-result {
	color: #333333;
	font-size: 15px;
	margin-top: 20rpx;
}
.hanle-main {
	margin-top: 30rpx;
	border-radius: 10px;
	width: 688rpx;
	height: 273rpx;
	background-color: #ffffff;
}