@charset "UTF-8";
.toogleBox[data-v-510e84e0] {
  display: flex;
  margin-bottom: 10px;
}
section[data-v-510e84e0] {
  padding: 0 5px;
  height: calc(100% - 40px);
  overflow-y: auto;
}
.empty[data-v-510e84e0] {
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empty img[data-v-510e84e0] {
  height: 50%;
}
.table-title[data-v-510e84e0] {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 5px 0;
}
.table-title .title_block[data-v-510e84e0] {
  display: grid;
}
.table-title .title_block .name[data-v-510e84e0] {
  color: #2068ed;
  font-size: 16px;
}
.table-title .title_block .time[data-v-510e84e0] {
  color: #333;
  font-size: 14px;
  padding-left: 2em;
}
.table-tips[data-v-510e84e0] {
  color: #999;
  font-size: 14px;
  margin-bottom: 2px;
}
.table-tips .red[data-v-510e84e0] {
  color: #db2831;
}
.table-tips .pad5[data-v-510e84e0] {
  padding: 5px;
}
.uploadTips[data-v-510e84e0] {
  padding: 15px 0;
  text-align: center;
  color: #db2831;
  font-size: 16px;
}
.uploadTips.success[data-v-510e84e0] {
  color: #67c23a;
}
.icon-success[data-v-510e84e0] {
  color: #67c23a;
  font-size: 16px;
  padding: 0 5px;
}
.icon-error[data-v-510e84e0] {
  color: #db2831;
  font-size: 16px;
  padding: 0 5px;
}
.id-disabled[data-v-510e84e0] {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}
.noMerge[data-v-510e84e0] {
  position: relative;
  color: #db2831;
}
.noMerge[data-v-510e84e0]::after {
  content: "(文件名匹配错误)";
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-53%);
}
.invalid[data-v-510e84e0] {
  position: relative;
  color: #db2831;
}
.invalid[data-v-510e84e0]::after {
  content: "(无效视频)";
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-53%);
}
.repeat[data-v-510e84e0] {
  position: relative;
  color: #db2831;
}
.repeat[data-v-510e84e0]::after {
  content: "(视频名重复)";
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-53%);
}

/*# sourceMappingURL=61.1753928585051.css.map*/