.upLocal[data-v-29ddac6e] {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.upLocal .picture[data-v-29ddac6e] {
  background: #282828;
  border-radius: 2px 2px 2px 2px;
  margin-right: 0;
  cursor: pointer;
}
.upLocal .picture img[data-v-29ddac6e] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upLocal .picture_item[data-v-29ddac6e] {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.upLocal .picture_item .tupian[data-v-29ddac6e] {
  width: 183px;
  height: 108px;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.upLocal .picture_item .tupian img[data-v-29ddac6e] {
  width: 100%;
  height: 100%;
}
.upLocal .picture_item .item_name[data-v-29ddac6e] {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}
.upLocal .picture_item .apply[data-v-29ddac6e] {
  position: absolute;
  bottom: 6px;
  left: 10px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  width: 40px;
  text-align: center;
}
.upLocal .picture_item .replace[data-v-29ddac6e] {
  position: absolute;
  bottom: 6px;
  left: 55px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  width: 40px;
  text-align: center;
}
.upLocal .picture_item .download[data-v-29ddac6e] {
  position: absolute;
  bottom: 6px;
  left: 100px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  width: 40px;
  text-align: center;
}
.upLocal .picture_item .delete[data-v-29ddac6e] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.upLocal .picture_item .delete img[data-v-29ddac6e] {
  width: 100%;
  height: 100%;
}
.upLocal .itemActive[data-v-29ddac6e] {
  border: 1px solid #2991f1;
}

