You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							687 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							687 B
						
					
					
				
								/**app.wxss**/
							 | 
						|
								.container {
							 | 
						|
								  height: 100%;
							 | 
						|
								  display: flex;
							 | 
						|
								  flex-direction: column;
							 | 
						|
								  align-items: center;
							 | 
						|
								  justify-content: space-between;
							 | 
						|
								  padding: 200rpx 0;
							 | 
						|
								  box-sizing: border-box;
							 | 
						|
								  font-family: "PingFangSC-Regular", sans-serif;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								page {
							 | 
						|
								  --calendar-range-edge-background-color: #3E92FF;
							 | 
						|
								  --calendar-range-middle-color: #81B5FB;
							 | 
						|
								  --button-danger-background-color: linear-gradient(87deg, #81B5FB 0%, #3E92FF 100%);
							 | 
						|
								  --button-danger-border-color: 'none';
							 | 
						|
								  --calendar-selected-day-background-color:  #3E92FF;
							 | 
						|
								  font-family: "PingFangSC-Regular", sans-serif;
							 | 
						|
								  
							 | 
						|
								}
							 | 
						|
								@font-face {
							 | 
						|
								  font-family: "PingFangSC-Regular";
							 | 
						|
								  src: url(/images/pingfangheiti.ttf) format('truetype');
							 | 
						|
								}
							 | 
						|
								
							 |