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.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							613 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							613 B
						
					
					
				
								.quick-nav{
							 | 
						|
								  background-color: #FFFFFF;
							 | 
						|
								  .nav-content{
							 | 
						|
								    display: flex;
							 | 
						|
								    align-items: center;
							 | 
						|
								    flex-wrap:wrap;
							 | 
						|
								    padding: 10px 0 0 0;
							 | 
						|
								    .nav-item{
							 | 
						|
								      padding:0px 0px 10px 0px;
							 | 
						|
								      // width: 25%;
							 | 
						|
									  width: 20%;
							 | 
						|
								      text-align: center;
							 | 
						|
								      .top-info{
							 | 
						|
								        image{
							 | 
						|
								          width: 40px;
							 | 
						|
								          height: 40px;
							 | 
						|
								          //border-radius: 50%;
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								      .bottom-info{
							 | 
						|
								        padding-top: 5px;
							 | 
						|
								        color: #000000;
							 | 
						|
								        font-size: 12px;
							 | 
						|
								        line-height: 18px;
							 | 
						|
								        overflow: hidden;
							 | 
						|
								        white-space: nowrap;
							 | 
						|
								        text-overflow: ellipsis;
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								  }
							 | 
						|
								}
							 |