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.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							329 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							329 B
						
					
					
				
								/* components/nodata/nodata.wxss */
							 | 
						|
								.box{
							 | 
						|
								    width: 100%;
							 | 
						|
								    height: auto;
							 | 
						|
								    box-sizing: border-box;
							 | 
						|
								    text-align: center;
							 | 
						|
								    margin-top: 100rpx;
							 | 
						|
								}
							 | 
						|
								.image{
							 | 
						|
								    width: 450rpx;
							 | 
						|
								    height: 240rpx;
							 | 
						|
								}
							 | 
						|
								.text{
							 | 
						|
								    width: 100%;
							 | 
						|
								    height: auto;
							 | 
						|
								    font-size: 28rpx;
							 | 
						|
								    color: #BCBCBC;
							 | 
						|
								    display: block;
							 | 
						|
								    margin: 0 auto;
							 | 
						|
								}
							 |