mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			678 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			678 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @import '../style/var';
 | |
| 
 | |
| .van-coupon-list {
 | |
|   height: 100%;
 | |
|   position: relative;
 | |
|   background-color: @background-color;
 | |
| 
 | |
|   &__field {
 | |
|     padding: 7px 15px;
 | |
|   }
 | |
| 
 | |
|   &__exchange {
 | |
|     height: 32px;
 | |
|     line-height: 30px;
 | |
|   }
 | |
| 
 | |
|   &__list {
 | |
|     overflow-y: auto;
 | |
|     padding: 15px 0;
 | |
|     box-sizing: border-box;
 | |
|     -webkit-overflow-scrolling: touch;
 | |
|   }
 | |
| 
 | |
|   &__close {
 | |
|     left: 0;
 | |
|     bottom: 0;
 | |
|     position: absolute;
 | |
|     font-weight: 500;
 | |
|   }
 | |
| 
 | |
|   &__empty {
 | |
|     padding-top: 60px;
 | |
|     text-align: center;
 | |
| 
 | |
|     p {
 | |
|       color: @gray-dark;
 | |
|       margin: 15px 0;
 | |
|       font-size: 14px;
 | |
|       line-height: 20px;
 | |
|     }
 | |
| 
 | |
|     img {
 | |
|       width: 200px;
 | |
|       height: 200px;
 | |
|     }
 | |
|   }
 | |
| }
 |