systemNotify.scss 1.28 KB
.notify-page {
	min-height: 100vh;
	background-color: #f8f9fa;
	padding-top: 10rpx;
	padding-left: 27rpx;
	.notify-page-top-select{
		width: 750rpx;
		height:53rpx;
		background-color: #f8f9fa;
		position:fixed;
		top:0;
		z-index: 99999;
	}
	.top-select{
		background-color: #f8f9fa;
		width: 700rpx;
		position: relative;
		top: 35rpx;
	}
}
/deep/.u-list-item {
	background: #ffffff;
	width: 695rpx;
	border-radius: 10px;
	margin-top: 20rpx;
}
.notify-main {
	.main {
		flex-direction: column;
		margin-left: -22rpx;
		.main-item {
			justify-content: space-between;
			flex-direction: row;
			margin: 15rpx;
			width: 700rpx;
			height: 136rpx;
			background: #ffffff;
			border-radius: 10px;
			.item {
				justify-content: space-between;
				flex-direction: row;
				.item-avatar {
					margin-left: 30rpx;
					.avatar {
						margin-left: 30rpx;
					}
				}
				.item-content {
					margin-left: 30rpx;
					text-align: left;
					justify-content: space-between;
					flex-direction: column;
					.text-top {
						width: 400rpx;
						color: #2e384d;
						font-size: 15px;
					}
					.text-bottom {
						width: 400rpx;
						color: #999999;
						font-size: 13px;
					}
				}
			}
			.item-right {
				.text {
					margin-right: 30rpx;
					color: #999999;
					font-size: 13px;
				}
			}
		}
	}
}