advertisementTime.scss 1.11 KB
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow-y: scroll;
	height: calc(100% - 120rpx);
	background-color: #f6f6f6;
}
.calendar-box {
	margin: 20rpx;
	background-color: #fff;
	border-radius: 14rpx;
	overflow: hidden;
	.wn-calendar {
		.labels {
			background-color: #fff;
		}
	}
}
.form-box {
	padding: 0 20rpx;
	.add-list{
		padding: 0 4%;
		background-color: #FFFFFF;
		border-radius: 20rpx;
		margin-top: 20rpx;
		width: 100%;
		}
		.btns {
			display: flex;
			margin-top: 20rpx;
			.u-btn {
				padding: 0 60rpx;
			}
		}
}
/* 保存按钮 */
.page-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120rpx;
	background-color: #FFFFFF;
	padding: 20rpx 20rpx;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	.footer-buy{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		.cart-add{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 70rpx;
			background-color: #3f9b6a;
			text{
				font-size: 28rpx;
				color: #FFFFFF;
			}
		}
	}
}