
.selected[data-v-5b7ea5ae] {
  margin-top: 10px;
  min-height: 100px;
  max-height: 280px;
  overflow-y: scroll;
  background-color: #f4f4f4;
}
.header[data-v-5b7ea5ae] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title[data-v-5b7ea5ae] {
  font-size: 16px;
  font-weight: bold;
}
.desc[data-v-5b7ea5ae] {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
.list[data-v-5b7ea5ae] {
  width: 100%;
  overflow: hidden;
}
.list .item[data-v-5b7ea5ae] {
  float: left;
  width: 120px;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 30px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.list .item .icon[data-v-5b7ea5ae] {
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.list.item .icon img[data-v-5b7ea5ae] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list .item .delete[data-v-5b7ea5ae],
.list .item .add[data-v-5b7ea5ae] {
  position: absolute;
  right: 14px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}
.all[data-v-5b7ea5ae] {
  margin-top: 20px;
  height: 400px;
  overflow-y: scroll;
}
.color-red[data-v-5b7ea5ae] {
  color: red;
}
.move[data-v-5b7ea5ae] {
  cursor: move;
}
.no-data[data-v-5b7ea5ae] {
  color: #999999;
  margin-top: 40px;
  text-align: center;
}
.flip-list-move[data-v-5b7ea5ae] {
  transition: transform 0.5s;
}
.no-move[data-v-5b7ea5ae] {
  transition: transform 0s;
}
.ghost[data-v-5b7ea5ae] {
  /* opacity: 0.1; */
  background: #1890ff10;
}

