@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-5bb4a161]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-5bb4a161] .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
}
[data-v-5bb4a161] .el-input__inner {
  padding-left: 5px !important;
  max-width: 200px !important;
}
.checkNumber[data-v-5bb4a161] {
  font-size: 16px;
  margin-bottom: 5px;
}
[data-v-5bb4a161] .el-table__header .el-table-column--selection .cell .el-checkbox:after {
  content: "本页全选";
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}
.skuUrlThum[data-v-5bb4a161] {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.skuUrlThum[data-v-5bb4a161] img {
  position: absolute;
  width: 100%;
  height: 100%;
}
[data-v-5bb4a161] .icon-check-class {
  color: blue;
  cursor: pointer;
  font-size: 18px !important;
}
[data-v-5bb4a161] .icon-close-class {
  color: gray;
  cursor: pointer;
  font-size: 18px !important;
}
.button-class[data-v-5bb4a161] {
  line-height: 60px;
}
.el-statistics[data-v-5bb4a161] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  text-align: center;
}
.number[data-v-5bb4a161] {
  font-size: 25px;
}
.number-red[data-v-5bb4a161] {
  font-size: 25px;
  color: red;
}
