notifyDetail.scss 620 Bytes
.notify-detail-page {
	min-height: 100vh;
	background-color: #f8f9fa;
	padding-top: 10rpx;
	padding-left: 27rpx;
}
.notify-column {
	.column-list {
		border-radius: 10px;
		margin-top: 20rpx;
		width: 696rpx;
		height: 1000rpx;
		background-color: #ffffff;
		.column-title{
			margin-left: 36rpx;
			position: relative;
			top: 21rpx;
		}
		.bottom-text {
			margin-left: 33rpx;
			.text {
				color: #2e384d;
				font-size: 15px;
			}
			.column {
				margin-top: 20rpx;
				.text {
					font-size: 16px;
					font-family: PingFangSC-Medium, PingFang SC;
					font-weight: 500;
					color: #2e384d;
				}
			}
		}
	}
}