notice.scss 3.25 KB
/* 搜索 */
.search-head {
	position: fixed;
	left: 0;
	top: 100rpx;
	/* #ifdef H5 */
	top: 178rpx;
	/* #endif */
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* #ifdef APP-PLUS */
	// height: calc(120rpx + var(--status-bar-height));
	/* #endif */
	padding: 20rpx;
	background-color: #F4F4F4;
	.search {
		display: flex;
		align-items: center;
		width: 100%;
		height: 80rpx;
		background: rgba(255, 255, 255, 1);
		border: 0;
		border-radius: 30rpx;
		padding:0 25rpx;
		image {
			width: 34rpx;
			height: 34rpx;
		}
		text{
			width: 2rpx;
			height: 24rpx;
			background-color:#D8D8D8;
			margin: 0 18rpx;
		}
		input {
			width: 58%;
			height: 100%;
			font-size: 28rpx;
			color: #646464;
		}
	}
	.btn {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 30rpx;
		background-color: #D32D25;
		border-radius: 100rpx;
		padding: 12rpx 25rpx;
		text {
			font-size: 28rpx;
			color: #fff;
		}
	}
}
/* 文章数据  */
.article-data{
	width: 100%;
	// margin-top: 250rpx;
	.article-list{
		padding: 0 4%;
		margin: 30rpx auto;
		padding-bottom: 50rpx;
		/* #ifdef APP-PLUS */
		// padding-top: 100rpx;
		/* #endif */
		.list{
			display: flex;
			width: 100%;
			background-color: #FFFFFF;
			border-radius: 20rpx;
			margin-bottom: 30rpx;
			border-bottom: 2rpx solid #F4F4F4;
			padding-bottom: 30rpx;
			.item{
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				width: 68%;
				height: 100%;
				margin-right: 2%;
				.title{
					display: flex;
					margin-bottom: 20rpx;
					text{
						color: #212121;
						font-size: 30rpx;
						line-height: 50rpx;
					}
				}
				.find-collect{
					display: flex;
					align-items: center;
					.find{
						display: flex;
						align-items: center;
						margin-right: 20rpx;
						.iconfont{
							font-size: 34rpx;
							margin-right: 10rpx;
						}
						text{
							color: #9FABB5;
							font-size: 28rpx;
						}
					}
				}
			}
			.thumb{
				image{
					width: 250rpx;
					height: 150rpx;
					border-radius: 10rpx;
				}
			}
		}
	}
}
.coupon-tab {
	position: fixed;
	left: 0;
	top: 0;
	/* #ifdef H5 */
	top: 80rpx;
	/* #endif */
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100rpx;
	background-color: #ffffff;
	border-top: 2rpx solid #F4F4F4;
	border-bottom: 2rpx solid #F4F4F4;
	padding: 0 20rpx;
	.tab {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 140rpx;
		text {
			font-size: 26rpx;
			color: #666666;
		}
	}
	.action {
		text {
			color: #D32D25;
			background-color: #FFF5EE;
			width: 140rpx;
			padding: 10rpx 0;
			border-radius: 100rpx;
			font-weight: bold;
			text-align: center;
		}
	}
}
.news-text-box {
	margin-bottom: 40rpx;
}
.news-text {
	width: 700rpx;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26rpx;
	margin-bottom: 20rpx;
	margin-left: 30rpx;
	color: #000;
}
.postCon{
	margin: 0 auto; 
	// margin-top: 140rpx;
	// margin-bottom: 20rpx;
	text-align: center;
	width: 90%;
	background-color: gray;
	border-radius: 20rpx;
	padding: 10rpx;
	color: white;
	margin-top: 250rpx;
	/* #ifdef APP-PLUS */
	margin-top: 250rpx;
	// margin-top: calc(150rpx + var(--status-bar-height));
	/* #endif */
}