camera.scss 886 Bytes
.camera-page {
	min-height: 100vh;
	background-color: #f0f2f5;
}
.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: 206rpx;
			// background-color: #fff;
			border-radius: 10px;
			margin-left: 25rpx;
			margin-right: 21rpx;
			.video {
				border-radius: 10px;
				width: 330rpx;
				height: 200rpx;
			}
			.bottom-text {
				text-align: center;
				height:50rpx;
				.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;
				}
			}
		}
	}
}