alarmDetail.scss 1.6 KB
.alarm-detail-page {
	padding: 30rpx;
	height: 100vh;
	background-color: #f8f9fa;
}
.text-org-bold-alarm {
	min-width:200rpx;
	color: #333333;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 400;
	font-size: 15px;
}
.alarm-detail-column {
	border-radius: 10px;
	width: 688rpx;
	height: 780rpx;
	background-color: #ffffff;
	.detail-column {
		width:688rpx;
		flex-direction: column;
		align-items: center;
		padding:0 12rpx;
		.column-line{
			display:flex;
			flex-direction: column;
			.column {
				display:flex;
				margin-top: 10rpx;
				line-height: 68rpx;
				width:664rpx;
				height: 74rpx;
				align-items: center;
				.device-name{
					width:222rpx;
				}
				.alarm-text{
					width:330rpx;
					overflow-x: scroll;
					text-overflow: ellipsis;
				}
				
				.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;
				}
			}
			.bottom-line{
					border-bottom: 0.1rpx solid #f0f0f0;
					width:650rpx;
				}
		}
		
	}
}
.handle-result {
	color: #333333;
	font-size: 15px;
	margin-top: 32rpx;
}
.hanle-main {
	margin-top: 30rpx;
	border-radius: 10px;
	width: 688rpx;
	height: 273rpx;
	background-color: #ffffff;
}
.bottom-button{
	margin-top: 44rpx;
	display: flex;
	align-items: center;
	gap:40rpx;
	justify-content: center;
	.button-item{
		width: 260rpx;
	}
}