notice.css 1.7 KB
page{
	padding-bottom: 1px;
}
/* #ifdef H5*/
.hd-v{
	width: 100%;
	padding-top: 40upx;
	background: url(@/static/img/bg.png) no-repeat;
	background-size: 100% 100%;
	height: 300upx;
	z-index: 99;
	font-size: var(--f32);
	color: var(--c0);
	font-weight: 700;
	text-align: center;
}
/* #endif */
/* #ifdef APP-PLUS*/
.hd-v{
	width: 100%;
	padding-top: var(--status-bar-height);
	background: url(@/static/img/bg.png) no-repeat;
	background-size: 100% 100%;
	height: 260upx;
	z-index: 99;
	font-size: var(--f32);
	color: var(--c0);
	font-weight: 700;
	text-align: center;
}
/* #endif */

.notice_no{
	color: #FF4C42;
}
.hd-v image{
	width: 48upx;
	height: 44upx;
	position: absolute;
	left: 40upx;
}
.notice-list{
	width: 90%;
	margin: -180upx auto 0;
	position: relative;
}
.notice-list-it{
	padding: 30upx;
	background-color: var(--c0);
	border-radius: 12upx;
	margin-bottom: 30upx;
	position: relative;
}
.notice-list-top{
	display: flex;
	align-items: center;
}
.notice-list-top image{
	width: 72upx;
	height: 72upx;
	margin-right: 16upx;
}
.notice-list-top view{
	font-size: var(--f26);
	width: 82%;
	height: 72upx;
	display: block;
	line-height: 72upx;
	align-items: center;
	border-bottom: 1px solid var(--ceb);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-list-it .times{
	display: flex;
	padding: 40upx 0 0 80upx;
	font-size: var(--f26);
	color: var(--c9);
}
.notice-list-it .times image{
	width: 42upx;
	height: 42upx;
	margin-right: 10upx;
	margin-top: -2upx;
}
.notice-list-it .tags{
	position: absolute;
	right: 40upx;
	bottom: 36upx;
	font-size: var(--f26);
	color: var(--c6);
}
.notice-list-it .tags2{
	position: absolute;
	right: 40upx;
	bottom: 36upx;
	font-size: var(--f26);
	color: var(--c396);
}