.list-wrapper[data-v-5cc48380] {
  padding: 20px;
}
.list-wrapper .list-item[data-v-5cc48380] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px dashed #ccc;
}
.list-wrapper .list-item .title[data-v-5cc48380] {
  cursor: pointer;
}
.list-wrapper .no-data[data-v-5cc48380] {
  text-align: center;
  font-size: 30px;
  line-height: 300px;
  color: #ccc;
  background: #fff;
}

.list-wrapper[data-v-2ec9c73d] {
  padding: 0.2rem;
  font-size: 0.24rem;
}
.list-wrapper .list-item[data-v-2ec9c73d] {
  border-bottom: 0.02rem solid #ccc;
  line-height: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem;
  position: relative;
}
.list-wrapper .list-item a[data-v-2ec9c73d] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.list-wrapper .list-item a .item[data-v-2ec9c73d] {
  max-width: 3.6rem;
}
.list-wrapper .no-data[data-v-2ec9c73d] {
  text-align: center;
  font-size: 0.24rem;
  line-height: 3rem;
  color: #ccc;
  background: #fff;
}

