@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: 100px;
    text-align: center;

    p {
      color: @gray-dark;
      margin: 15px 0;
      font-size: 14px;
      line-height: 20px;
    }

    img {
      width: 80px;
      height: 84px;
    }
  }
}
