


























































	/* 顶部区域 */
.top {
		width: 100%;
		height: 80rpx;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15rpx 0 15rpx 0;
		border-bottom: 1px dashed lightgray;
}
.top input {
		width: 500rpx;
		margin-left: 20rpx;
}
.top .createButton {
		width: 100rpx;
		height: 60rpx;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1rpx solid gray;
		border-radius: 50rpx;
		margin-right: 20rpx;
}
	/* 底部区域 */
.bottom {
		margin: 30rpx;
}
.bottom .title {
		margin-top: 30rpx;
		font-weight: bold;
}
.bottom .done,
	.bottom .doing {
		width: 100%;
		height: 70rpx;
		background-color: #EDEDED;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 20rpx;
}
.conent {
		text-decoration: line-through;
}
checkbox {
		margin: 0 15rpx 0 15rpx;
}

