mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @import '../style/var';
 | |
| 
 | |
| .van-goods-action-mini-btn {
 | |
|   color: @gray-darker;
 | |
|   display: flex;
 | |
|   height: 50px;
 | |
|   font-size: 10px;
 | |
|   min-width: 15%;
 | |
|   line-height: 1;
 | |
|   text-align: center;
 | |
|   background-color: @white;
 | |
|   flex-direction: column;
 | |
|   justify-content: center;
 | |
| 
 | |
|   &:not(:first-child)::after {
 | |
|     border-left-width: 1px;
 | |
|   }
 | |
| 
 | |
|   &:active {
 | |
|     background-color: @active-color;
 | |
|   }
 | |
| 
 | |
|   &__icon {
 | |
|     width: 1em;
 | |
|     font-size: 20px;
 | |
|     margin: 0 auto 5px;
 | |
|   }
 | |
| }
 |