alarm.scss 1.59 KB
.alert-page {
	background: #f8f9fa;
	.device-top {
		padding: 10rpx 30rpx;
		background-color: #fff;
		.search {
			display: flex;
			justify-content: space-between;
			padding-bottom: 10rpx;
			border-bottom: 1px solid #f5f5f5;
			.search-left {
				width: 580rpx;
				background-color: #f8f9fa;
				border-radius: 200rpx;
			}
			.search-right {
				display: flex;
				align-items: center;
				text {
					color: #333;
					font-size: 14px;
				}
				image {
					width: 40rpx;
					height: 40rpx;
				}
			}
		}
	}

	.filter {
		justify-content: space-between;
		flex-direction: row;

		.filter-input {
			width: 580rpx;
			visibility: hidden;
		}

		.filter-text {
			margin-left: 7rpx;

			.text {
				color: #333333;
				font-size: 14px;
			}
		}

		.filter-icon {
			margin-left: 7rpx;

			.image {
				width: 40rpx;
				height: 40rpx;
			}
		}
	}
}

.org-sty {
	width: 750rpx;
	height: 150rpx;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 277rpx;

	.org-item {
		width: 350rpx;
		height: 200rpx;

		.item {
			flex-direction: row;
			margin-top: 26rpx;
			margin-left: 15rpx;

			.text {
				color: #333333;
				font-size: 15px;
				margin-left: 14rpx;
			}
		}

		.item-child {
			margin-top: 28rpx;
			flex-direction: row;

			.image {
				margin-left: 14rpx;
				width: 30rpx;
				height: 30rpx;
			}

			.text {
				margin-left: 10rpx;
				color: #666666;
				font-size: 12px;
			}
		}

		.org-image {
			width: 6px;
			height: 10px;
			float: right;
			margin-right: 34rpx;
			margin-top: 58rpx;
		}
	}
}




.u-form {
	width: 618rpx !important;
}