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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- .i-tabs-tab {
 -     flex: 1;
 -     display: flex;
 -     width: 100%;
 -     -webkit-box-pack: center;
 -     justify-content: center;
 -     -webkit-box-align: center;
 -     align-items: center;
 -     -webkit-box-orient: vertical;
 -     -webkit-box-direction: normal;
 -     flex-direction: column;
 -     text-align: center;
 -     position: relative
 - }
 - 
 - .i-tabs-tab-bar {
 -     display: block;
 -     width: 72%;
 -     height: 6rpx;
 -     background: 0 0;
 -     position: absolute;
 -     bottom: 0;
 -     left: 15%;
 -     background: #af6e34;
 -     border-radius: 100px;
 - }
 - 
 - .i-tabs-tab-title {
 -     font-size: 30rpx;
 -     line-height: 30rpx;
 -     text-align: center;
 -     box-sizing: border-box;
 -     color:  #666666;
 - }
 - 
 - .i-tabs-tab-title-current {
 -     color: #af6e34;
 -     font-size: 36rpx;
 - }
 - 
 - .i-tabs-tab-scroll {
 -     display: inline-block;
 -     width: auto;
 -     min-width:75rpx;
 -     margin-right:33rpx;
 - }
 
 
  |