configuration.scss 1.14 KB
.configuation-page {
	background: #f8f9fa;
	padding: 15rpx 15rpx;
	min-height: 100vh;
	.configuation-header{
		margin-left:15rpx;
		background-color: #f8f9fa;
		position:fixed;
		top:0rpx;
		z-index: 99999;
		.header-gap{
			height:35rpx;
			background-color: #f8f9fa;
		}
		.search-top {
			justify-content: space-between;
			flex-direction: row;
			.search-main {
				width: 700rpx;
				margin-top: -34rpx;
			}
		}
	}
	
	.configuation-container {
		.configuation-item {
			width: 750rpx;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin: 58rpx 0rpx 0rpx 6rpx;
			.item {
				width: 330rpx;
				height: 288rpx;
				background-color: #fff;
				border-radius: 10px;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-direction: column;
				margin: 0rpx 43rpx 35rpx 0rpx;
				.image {
					width: 200rpx;
					height: 144rpx;
				}
				.name {
					font-size: 14px;
					font-family: PingFangSC-Regular, PingFang SC;
					font-weight: 400;
					color: #333333;
					line-height: 20px;
					margin-top: 29rpx;
				}
			}
		}
	}
}

.configuation-detail-page {
		background: #f8f9fa;
		min-height: 100vh;
	}