camera.scss 1.67 KB
.camera-page {
	min-height: 100vh;
	background-color: #f0f2f5;
}
.org-sty {
	width: 750rpx;
	height: 150rpx;
	margin-top: 1rpx;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: fixed;
	z-index: 999999;
	top: -1rpx;
	.org-item {
		width: 350rpx;
		height: 200rpx;
		.org-contact {
			flex-direction: row;
			margin-top: 26rpx;
			margin-left: 15rpx;
			.text {
				color: #333333;
				font-size: 15px;
				margin-left: 14rpx;
			}
		}
		.org-device {
			margin-top: 23rpx;
			margin-left: 15rpx;
			flex-direction: row;
			.device-image {
				margin-left: 14rpx;
				width: 30rpx;
				height: 30rpx;
			}
			.device-text {
				margin-left: 10rpx;
				color: #666666;
				font-size: 12px;
			}
		}
		.image {
			width: 6px;
			height: 10px;
			float: right;
			margin-right: 34rpx;
			margin-top: 37rpx;
		}
	}
}
.camera-item {
	height: 200rpx;
	border: 0.1px solid gray;
}
.camera-container {
	.container-item {
		width: 750rpx;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: -50rpx;
		.item {
			margin-top: 80rpx;
			width: 330rpx;
			height: 200rpx;
			background-color: #fff;
			border-radius: 10px;
			margin-left: 25rpx;
			margin-right: 21rpx;
			.video {
				border-radius: 10px;
				width: 330rpx;
				height: 200rpx;
			}
			.bottom-text {
				position: relative;
				top: 8rpx;
				text-align: center;
				.text {
					color: #333333;
					font-size: 13px;
				}
			}
			.avatar-cover {
				position: relative;
				top: -250rpx;
				border: 0.1rpx splid #fff;
				height: 200rpx;
				.image {
					width: 330rpx;
					height: 200rpx;
					border-radius: 10px;
				}
			}
		}
	}
}