.swipe-list-content[data-v-c84bd614] {
  background: #ffffff;
  margin: 20px 0;
}
.swipe-list-content .list-avatar[data-v-c84bd614] {
  margin: 5px 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: rgb(77, 100, 103);
  text-align: center;
  color: #ffffff;
}
.swipe-list-content .delete-button[data-v-c84bd614] {
  height: 100% !important;
}
.swipe-list-content .list-item[data-v-c84bd614] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.swipe-list-content .list-item .list-right[data-v-c84bd614] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
}
.swipe-list-content .list-item .list-right .info-box[data-v-c84bd614] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swipe-list-content .list-item .list-right .info-box .code[data-v-c84bd614] {
  display: inline-block;
  margin-bottom: 5px;
}

/*# sourceMappingURL=swipeList.20ad57ab.css.map*/