| 
					
				 | 
			
			
				@@ -1,70 +1,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @import '~@/uni.scss';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-page,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-view,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-scroll-view,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-text,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-image,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-textarea,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-button,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-input {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	box-sizing: border-box;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-page {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	background-color: #F1F8FA;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	height: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-.container {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	width: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	height: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-button {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	margin: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	&[type='primary'] {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background-color: $color-primary;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #ffffff;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: $font-size-base;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		&[disabled] {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			background-color: #D1D78C;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		&[plain] {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			color: $color-primary;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			border: 1rpx solid $color-primary;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			&.button-hover {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				color: rgba($color: $color-primary, $alpha: 0.5);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				border: 1rpx solid rgba($color: $color-primary, $alpha: 0.5);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		&.button-hover {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			background-color: #d5da91;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		&::after {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			border: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	&[type='default'] {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		&[plain] {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			color: $text-color-assist;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			border: 1rpx solid $text-color-assist;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			&.button-hover {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				color: rgba($color: $text-color-assist, $alpha: 0.5);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				border: 1rpx solid rgba($color: $text-color-assist, $alpha: 0.5);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 uni-toast {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	z-index: 10002;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 |