discover.scss 1.45 KB
.page{
	//position: absolute;
	//width: 100%;
	//height: 100%;
	//overflow-x: hidden;
	//overflow-y: auto;
	padding-bottom: 100rpx;
	background-color: #f6f6f6;
}
/* banner */
	.banner{
		margin-top: 20rpx;
		padding: 0 25rpx;
		height: 360rpx;
		margin-bottom: 30rpx;
		// margin: -200rpx auto 20rpx;
		border-radius: 10rpx;
		overflow: hidden;
		.screen-swiper{
			height: 100%;
			min-height: 100% !important;
			image{
				height: 360rpx;
				border-radius: 10rpx;
			}
		}
	}
/* 文章数据  */
.article-data{
	width: 100%;
	.article-list{
		padding: 0 30rpx;
		.list{
			display: flex;
			align-items: center;
			width: 100%;
			background-color: #FFFFFF;
			border-radius: 20rpx;
			margin-bottom: 20rpx;
			.item{
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				width: 70%;
				height: 100%;
				padding: 0 4%;
				.title{
					display: flex;
					text{
						color: #212121;
						font-size: 30rpx;
					}
				}
				.find-collect{
					display: flex;
					align-items: center;
					margin-top: 40rpx;
					.find{
						display: flex;
						align-items: center;
						.iconfont{
							font-size: 34rpx;
							margin-right: 10rpx;
						}
						text{
							color: #9FABB5;
							font-size: 28rpx;
						}
					}
				}
			}
			.thumb{
				padding: 20rpx;
				image{
					width: 210rpx;
					height: 150rpx;
					border-radius: 10rpx;
				}
			}
		}
	}
}