.invoice-manage[data-v-3ef2c4ae] {
  position: relative;
  padding-bottom: 60px;
}
.invoice-manage .invoiceList[data-v-3ef2c4ae] {
  margin-top: 20px;
  background: white;
  font-size: 14px;
}
.invoice-manage .invoiceList .title[data-v-3ef2c4ae] {
  line-height: 1.5rem;
  font-size: 16px;
  padding: 0 20px;
}
.invoice-manage .invoice[data-v-3ef2c4ae] {
  position: relative;
  padding: 10px 0;
}
.invoice-manage .invoice[data-v-3ef2c4ae]:not(:first-child) {
  border-top: 1px dashed gray;
}
.invoice-manage .invoice .van-icon-arrow[data-v-3ef2c4ae] {
  position: absolute;
  top: 50%;
  right: 10px;
}
.invoice-manage .invoice-item[data-v-3ef2c4ae] {
  line-height: 1.4rem;
}
.invoice-manage .ope-bar[data-v-3ef2c4ae] {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 1rem;
  color: dodgerblue;
}
.invoice-manage .status-bar[data-v-3ef2c4ae] {
  position: absolute;
  bottom: 10px;
  right: 20px;
  height: 1rem;
  color: red;
}
.invoice-manage .bottom-btn-bar[data-v-3ef2c4ae] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}
.invoice-manage .bottom-btn-bar[data-v-3ef2c4ae] .van-button {
  width: 116px;
}

/*# sourceMappingURL=payInvoiceManage.432dc987.css.map*/