/**index.wxss**/

page {
	height: 100%;
	background:#f0eff5;
}
.subject {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 14rpx;
	overflow: hidden;
}

.schedule {
	position: relative;
	width: 722rpx;
	height: 228rpx;
	border-radius: 20rpx;
	margin-bottom: 14rpx;
	overflow: hidden;
}

.schedule navigator {
	width: 100%;
	height: 100%;
}

.schedule image {
	width: 100%;
	height: 100%;
}